How to check compiled code size

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

How to check compiled code size

Jump to solution
1,023 Views
ky3orr
Contributor II

Hi All,

 

I am using KDS 2.0.

I'd like to know after my project was build what is actually the size of generated code (I have only 32kB on KL05 ).

 

Is there any option to enable for it?

 

Thanks for help.

Labels (1)
0 Kudos
1 Solution
752 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Grzegorz Kaczmarek:

Yes there is an option. This is explained by colleague Erich Styger:

GNU Additional Tools: Create Flash Image, Print Size and Extended Listing Options | MCU on Eclipse

And the explanation for the different output sections:

text, data and bss: Code and Data Size Explained | MCU on Eclipse

Regards!

Jorge Gonzalez

View solution in original post

0 Kudos
2 Replies
753 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Grzegorz Kaczmarek:

Yes there is an option. This is explained by colleague Erich Styger:

GNU Additional Tools: Create Flash Image, Print Size and Extended Listing Options | MCU on Eclipse

And the explanation for the different output sections:

text, data and bss: Code and Data Size Explained | MCU on Eclipse

Regards!

Jorge Gonzalez

0 Kudos
752 Views
ky3orr
Contributor II

Thank you!

This is what I was looking for :smileyhappy:

0 Kudos