On Tue, 2015-01-06 at 06:18 -0600, Cyd Haselton wrote: > On Tue, Jan 6, 2015 at 3:34 AM, Andrew Haley <aph@xxxxxxxxxx> wrote: > Regarding the generated map file for the gcc build, is it possible > that either a) i'm looking in the wrong place or b) I need to add the > generate map file command to Makefiles in the gcc build subdirs and/or > different places in the gcc Makefile? > > I'll look int0 b). Let me know about a) Hope I'm not butting in here, but I saw something about mapfile generation elsewhere... https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64492 comment 15. It suggests that you can re-run the relevant ld command (which you can find in the build log) with the --create-map-file argument and it should do what you want. I feel your pain ... building gcc can be frustratingly difficult, if you're slightly off the beaten path. -- Brian