How to tell object code size in Codewarrior?

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

How to tell object code size in Codewarrior?

Jump to solution
1,237 Views
vier_kuifjes
Senior Contributor I

I hope this is not a dumb question...

 

I was wondering how I can tell the exact object code size of a compiled and linked program in Codewarrior. Knowing that Codewarrior SE has a limited object code size, it is nice to know how much space is left for extra code.

 

I always thought the number a the bottom of the folders window in codewarrior was the number to watch for. But when compiling some of the MQX demo apps, this number sometimes far exceeds the total flash memory capacity of the CPU, so this can't be it. So... where is it?

 

And then I have the same question about the RAM memory usage. How to tell how much RAM is used by static allocation?

 

I hope someone can help!

Thanks in advance - Marc

Labels (1)
0 Kudos
1 Solution
292 Views
vier_kuifjes
Senior Contributor I
Apparently what I need to know is in the XMAP file...

View solution in original post

0 Kudos
1 Reply
293 Views
vier_kuifjes
Senior Contributor I
Apparently what I need to know is in the XMAP file...
0 Kudos