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

no #message directive.

C166 has #message directive but ARMCC doesnt have #message or #pragma message.
only #warning & #error.

is there any alternate way to display messages?.

like i want to display message for what uarts are used for what purpose in the code and their baud rate configurations.

Parents
  • It's a non-standard, proprietary extension - so you can't rely on - or even expect - it to be present in any other compiler.

    AFAIK, there is no standard facility to do this in the 'C' programming language.

    Perhaps you could just use the C166 preprocessor as a pre-build step...?

Reply
  • It's a non-standard, proprietary extension - so you can't rely on - or even expect - it to be present in any other compiler.

    AFAIK, there is no standard facility to do this in the 'C' programming language.

    Perhaps you could just use the C166 preprocessor as a pre-build step...?

Children
No data