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.

指定rts2800库函数地址

我想把库函数里的某些函数指定到一定位置

如下所示

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下可以编译通过,且把函数指定到我需要了位置