我使用的是MSP430I2041芯片,CCS6.2开发环境以及WIN7 32位操作系统。
原本想在FLASH区装载且RAM区运行我的程序,用以优化算法运算速度。
具体操作步骤,我参考了TI的资料:http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/MSP430/1531。
当我在CMD文件中添加.run_from_ram:load=FLASH_EXCUTE,run=RAM_EXCUTE此语句后,编译器通报以下错误信息:
Description Resource Path Location Type
#10010 errors encountered during linking; "TA V1.0.out" not built TA V1.0 C/C++ Problem
#10026-D expecting output section, GROUP, or UNION instead of "," lnk_msp430i2041.cmd /TA V1.0 line 95 C/C++ Problem
#10026-D expecting output section, GROUP, or UNION instead of "=" lnk_msp430i2041.cmd /TA V1.0 line 95 C/C++ Problem
gmake: *** [TA V1.0.out] Error 1 TA V1.0 C/C++ Problem
gmake: Target 'all' not remade because of errors. TA V1.0 C/C++ Problem
小白甚感迷茫,求大神拯救我!!!!!!!!