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.
如何在编译期间指示 TI ARM clang 编译器生成列表文件? 我看到将-l 传递给汇编器的选项、但这在编译时似乎无效。 我使用的是2.1.3.LTS
遗憾的是、tiarmclang 不支持汇编器列表文件。 最接近的替代方法是拆卸。 您可以使用命令 tiarmdis 或命令 tiarmobjdump -d。
谢谢。此致、
-乔治