Other Parts Discussed in Thread: CC2500, MSP430F2274, MSP430F5529, SIMPLICITI
在下载了CC2500页面中的示例代码后使用CCS编译,但是会出现以下报错
"D:\\ccs\\utils\\bin\\gmake" -k all
Building target: "eZ430-RF2500_WSM.out"
Invoking: MSP430 Linker
"D:/ccs/tools/compiler/ti-cgt-msp430_20.2.4.LTS/bin/cl430" --cmd_file="C:/Users/WBL/Desktop/eZ430-RF2500 Wireless Sensor Monitor/Embedded/CCS/eZ430-RF2500_WSM/../Code/Configuration/smpl_nwk_config.dat" --cmd_file="C:/Users/WBL/Desktop/eZ430-RF2500 Wireless Sensor Monitor/Embedded/CCS/eZ430-RF2500_WSM/../Code/Configuration/smpl_config_ED.dat" -vmsp -g -O3 --opt_for_speed=0 --define=__MSP430F2274__ --define=MRFI_CC2500 --diag_warning=225 --printf_support=minimal -z -m"eZ430-RF2500_WSM.map" --stack_size=80 --heap_size=80 --warn_sections -i"D:/ccs/ccs_base/msp430/include" -i"D:/ccs/tools/compiler/ti-cgt-msp430_20.2.4.LTS/lib" -i"D:/ccs/tools/compiler/ti-cgt-msp430_20.2.4.LTS/include" --reread_libs --xml_link_info="eZ430-RF2500_WSM_linkInfo.xml" --rom_model -o "eZ430-RF2500_WSM.out" "./Applications/main_ED.obj" "./Applications/vlo_rand.obj" "./Components/bsp/bsp.obj" "./Components/mrfi/mrfi.obj" "./Components/nwk/nwk.obj" "./Components/nwk/nwk_QMgmt.obj" "./Components/nwk/nwk_api.obj" "./Components/nwk/nwk_frame.obj" "./Components/nwk/nwk_globals.obj" "./Components/nwk_applications/nwk_freq.obj" "./Components/nwk_applications/nwk_ioctl.obj" "./Components/nwk_applications/nwk_join.obj" "./Components/nwk_applications/nwk_link.obj" "./Components/nwk_applications/nwk_mgmt.obj" "./Components/nwk_applications/nwk_ping.obj" "./Components/nwk_applications/nwk_security.obj" "../lnk_msp430f2274.cmd" -lrts430.lib
<Linking>
error: cannot find file "rts430.lib"
"../lnk_msp430f2274.cmd", line 81: warning: 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: creating output section ".data" without a SECTIONS specification
warning: entry-point symbol "_c_int00" undefined
undefined first referenced
symbol in file
--------- ----------------
__TI_decompress_lzss
__TI_decompress_none
__TI_int00
__TI_int01
__TI_int02
__TI_int04
__TI_int06
__TI_int07
__TI_int08
__TI_int10
__TI_int11
__TI_int12
__TI_int13
__TI_int14
__TI_zero_init
__mspabi_divi ./Components/mrfi/mrfi.obj
__mspabi_func_epilog_2 ./Components/mrfi/mrfi.obj
__mspabi_func_epilog_3 ./Components/mrfi/mrfi.obj
__mspabi_func_epilog_4 ./Components/nwk/nwk.obj
__mspabi_func_epilog_5 ./Components/nwk/nwk.obj
__mspabi_mpyi ./Components/bsp/bsp.obj
__mspabi_srli_4 ./Components/mrfi/mrfi.obj
memcmp ./Components/nwk/nwk.obj
memcpy ./Components/mrfi/mrfi.obj
memmove ./Components/nwk/nwk.obj
memset ./Components/mrfi/mrfi.obj
error: unresolved symbols remain
warning: no suitable entry-point found; setting to 0
error: errors encountered during linking; "eZ430-RF2500_WSM.out" not built
>> Compilation failure
makefile:159: recipe for target 'eZ430-RF2500_WSM.out' failed
gmake: *** [eZ430-RF2500_WSM.out] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
所以想请问一下是什么原因呢