Warning and error messages, Preprocessor warning and error messages – Zilog ZUSBOPTS User Manual
Page 225
UM017105-0511
Warning and Error Messages
Zilog Developer Studio II – ZNEO™
User Manual
197
Warning and Error Messages
This section covers the following topics:
•
Preprocessor Warning and Error Messages
•
Front-End Warning and Error Messages
•
Optimizer Warning and Error Messages
•
Code Generator Warning and Error Messages
If you see an internal error message, please report it to Technica
Zilog staff will use the information to diagnose or log the problem.
Preprocessor Warning and Error Messages
000 Illegal constant expression in directive.
A constant expression made up of con-
stants and macros that evaluate to constants can be the only operands of an expression
used in a preprocessor directive.
001 Concatenation at end-of-file. Ignored.
An attempt was made to concatenate lines
with a backslash when the line is the last line of the file.
002 Illegal token.
An unrecognizable token or non-ASCII character was encountered.
003 Illegal redefinition of macro <name>.
An attempt was made to redefine a macro,
and the tokens in the macro definition do not match those of the previous definition.
004 Incorrect number of arguments for macro <name>.
An attempt was made to call a
macro, but too few or too many arguments were given.
005 Unbalanced parentheses in macro call.
An attempt was made to call a macro with
a parenthesis embedded in the argument list that did not match up.
006 Cannot redefine <name> keyword.
An attempt was made to redefine a keyword as
a macro.
007 Illegal directive.
The syntax of a preprocessor directive is incorrect.
008 Illegal "#if" directive syntax.
The syntax of a #
if
preprocessor directive is incor-
rect.
Note: