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

1,472件の閲覧回数
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 返答(返信)

1,384件の閲覧回数
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 

1,384件の閲覧回数
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 件の賞賛
返信

1,384件の閲覧回数
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