by passing -Wl,-Map=mapfile to gcc, i got a map file in linking stage.
but how to understand the file? is there a document descripting its
contents?
thanks.
-
woody
> by passing -Wl,-Map=mapfile to gcc, i got a map file in linking stage.
> but how to understand the file? is there a document descripting its
> contents?
I believe the file is supposed to be self-explanatory, provided
you have basic understanding of how linkers work, and the object
file format on your platform.
If you do not have such understanding, the document you seek (if
it exists) will not help you (much).
Some further reading: http://www.iecc.com/linker/
Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.