Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » map file with symbols(map file with symbols configuration in eclipse with gcc compiler for arm m4)
map file with symbols [message #1724981] Sun, 28 February 2016 14:32 Go to next message
praveen kumar is currently offline praveen kumarFriend
Messages: 1
Registered: February 2016
Junior Member
hi I am trying to locate exact address for my variables used in c program for tiva123gh6 microcontroller, I am using gcc compiler, map file is giving only address but not with name of variables for example, if command is char str[] = "hello", so at which address this str is stored in target.

[Updated on: Sun, 28 February 2016 14:33]

Report message to a moderator

Re: map file with symbols [message #1724984 is a reply to message #1724981] Sun, 28 February 2016 15:04 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
This has nothing to do with Eclispe/CDT.

if necessary, you can get extra debug info: http://stackoverflow.com/questions/10475040/gcc-g-vs-g3-gdb-flag-what-is-the-difference
and: https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html
Suggest Googling: gcc generate memory map

This subject is OT for this forum. If you need further help on this you should find a proper forum such as stackoverflow.com
Previous Topic:Combine test runners
Next Topic:Problems with ARM debugging
Goto Forum:
  


Current Time: Thu Apr 18 16:07:03 GMT 2024

Powered by FUDForum. Page generated in 0.01699 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top