CCS5 建立SYS/BIOS工程时报错“cannot find file "./configPkg/linker.cmd" bios”的解决方法

CCS5 建立SYS/BIOS工程时报错“cannot find file "./configPkg/linker.cmd" bios”的解决方法

报错

#10008-D cannot find file "./configPkg/linker.cmd" bios



Cmdr.xs", Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.

解决方法:

建立工程时,选择输出文件格式(Output format)时选择ELF而不要选择COFF,即可。

上一篇:qt+opencv 构建项目时报错——no such file or directory


下一篇:Cloud9:解决ThinkPHP在C9上运行时连接数据库时报错"No such file or directory"的问题