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

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

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

1,886 Views
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
Labels (1)
0 Kudos
Reply
1 Reply

384 Views
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 Kudos
Reply