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.

cc2530 IAR defined symbols问题



在使用IAR的过程,我在编译EndDevdiceEB时在defined symbols 输入相应的宏定义时编译正常,但是在编译CoordinatorEB时定义了宏定义但是它却没有定义!

EndDevdiceEB

NWK_AUTO_POLL
ZTOOL_P1
xMT_TASK
xMT_SYS_FUNC
xMT_ZDO_FUNC
xLCD_SUPPORTED=DEBUG
LIVING_ROOM
DEBUG_STAGE
xDEV_COOR
DEV_LIGHT
DEV_CURTAIN
DEV_TEMPERATURE
DEV_LIGHTINTENSITY
DEV_IAR
DEV_WINDOWMAGNETIC
DEV_DOORBELL
DEV_OUTPUT
DEV_INPUT

上面自己加的定义全部都能进去

CoordinatorEB

ZTOOL_P1
xMT_TASK
xMT_SYS_FUNC
xMT_ZDO_FUNC
xLCD_SUPPORTED=DEBUG
DEV_COOR
DEBUG_STAGE

DEV_COOR与DEBUG_STAGE 都没有定义

求问这是咋么一回事?