• Preprocessor directive #error in CARM
    Hi! How make preprocessor error? #error - not work in keil 4.12 (ARM) #ifdef IO16_A CPU_CLOCK = 50; #elif IO16_B CPU_CLOCK = 25; #elif IO16_C CPU_CLOCK = 8; #else #error "No select...
  • Preprocessor directive #message
    With RVMDK, is there a preprocessor directive for printing a message to the Output window, like #message? http://www.keil.com/support/man/docs/c51/c51_pp_message.htm
  • C166 preprocessor directive #message unknown
    I want to use the preprocessor directive #WARNING. But I get always an error. Example: #message "This is my own message" Compile error: error 315: unknown #directive 'message' I use the...
  • 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? ...