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.

Compiler/CC2430: Problem of older zstack and CC2430 with newer version of IAR compiler

Part Number: CC2430
Other Parts Discussed in Thread: Z-STACK, CC2530,

Tool/software: TI C/C++ Compiler

Hi! there. I have a problem with IAR compiler

My hardware choose CC2430-F128, and  I use IAR( 7.6) to compile Z-stack (1.4.2-1.1)'s SampleApp, after rebuild all, I got the following error msg:

Errro[e163]: The command line symbol "_EXTENDED_STACK_END" in -Z(XDATA)EXT_STACK+_EXTENDED_STACK_SIZE=_EXTENDED_STACK_START-_EXTENDED_STACK_END is not defined

Error while running Linker

Did anybody experience this? ,and How can I solve this problem? ~~Thanks