Zilog EZ80F916 User Manual
Page 195

UM014423-0607
Using the ANSI C-Compiler
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
175
144 Cannot compare a pointer to a non-pointer.
An attempt was made to compare a pointer to a non-pointer.
145 Pointers to different types may not be compared.
An attempt was made to compare pointers to different types.
146 Pointers may not be added.
It is not legal to add two pointers.
147 A pointer and a non-integral may not be subtracted.
It is not legal to subtract a non-integral expression from a pointer.
148 Pointers to different types may not be subtracted.
It is not legal to subtract two pointers of different types.
149 Unexpected end of file encountered.
In the process of parsing the input file, end of file was reached during the evaluation of
an expression, statement, or declaration.
150 Unrecoverable parse error detected.
The compiler became confused beyond the point of recovery.
151 Operand must be a modifiable lvalue.
An attempt was made to assign a value to an expression that was not modifiable.
152 Operands are not assignment compatible.
An attempt was made to assign a value whose type cannot be promoted to the type of
the destination.
153 "<name>" must be arithmetic type.
An expression was encountered whose type was not arithmetic where only arithmetic
types are allowed.
154 "<name>" must be integral type.
An expression was encountered whose type was not integral where only integral types
are allowed.
155 "<name>" must be arithmetic or pointer type.
An expression was encountered whose type was not pointer or arithmetic where only
pointer and arithmetic types are allowed.
156 Expression must be an lvalue.
An expression was encountered that is not an lvalue where only an lvalue is allowed.