Compiler Intermediate files

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

Compiler Intermediate files

Jump to solution
1,057 Views
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.

Labels (1)
1 Solution
673 Views
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

View solution in original post

2 Replies
674 Views
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

673 Views
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!
-----------------------------------------------------------------------------------------------------------------------