Front-end warning and error messages – Zilog Z8F0130 User Manual

Page 287

Advertising
background image

UM013037-1212

Front-End Warning and Error Messages

Zilog Developer Studio II – Z8 Encore!

User Manual

263

An end of file encountered with in a comment, string or character.

040 Unmatched "#else" found

#else

directive without a corresponding

#if

directive was found.

041 Unmatched "#elif" found

#elif

directive without a corresponding

#if

directive was found.

042 "#" preceded by non whitespace character

The preprocessor line has characters other than white space (blanks, tabs, new lines,
comments etc) before ‘

#

’.

043 Unterminated quoted character

An end of line was encountered within a quoted character.

044 Empty file encountered

The source file contains only white spaces (blanks, tabs, new lines, comments, and so
on) after preprocessing.

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 nonintegral 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.

105 Argument type mismatch for argument <name>.

The type of an actual parameter does not match the type of the formal parameter of the
function called.

106 Cannot take address of un-subscripted array.

Advertising