 | Cx51 User's Guide |  |
|
|
| Actions- Allocating Memory
The compiler could not allocate enough memory to compile the specified source file. - Creating List-File/Object-File/Work-File
The compiler could not create the list file, object file, or work file. This error may occur if the disk is full or write-protected or if the file already exists and is marked read only. For temporary work files check the TMP environment variable setting to be sure it refers to an existing drive and/or directory. - Generating Intermediate Code
The source file contains a function that is too large to be translated into pseudo-code by the compiler. Break the function into smaller functions and re-compile. - Opening Input-File
The compiler failed to find or open the selected source or include file. - Parsing Invoke-/#pragma-Line
An error was detected while evaluating arguments on the command line or while evaluating parameters in a #pragma statement. - Parsing Source-File/Analyzing Declarations
The source file contains too many external references. Reduce the number of external variables and functions accessed by the source file. - Writing to File
An error was encountered while writing to the list file, object file, or work file.
|
|