Compiler Intermediate files

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

Compiler Intermediate files

跳至解决方案
1,088 次查看
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 解答
704 次查看
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 回复数
705 次查看
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

704 次查看
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!
-----------------------------------------------------------------------------------------------------------------------