How to get the Static Code Metrics Report after building code in S32 Desing Studio

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

How to get the Static Code Metrics Report after building code in S32 Desing Studio

791 次查看
rafael_barbosa
Contributor IV

Hello,

I am using the S32 Design Studio for Power Architecture and build the project for the MPC5744P microcontroller.

After building the project, I could not get the Static Code Metrics Report in order to see the software size, memory size, and so on.

How can I get these information?

Kind Regards, Rafael

标记 (3)
3 回复数

703 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

please make sure, that you have enabled print size in project properties:

pastedImage_1.png

The GNU size output is in build console: 

pastedImage_2.png

Hope it helps. 

Jiri 

703 次查看
rafael_barbosa
Contributor IV

Hello jirikral,

Thank you for the answer.

Can you give me details about the meaning of the fields? I mean (Text, data, bss, dec and hex).
The units of these numbers are bytes?

Kind Regards, Rafael

0 项奖励

703 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

You can find more details here - text, data and bss: Code and Data Size Explained | MCU on Eclipse  

Hope it helps. 

Jiri