• 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...
  • ARM: How to get project name for preprocessor
    Hi all, I'm wonder is possible to get project name for preprocessor commands as define (ie. #ifdef...) like compilation date/time by using "__DATE__" & "__TIME__". Greetings, Lukasz.
  • Preprocessor directives
    Hello together, I'm coding a simple UART-Application on the MCBSTM32 eval board and have problems with the preprocessor directives. I studied the whole documentation here and I'm pretty sure I'm...
  • Preprocessor greyedout
    At the moment I'm evaluating the Keil5 ide. In Coocox the compiler will gray out the unused preprocessor code, is very handy. Can't find this option in Keil uvision 5, how do you guys do that? How...
  • C166 preprocessor
    Hi all, Is there an official specification of the Keil C166 preprocessor output? We're currently using 3.12. - Do lines always start with #line or can there be whitespace in front of #line? ...