This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keep Preprocessor Output AND Do Compile

I can't see an option on the ARM compiler to keep the preprocessor output and do the compile.

I can see:

-E: Just do the preprocessing;

-C: as above, but keep comments;

-P: Just do the preprocessing, without #line markers.

But I can't see one to do the preprocessing and the compile.

ie, the equivalent of -save-temps for GCC

gcc.gnu.org/.../Debugging-Options.html


Is there such a thing for Keil/ARM?