How to generate kernel .map file from a bb recipe?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to generate kernel .map file from a bb recipe?

658 Views
charlieschultz
Contributor II

I'd like to modify my .bbappend file (for linux-imx) to have it generate a linker map file. I've tried things like the following with no success (though they do seem to work correctly for non-kernel recipes):

LDFLAGS += "-Map mymap.map"

LDFLAGS_append = " -Map mymap.map"

Labels (1)
0 Kudos
0 Replies