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.
Hi,
I used CSSv revision 6 6.1.3.00033 for the HERCULES Controller TMS570LC4357. How can I see static variables in my map file.
I have done the following thinks in the Project Properties:
1.) optimization level = off
2.) speed vs. size trade-offs = 0
3.) ARM compiler flags: -g
4.) ARM Linker flags: -g
Best regards
Lars
Lars Guenther said:How can I see static variables in my map file?
Be sure you compile with the option -g, for debug. You probably are already doing that. Then use the linker option --mapfile_contents=sym_defs .
Thanks and regards,
-George