Compiler Intermediate files

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Compiler Intermediate files

ソリューションへジャンプ
1,101件の閲覧回数
manishsangram
Contributor IV

I need to see

 

1. The intermediate file post macro expansion (for C and CPP)

2. The intermediate assembly file

 

How can I get the same? Can't find any setting to generate these and cant find them in the Flash folder.

ラベル(1)
タグ(2)
1 解決策
717件の閲覧回数
BlackNight
NXP Employee
NXP Employee

In CodeWarrior there is a 'Preprocess' menu item to generate the preprocessing listing.

Otherwise for KDS see https://mcuoneclipse.com/2015/11/23/preprocessor-listing-for-gnu-gcc-with-gnu-arm-eclipse-plugins/

Erich

元の投稿で解決策を見る

2 返答(返信)
718件の閲覧回数
BlackNight
NXP Employee
NXP Employee

In CodeWarrior there is a 'Preprocess' menu item to generate the preprocessing listing.

Otherwise for KDS see https://mcuoneclipse.com/2015/11/23/preprocessor-listing-for-gnu-gcc-with-gnu-arm-eclipse-plugins/

Erich

717件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

HI,

in c/asm source code, right click on the source and "Disassemble", you will see the list file generated. Please let me know if this is want you need?


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------