• 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
  • Using the '#message' directive
    I'm using uVision 5.14 and this is the error I receive when I try to use the '#message' directive: error: #11-D: unrecognized preprocessing directive #message Am I missing something?
  • 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 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...
  • Re:NOAREGS directive
    Hi, I have a function which is called from interrupt routine and main loop, let's call it f1(),since it is also called from main loop, so NOAREGS must be specified. #pragma NOAREGS void f1(...