118
Section 2: Compiler
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
too many files open, can't include
file
The given
file cannot be included because the system limit on the number of files
that can be simultaneously opened has been exceeded. If possible, increase the
system limit on the number of files that can be opened simultaneously.
too many formal parameters for macro
identifier
The parameter list for the given macro contains more than 31 parameters.
too many include files
More than 255 files were included in the current source file.
too many initializers
A declaration contains more initializers than there are objects to initialize.
too many initializers at { level
number }
An aggregate declaration contains more initializers than there are objects to
initialize at the specified brace level.
type-name cannot be initialized
A typedef declaration cannot contain initializers.
type-name is too complex
The typedef declaration is too complex.
unable to allocate additional memory: code
number
The memory needed by the compiler exceeds the available memory on the host
machine. The code
number is an internal code specifying the location of the
failed memory request. To correct the problem, break up or shorten functions, or
reduce memory overhead by running the compiler directly without the command
driver, a make utility, user-supplied shells, or add more memory to your system.
identifier undefined
The given
identifier is not currently defined.
unexpected characters after filename in expansion of macro
ident
A macro in a #include directive does not expand to the form "
filename" or
<
filename>.