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.

[参考译文] ARM-CGT:TI ARM CLANG 编译器的列表文件

Guru**** 2042910 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1256566/arm-cgt-listing-files-for-ti-arm-clang-compiler

器件型号:ARM-CGT

如何在编译期间指示 TI ARM clang 编译器生成列表文件?  我看到将-l 传递给汇编器的选项、但这在编译时似乎无效。  我使用的是2.1.3.LTS

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    遗憾的是、tiarmclang 不支持汇编器列表文件。  最接近的替代方法是拆卸。  您可以使用命令 tiarmdis 或命令 tiarmobjdump -d。   

    谢谢。此致、

    -乔治