|
|||||||||||
|
Technical Support On-Line Manuals BL51 User's Guide |
BL51 User's GuideOutput FilesThe BL51 Linker generates 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: BL51 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. BL51 PROG1 TO PROG1.ABS This example specifies an output filename (PROG1.ABS) and avoids the prior error. | ||||||||||
|
|||||||||||