Front-end warning and error messages – Zilog EZ80F916 User Manual
Page 191

UM014423-0607
Using the ANSI C-Compiler
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
171
032 Division by zero encountered.
Divide by zero in constant expression found.
033 Floating point constant over/underflow.
In the process of evaluating a floating-point expression, the value became too large to
be stored.
034 Concatenated string too long.
Shorten the concatenated string.
035 Identifier longer than 32 characters.
Identifiers must be 32 characters or shorter.
036 Unsupported CPU "name" in pragma.
An unknown CPU encountered.
037 Unsupported or poorly formed pragma.
An unknown
#pragma
directive encountered.
038 (User-supplied text)
A user-created
#error
directive has been encountered. The user-supplied text from
the directive is printed with the error message.
Front-End Warning and Error Messages
100 Syntax error.
A syntactically incorrect statement, declaration, or expression was encountered.
101 Function "<name>" already declared.
An attempt was made to define two functions with the same name.
102 Constant integer expression expected.
A non-integral expression was encountered where only an integral expression can be.
103 Constant expression overflow.
In the process of evaluating a constant expression, value became too large to be stored
in 32 bits.
104 Function return type mismatch for "<name>".
A function prototype or function declaration was encountered that has a different
result from a previous declaration.