Zilog ZUSBOPTS User Manual
Page 231

UM017105-0511
Warning and Error Messages
Zilog Developer Studio II – ZNEO™
User Manual
203
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 "
An expression was encountered whose type
was not arithmetic where only arithmetic types are allowed.
154 "
An expression was encountered whose type was
not integral where only integral types are allowed.
155 "
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.
157 Cannot assign to an object of constant type.
An attempt was made to assign a
value to an object defined as having constant type.
158 Cannot subtract a pointer from an arithmetic expression.
An attempt was made
to subtract a pointer from an arithmetic expression.
159 An array is not a legal lvalue.
Cannot assign an array to an array.
160 Cannot take address of a bit field.
An attempt was made to take the address of a bit
field.
161 Cannot take address of variable with "register" class.
An attempt was made to
take the address of a variable with "register" class.