116
Section 2: Compiler
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
return operand and function type are incompatible
The type of the object being returned and the type of the function are
incompatible.
size of operand unknown, op SIZEOF
The sizeof operator is applied to an object or type of unknown size. This can
occur when a dimension of an external array is left unspecified.
size of struct/union
identifier is unknown
The size of the given structure or union is not known; thus, a structure or union
assignment cannot be made.
size of struct/union is unknown
The size of a structure or union is not known; thus, a structure or union
assignment cannot be made.
size of struct/union member
identifier is unknown
The size of the given structure or union member is unknown.
size of struct/union/enum
identifier is unknown
The size of the given structure, union, or enumeration type is unknown.
size of struct/union/enum unknown
The size of a structure, union, or enumeration type is unknown.
struct/union/enum definition illegal inside prototype
A structure, union, or enumeration type cannot be defined in the parameter list of
a function prototype declaration.
struct/union member
identifier is undefined
The given
identifier is not defined as a member of an in-scope structure or union.
struct/union pointer (not type) required
The left operand of the arrow (
−
> ) operator is a structure type instead of a
structure pointer.