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.
请教几个关于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
请问问题在哪里?如何解决,谢谢
你好,你参考过该文件吗?
e2e.ti.com/.../1682.Flash2803x_5F00_API_5F00_Quickstart.pdf
warning #10068-D: no matching section
这是说找不到对应的section,请检查一下相应的section是否以及写好。