TMS320F28P650DK: error: --symdebug:coff is no longer supported

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: C2000WARE,

Hello everyone, I have a question regarding an issue I encountered while porting a program. When migrating from an older compiler version V6.4.3 to a newer version that only supports 22.6.1.LTS, I encountered an error: --symdebug:coff is no longer supported. Has anyone encountered this issue before? How can I resolve it? Thank you!

  • 已经收到了您的案例,调查需要些时间,感谢您的耐心等待。

  • 您好,

          编译器版本22.6.1.LTS,CCS版本至少CCS12.5以上。

          另外,您这个工程是自己的程序还是c2000ware中的示例,

          如果是c2000ware,在软件的“发布说明”中有CCS及编译器的说明。

  • Hello, this is my own project. The CCS version is 12.8.1, and I encountered an issue while migrating from a lower version of CCS to the 28P65X series of chips.

  • 您好,

          重新确认了一下:

          C28x 编译器支持COFF 调试格式的最新版本是 15.12.x.LTS。对于TMS320F28P650DK,建议您应该考虑删除对 COFF 的支持。
          最好的方法是查看对象文件是否包含名称以 .debug_ 开头的任何部分。

          例如,.debug_info 或 .debug_line。如果您看到任何此类部分,则使用 Dwarf debug。如果您没有看到任何此类部分,则使用 COFF 调试。

x 出现错误。请重试或与管理员联系。