102
Section 2: Compiler
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
2.17.
Compiler Error Messages
All error messages are listed alphabetically. Warning messages are alphabetized
under
w for warning. When searching for a message, ignore all identifier names,
filenames, and flags (shown in italics here). Also, ignore the hyphen character
and the leading word
the. Uppercase and lowercase letters are treated the same.
-
flag argument too long
The argument to a
-D
or
-U
flag exceeds 512 characters.
array of functions is illegal
Functions cannot be elements of an array. An array of pointers to functions is
legal.
array size is unknown
An automatic or uninitialized static array is declared with an empty dimension.
asm keyword requires a character string
The argument specified inside the parentheses following the asm keyword must
be a character string enclosed in double quotes.
bad call to system function
identifier()
A call to the system function
identifier( ) failed (returned with an error status).
bit field illegal outside of structure
Bit fields are permitted only in structures (not unions).
bit field size is zero
The size of a named bit field must be greater than zero.
bit field size too large
Depending on the type of the bit field, the length of a bit field cannot exceed the
number of bits in a char (8), short int (16), int (16), or long int (32).
cannot include file
file
The compiler could not open the given #include file.
cannot open
file for reading
The given
file could not be opened for reading.