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,即可。

相关文章:

  • 2021-11-17
  • 2022-03-08
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2021-10-24
  • 2021-04-30
  • 2021-08-04
  • 2021-09-11
相关资源
相似解决方案