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.

CCE 导入 到 CCS 5.4编译问题

Other Parts Discussed in Thread: MSP430F5438, CC1100, CCSTUDIO

开始在CCE 版本编译没问题  用了很久  现在将将CCE3.1 中的工程导入到CCS5.4中!
提示:error: cannot find file "rts430x.lib"

"C:/ti/ccsv5/tools/compiler/msp430_4.1.5/bin/cl430" --symdebug:dwarf --silicon_version=mspx --printf_support=full -z --reread_libs --use_hw_mpy=F5 --warn_sections --library="rts430x.lib" --search_path="C:/ti/ccsv5/tools/compiler/msp430_4.1.5/lib" --search_path="C:/ti/ccsv5/tools/compiler/msp430_4.1.5/include" --search_path="C:/ti/ccsv5/ccs_base/msp430/include" --rom_model --heap_size=80 --stack_size=80 -o "HelixinCentral.out"  "./Display/Uart.obj" "./Display/OSAL_Memory.obj" "./Display/MSP430_widget.obj" "./Display/MSP430_title.obj" "./Display/LevelSetup.obj" "./Display/Dwin_command.obj" "./Display/Display_manager.obj" "./uca1uart.obj" "./uca0uart.obj" "./main.obj" "./clock.obj" "./TimerB.obj" "./TimerA.obj" "./SVS.obj" "./InforFlash.obj" "./IOControl.obj" "./IO.obj" "./CentralCommon.obj" "./CC1100.obj" "./ADC.obj" "../lnk_msp430f5438.cmd" 
<Linking>
undefined   first referenced
  symbol         in file     
---------   ----------------
UCA0BRW_H   ./uca0uart.obj  
UCA0BRW_L   ./uca0uart.obj

原工程中的CCE3.1 lnk_msp430f5438.cmd 是否需要改为CCS5.4中的lnk_msp430f5438.cmd?

原工程中的CCE3.1 msp430x54x.h 和 现在CCS5.4 msp430x54x.h中内容不一样

导入后还需要手动修改什么