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: Check the module summary by using GCC compiler

Part Number: MSPM0G3507

Tool/software:

Hi experts,

My client want to check the module summary by using GCC compiler.

The follow picture is the module summary generated by TI clang.

How to GCC complier to generate the map file which contains the module summary

Thanks,

Leo

  • Each compiler has a unique approach when generating the output and providing a view to the user.

    The view that is provided by a gcc is essentially the same but formatted differently.

    Upon building the GCC project a .map file will be generated within your project's Debug folder. 

    Thanks