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 Serial bootload编译连接错误

Other Parts Discussed in Thread: CC2530

编译cc2530的Serial bootload出现了下面的链接错误:

Linking
Fatal Error[e72]: Segment PDATA_Z must be defined in a segment definition option (-Z, -b or -P)
Error while running Linker

我刚接触zstack时间很短,想请教下谁知道这是什么问题呢?谢谢

编译环境:

zstack版本:ZStack-CC2530-2.5.1a

iar版本:8.10.1

我是直接进到C:\Texas Instruments\ZStack-CC2530-2.5.1a\Projects\zstack\Utilities\BootLoad\CC2530下打开boot工程进行编译的。