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.

[参考译文] MSPM0G3507:使用 GCC 编译器检查模块摘要

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1522586/mspm0g3507-check-the-module-summary-by-using-gcc-compiler

器件型号:MSPM0G3507

工具/软件:

尊敬的专家:

我的客户端希望使用 GCC 编译器检查模块摘要。

下图是 TI CLANG 生成的模块摘要。

如何编译 GCC 以生成包含 模块摘要的映射文件

谢谢、

Leo

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

     在生成输出和向用户提供视图时、每个编译器都有一种独特的方法。

    gcc 提供的视图基本相同、但格式不同。

     构建 GCC 工程后、将 在 工程的 Debug 文件夹中生成.map 文件。  

    谢谢