Hi,
is there a GNU #pragma message equivalent in armcc/Keil? I would like to output message on compilation to stdout regarding current program configuration or unimplemented features...
Regards,
Mart
For unimplemented features #warning might work, although it does clutter the log with spurious warnings so isn't ideal, at least it doesn't kill the build.