| ||||||||
Technical Support On-Line Manuals LX51 User's Guide | Output FilesThe LX51 Linker generates an application-wide source/assembly listing (or code) file, an object module, and a listing (map) file.
If no output filename is specified, the linker uses the filename of the first object file in the input file list for the object module and for the listing file. An error occurs if the first input file contains no extension. For example: LX51 PROG1 generates the following fatal error:
*** FATAL ERROR L209: FILE USED IN CONFLICTING CONTEXTS
FILE: PROG1
This error occurs because the name of the input object file is identical to the object file the linker creates. The following example demonstrates how to avoid this problem. LX51 PROG1 TO PROG1.ABS This example specifies an output filename (PROG1.ABS) and avoids the prior error. | |||||||
| ||||||||