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.

TMS320F28035: 编译时出现警告: warning #10068-D: no matching section

Part Number: TMS320F28035

请教几个关于CMD的问题:

  1.   cmd中 .ovly伪指令:   ovly    : > FLASHA,     PAGE = 0  的作用时什么 ?  如果程序用到DLOG相关的内容,需要添加.ovly吗?

2.cmd添加了

Flash28_API:
{
-l Flash2803x_API_V100.lib(.econst)
-l Flash2803x_API_V100.lib(.text)
}
LOAD = FLASHA,
RUN = RAML0,
LOAD_START(_Flash28_API_LoadStart),
LOAD_END(_Flash28_API_LoadEnd),
RUN_START(_Flash28_API_RunStart),
PAGE = 0

在c2000 compiler ->include options 添加了 FLASHApi\inc ,FLASHApi\lib

在c2000 compiler ->File Search Path 添加了 Flash2803x_API_V100.lib

在main中调用了相关函数。

编译时,出现:

"../cmd/DSP28035FlashLnkBoot.cmd", line 166: warning #10068-D: no matching section
"../cmd/DSP28035FlashLnkBoot.cmd", line 167: warning #10068-D: no matching section

请问问题在哪里?如何解决,谢谢

x 出现错误。请重试或与管理员联系。