How to find the size of every .c file in .map file about S32DS?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to find the size of every .c file in .map file about S32DS?

3,160 次查看
wujinhui
Contributor I

the flash of my MCU is limited,the code is large.

I want to reduce the size of my code.So,I want to the size of every .c file in .map file .

where can i find ?

标签 (1)
标记 (3)
0 项奖励
回复
2 回复数

2,910 次查看
BlackNight
NXP Employee
NXP Employee

You could use the GNU size utility for this, see Listing Code and Data Size for each Source File with GNU and Eclipse | MCU on Eclipse 

I hope this helps,

Erich

2,911 次查看
wujinhui
Contributor I

I have succeeded by your suggestion.

QQ截图20170424113429.png

0 项奖励
回复