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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

659件の閲覧回数
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"

ラベル(1)
0 件の賞賛
0 返答(返信)