Find what is making my executable so large

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

Find what is making my executable so large

1,602件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tss on Tue May 31 08:18:31 MST 2016
Hello!

I have an executable that I'm building, but it has gotten quite large. I'm dynamically linking so it should only be linking things I'm using, but I would like to know what is being linked in that is using so much space.

Is there a command I can run or a tool I can use to inspect my LPC project and show me what is taking so much space?
タグ(2)
0 件の賞賛
返信
4 返答(返信)

1,560件の閲覧回数
lpcware
NXP Employee
NXP Employee
bump
0 件の賞賛
返信

1,560件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tss on Tue May 31 09:14:07 MST 2016
Awesome, thanks everyone!
0 件の賞賛
返信

1,560件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue May 31 08:24:51 MST 2016
In the first place see:

https://www.lpcware.com/content/faq/lpcxpresso/application-flash-ram-size

You may also find the Symbol Viewer useful :

https://www.lpcware.com/content/faq/lpcxpresso/symbol-viewer

Regards,
LPCXpresso Support
0 件の賞賛
返信

1,560件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vtw.433e on Tue May 31 08:23:10 MST 2016
Look in the map file (.map) that is generated by the linker. This shows everything that is linked into your application.
0 件の賞賛
返信