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.

Compiler/TMS320F28377D: How to delete the "Page" in *.map, and show structure member in *.xml

Part Number: TMS320F28377D

Tool/software: TI C/C++ Compiler

Hi,

Two questions about our compiler:

1) How to delete the "page" in *.map as below:

2) How to show the structure member in *.xml.

Is it in the compiler configuration? Several compilers are tried, but failed.

Thanks a lot.

Br, Jordan

  • Jordan Zhou said:
    How to delete the "page" in *.map

    Unfortunately, there is no way to do that.

    Jordan Zhou said:
    How to show the structure member in *.xml

    There is no way to do that with the linker.  However, you should consider using the utility global_types_gen from the cg_xml package.

    Thanks and regards,

    -George