正如标题中所写的那样,当使用 JTAG 启动一个调试会话时,我可以在 main()的开头看到 C 代码。
当切换到 TI Clang v2.0.STS 时、我会得到"no source available for "main()
请提供有关如何解决此问题的建议。
BR、
Amit Gutman
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
正如标题中所写的那样,当使用 JTAG 启动一个调试会话时,我可以在 main()的开头看到 C 代码。
当切换到 TI Clang v2.0.STS 时、我会得到"no source available for "main()
请提供有关如何解决此问题的建议。
BR、
Amit Gutman
Amit、您好!
安装 TI Clang v2.0.0后、您能否确认是否已重新构建项目? 我们通常会遇到这种错误的原因是 、".out"是在一个系统上生成的、它从另一个系统加载到 CCS 中、因此采用这种方法会丢失源文件和符号之间的链接。 另外,请注意 v2.0.0是短期支持版本(STS),请使用 v2.1.1,它是长期支持(VLS),如果您仍然看到问题,请告知我们。
谢谢