CCS提示“creating output section ".data" without a SECTIONS”是什么意思?
一、因为什么引发的,有哪些情况。
二、用不用处理,怎么处理。
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.
CCS提示“creating output section ".data" without a SECTIONS”是什么意思?
一、因为什么引发的,有哪些情况。
二、用不用处理,怎么处理。
HaiTao Li,
这个应该是由于你的linker command file(.cmd文件) 中在section部分缺少.data mapping造成的。一般新建工程时,用默认的linker command file .cmd文件即可,不会出现这种问题的。
你检查一下你的.cmd文件吧。