This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Building configuration: GenericApp - EndDeviceEB
Updating build tree...
249 file(s) deleted.
Updating build tree...
chipcon_cstartup.s51
OSAL_Math.s51
bdb.c
bdb_tlCommissioning.c
bdb_touchlink.c
bdb_FindingAndBinding.c
AF.c
bdb_Reporting.c
bdb_touchlink_initiator.c
bdb_touchlink_target.c
DebugTrace.c
BindingTable.c
gp_common.c
gp_proxyTbl.c
hal_assert.c
hal_adc.c
hal_dma.c
hal_drivers.c
hal_flash.c
hal_key.c
hal_lcd.c
hal_startup.c
hal_sleep.c
hal_led.c
hal_uart.c
hal_timer.c
mac_backoff_timer.c
mac_autopend.c
mac_cfg.c
mac_mcu.c
mac_low_level.c
mac_csp_tx.c
mac_mem.c
mac_pib.c
mac_radio.c
mac_radio_defs.c
mac_rffrontend.c
mac_rx_onoff.c
mac_sleep.c
mac_rx.c
mac_tx.c
MT.c
MT_APP.c
MT_APP_CONFIG.c
MT_AF.c
MT_DEBUG.c
MT_GP.c
MT_NWK.c
MT_SAPI.c
MT_SYS.c
MT_TASK.c
MT_UART.c
MT_VERSION.c
MT_UTIL.c
MT_ZDO.c
nwk_globals.c
OnBoard.c
OSAL_Clock.c
OSAL.c
OSAL_Memory.c
OSAL_GenericApp.c
OSAL_PwrMgr.c
saddr.c
OSAL_Timers.c
OSAL_Nv.c
zcl_diagnostic.c
stub_aps.c
zcl_genericapp.c
zcl_genericapp_data.c
zcl_green_power.c
zcl_ha.c
zcl_general.c
ZDConfig.c
ZDiags.c
zcl.c
ZDNwkMgr.c
ZDApp.c
ZGlobals.c
zmac.c
zmac_cb.c
ZDProfile.c
ZMain.c
ZDSecMgr.c
ZDObject.c
Linking
Error[e27]: Entry "Atted" in module OSAL_GenericApp ( C:\Users\linzichao\Desktop\Z-Stack 3.0.2\Projects\zstack\HomeAutomation\GenericApp\CC2530DB\EndDeviceEB\Obj\OSAL_GenericApp.r51 ) redefined in module
zcl_genericapp ( C:\Users\linzichao\Desktop\Z-Stack 3.0.2\Projects\zstack\HomeAutomation\GenericApp\CC2530DB\EndDeviceEB\Obj\zcl_genericapp.r51 )
Error while running Linker
Total number of errors: 1
Total number of warnings: 0
这个问题怎么解决?
Error[e27]: Entry "Atted" in module OSAL_GenericApp ( C:\Users\linzichao\Desktop\Z-Stack 3.0.2\Projects\zstack\HomeAutomation\GenericApp\CC2530DB\EndDeviceEB\Obj\OSAL_GenericApp.r51 ) redefined in module
zcl_genericapp ( C:\Users\linzichao\Desktop\Z-Stack 3.0.2\Projects\zstack\HomeAutomation\GenericApp\CC2530DB\EndDeviceEB\Obj\zcl_genericapp.r51 )
Error while running Linker
我使用的是 GenericApp这个例程 ,我把串口打开之后参考了之前的贴子
xLCD_SUPPORTED=DEBUG
HAL_ADC=FALSH
HAL_LCD=FALSH
加这三个,协调器不报错,终端报错。