工程为COFF格式时编译正常,在将工程从COFF 转为EABI格式时报错:
错误1、error #10430-D: ".TI.ramfunc" section generated by __attribute__((ramfunc)) or --ramfunc=on requires a SECTIONS specification to function.
我全局搜索“.TI.ramfunc” 只在28003x_generic_flash_lnk.cmd文件中出现,但这个文件在工程中设置为“exclude from bulid”,为什么还会报出错误呢?
错误2、#10099-D program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. placement with alignment/blocking fails for section ".const" size 0x236 page 0. Available memory ranges:
这个错误好几条,其中一条截图如下:
我该怎么排查这个原因呢?