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: armcl.exe how to generate ".map" file with every variable's memory address information?

Part Number: ARM-CGT

description

1.I use "-m project.map" to generate the map file, but some variable don't have memory address information,such as Rte_InitState

2.Then I use "--mapfile_contents=all \ -m project.mapto generate the map file, the information add "load addr", but not clearly indicates the memory address(such as .text/.data/.rodata/.bss),

    is there any other parameter for me to achieve this purpose