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!
您好,
重新确认了一下:
C28x 编译器支持COFF 调试格式的最新版本是 15.12.x.LTS。对于TMS320F28P650DK,建议您应该考虑删除对 COFF 的支持。
最好的方法是查看对象文件是否包含名称以 .debug_ 开头的任何部分。
例如,.debug_info 或 .debug_line。如果您看到任何此类部分,则使用 Dwarf debug。如果您没有看到任何此类部分,则使用 COFF 调试。