Section 2: Compiler
103
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
cannot open
file for writing
The given
file could not be opened for writing.
cannot re-open
file
The file
file, which has been temporarily closed to permit the inclusion of deeply
nested #include files, cannot be re-opened. In a multi-tasking system, this can
occur when the
file is removed by another task during compilation.
case outside of switch
A case label must appear inside a switch statement.
case requires constant integer expression
A case expression must evaluate to an integer constant.
character constant too long
A character constant contains more than four characters.
character string too long
A character string contains more than 512 characters. When adjacent character
strings are concatenated, the 512-character limit applies to the resulting string.
command line: -
flag followed by invalid argument: string
The given
string is an invalid argument to the given flag.
command line: -
flag is an invalid flag
The given
flag is not recognized.
command line: -
flag requires an argument
The given
flag must be followed by an argument.
command line: -i flag is illegal in a command file
Command line include files cannot be nested inside each other.
command line: more than two files are specified
The compiler accepts at most two filenames on the command line (not counting
filenames that are arguments to flags): an input file and an output file.