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.
我想把库函数里的某些函数指定到一定位置
如下所示
ramfuncs : {
rts2800_ml.lib<sin.obj>(.text)
}
LOAD = FLASHD,
RUN = RAMH0,
LOAD_START(_RamfuncsLoadStart),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
PAGE = 0
但是在ccs 3.3.83.20里编译说 no matching section 在
CCS3.3.38.3下可以编译通过,且把函数指定到我需要了位置
建议使用新版的CCS,支持的功能更丰富,支持最新的器件。
目前最新的版本是CCS V6.1.2. 下载地址:http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_Version_6_Downloads