beautypg.com

Zilog Z8F0130 User Manual

Page 292

background image

Using the ANSI C-Compiler

UM013037-1212

268

Zilog Developer Studio II – Z8 Encore!
User Manual

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 storage class.

An attempt was made to take the address of a variable with register storage class.

162 Conditional expression operands are not compatible.

One operand of a conditional expression cannot be promoted to the type of the other
operand.

163 Casting a nonpointer to a pointer.

An attempt was made to promote a nonpointer to a pointer.

164 Type name of cast must be scalar type.

An attempt was made to cast an expression to a nonscalar type.

165 Operand to cast must be scalar type.

An attempt was made to cast an expression whose type was not scalar.

166 Expression is not a structure or union.

An expression was encountered whose type was not structure or union where only a
structure or union is allowed.

167 Expression is not a pointer to a structure or union.

An attempt was made to dereference a pointer with the arrow operator, and the expres-
sion’s type was not pointer to a structure or union.

168 Cannot take size of void, function, or bit field types.

An attempt was made to take the size of an expression whose type is void, function, or
bit field.

169 Actual parameter has no corresponding formal parameter.

An attempt was made to call a function whose formal parameter list has fewer ele-
ments than the number of arguments in the call.

170 Formal parameter has no corresponding actual parameter.

An attempt was made to call a function whose formal parameter list has more ele-
ments than the number of arguments in the call.

171 Argument type is not compatible with formal parameter.

An attempt was made to call a function with an argument whose type is not compati-
ble with the type of the corresponding formal parameter.