Zilog ZUSBOPTS User Manual
Page 226

Warning and Error Messages
UM017105-0511
198
Zilog Developer Studio II – ZNEO™
User Manual
009 Bad preprocessor file. Aborted.
An unrecognizable source file was given to the
compiler.
010 Illegal macro call syntax.
An attempt was made to call a macro that does not con-
form to the syntax rules of the language.
011 Integer constant too large.
An integer constant that has a binary value too large to
be stored in 32 bits was encountered.
012 Identifier <name> is undefined.
The syntax of the identifier is incorrect.
013 Illegal #include argument.
The argument to a #include directive must be of the form
“pathname” or <filename>.
014 Macro "<name>" requires arguments.
An attempt was made to call a macro
defined to have arguments and was given none.
015 Illegal "#define" directive syntax.
The syntax of the
#define
directive is incorrect.
016 Unterminated comment in preprocessor directive.
Within a comment, an end of
line was encountered.
017 Unterminated quoted string.
Within a quoted string, an end of line was encoun-
tered.
018 Escape sequence ASCII code too large to fit in char.
The binary value of an
escape sequence requires more than 8 bits of storage.
019 Character not within radix.
An integer constant was encountered with a character
greater than the radix of the constant.
020 More than four characters in string constant.
A string constant was encountered
having more than four ASCII characters.
021 End of file encountered before end of macro call.
The end of file is reached before
right parenthesis of macro call.
022 Macro expansion caused line to be too long.
The line must be shortened.
023 “##” cannot be the first or last token in a replacement string.
The macro defini-
tion cannot have the “##” operator in the beginning or end.
024 "#" must be followed by an argument name.
In a macro definition, “#” operator
must be followed by an argument.