今天在尝试SYS/BIOS(旧版本称为DSP/BIOS)时,遇到错误“cannot open file xxxxxxxx/Default/configPkg/linker.cmd”。XXXXX代表工程路径名。

google了一下,发现有人在ti的社区里也问过这问题,TI员工给予了很热心的回答,链接如下:

http://e2e.ti.com/support/embedded/bios/f/355/t/53664.aspx

解决这个问题的方法是,对相应项目的confirmation项目

cannot open file Default/configPkg/linker.cmd 错误

点击右键,选择build properties

进入build properties设置对话框后,选择CCS build选项。

cannot open file Default/configPkg/linker.cmd 错误

在右侧框体选择RTSC,然后在框体的下部,将RTSC-Build-profile改为“Debug

cannot open file Default/configPkg/linker.cmd 错误

然后,点击右下方的apply或OK即可。

重新build工程,可发现error消失。

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2021-10-17
猜你喜欢
  • 2022-12-23
  • 2021-10-04
  • 2021-07-21
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案