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.

MSP430F5529: launchpad上编译SIMPLICITI出错

Part Number: MSP430F5529
Other Parts Discussed in Thread: CC2500, SIMPLICITI

现在我需要在msp430f5529上驱动CC2500,选择了5529的launchpad和CC2500的EMK,下载了http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/SimpliciTI_RF_Stack/1_x_x_5/index_FDS.html链接中的simpliciTI文件,打开编译后出现错误,显示error #10008-D: cannot find file "rts430.lib"的错误

“error #10008-D: cannot find file "rts430.lib"
"../lnk_msp430f5529.cmd", line 126: warning #10424-D: Linker command file has
   no sections of type=VECT_INIT, but does contain .intXX sections.  This file
   may be out of date.  Generating interrupt pointers for all .intXX sections.
   The default handler provided in the RTS will be used if no other handler is
   found.  It is recommend that you update your linker command file to the
   latest version.
warning #10247-D: creating output section ".data" without a SECTIONS
   specification
error #10010: errors encountered during linking; "Project.out" not built
 
>> Compilation failure
makefile:159: recipe for target 'Project.out' failed
gmake: *** [Project.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

按照网站中提到的文件路径查找,并未找到对应的rts430.lib文件。

请问是已经不支持该lib文件了吗?或者我应该如何修改文件路径呢?