Find Compiled Program Size (bytes)? log? MPC555  IDE v8.1

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

Find Compiled Program Size (bytes)? log? MPC555  IDE v8.1

2,135件の閲覧回数
leblanc
Contributor I
Hello,

I'm starting to exceed the debug area on the pb0555 board (mpc555 dev kit) from axman.com

when i press the green arrow to debug.  Codewarrior brief displays a box showing the bytes size it's actually putting on the board.  See pic @ http://people.tamu.edu/~leblanc/forums/programsize/programsize.jpg  and attached.   (sometimes the preview is to fast and i can't see the number.)

[1]
How can i get this value at any time? a log file?



Message Edited by leblanc on 2007-05-27 11:25 PM
ラベル(1)
0 件の賞賛
返信
1 返信

633件の閲覧回数
Voxan
Contributor III
Hi there,

worse case scenario, look at the botom of the code size column (be aware this information does NOT take the smart linking into account).

For precise information, edit the MAP file and sum all the read-only sections. If you did not define any user specific section then the .text section size should be the one...

Hope this helps...
0 件の賞賛
返信