E200: commandline: <error>
The command line contains an error. You used an invalid syntax for the option
or you used a non-existent sub-option. Refer to the compiler option summary
(option -?), or to the Chapter Tool Options in the compiler manual for the
syntax and/or available sub-options.
E201: #error <text>
A #error <text> preprocessing directive was encountered during the
compilation.
E202: "<name>" redefined as a different kind of macro
A function-like macro is defined with the same name as an existing object-like
macro, or vice versa. The following informational message I801 shows the
source position of the previous definition.
E203: '##' at the end of a macro definition
The ## preprocessor operator is used to concatenate macro arguments as
described in the ISO C standard. Therefore you cannot use this operator at the