We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?