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.

[参考译文] CCSTUDIO-THEIA:如何在不连接到目标的情况下进行反汇编?

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1602465/ccstudio-theia-how-to-generate-disassembly-without-connecting-to-the-target

部件号:CCSTUDIO-THEIA

尊敬的 champs:

 

我向我们的客户询问这个问题。

对于 MSPM0 器件、

用户知道在连接到下面的 MSPM0 目标板时如何进行反汇编。

image.png

但是、是否可以基于源代码离线生成.asm 文件、而无需 XDS110 连接到目标板?

如果是、请向我们展示如何操作?

PS: 使用 TI Clang V4.04 + CCS 20.4

 

 

 

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

    您好:

    但是否可以根据离线源代码生成.asm 文件

    是的。 启用以下编译器选项:

    生成的汇编 (*。s) 文件将保存在构建配置子文件夹(生成的可执行文件 (*。out) 也驻留的位置)/中

    谢谢

    Ki