Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to create a file with symbols in GCC

Status
Not open for further replies.

mscaff

Junior Member level 3
Joined
Jun 19, 2001
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Brasil
Activity points
138
Hi,

How do I create a file that contains the simbols in my source and its absolute positions ?

I'm using the MSPGCC and i'd like something like a .map and/or a .sym file.

thanks.
 

gcc mapfile

If You are aware of what .map or .sym file is what else do you need?
it's not clear
 

gcc sym file

I don't know MSPGCC, but in regular GCC you generate a symbol map file like this:
gcc -Wl,-Map=mapfile.map foo.c

Here's the linker manual:
**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top