| |||
| Home > ARM Compiler Reference > Standard C implementation definition > Translation | |||
Diagnostic messages produced by the compiler are of the form:
source-file,line-number:severity:explanation
where is
one of:severity
WarningA helpful message from the compiler.
ErrorA violation of the ANSI specification from whichthe compiler is able to recover by guessing the intention.
Serious errorA violation of the ANSI specification from which no recovery is possible because the intention is not clear.
FatalAn indication that the compiler limits have been exceeded, or that the compiler has detected a fault in itself (for example, not enough memory).