Messages - Epson S5U1C62000A Manual

Epson cmos 4-bit single chip microcomputer manual
Table of Contents

Advertisement

CHAPTER 6: LINKER

6.4 Messages

The linker delivers all its messages to the Standard Output (stdout).
Start-up message
The linker outputs only the following message when it starts up.
Linker 62 Ver x.xx
Copyright (C) SEIKO EPSON CORP. 199x
End message
The linker outputs the following messages to indicate which files has been created when it ends
normally.
Created absolute object file <FILENAME.ABS>
Created absolute list file <FILENAME.ALS>
Created map file <FILENAME.MAP>
Created symbol file <FILENAME.SYM>
Created cross reference file <FILENAME.XRF>
Created error log file <FILENAME.ERR>
Link 0 error(s) 0 warning(s)
Usage output
If no file name was specified or an option was not specified correctly, the linker ends after delivering
the following message concerning the usage:
Usage: lk62 [options] <object files.O> <ICE param file.PAR> <command file.CM>
Options: -d
-di
-dr
-e
-g
-l
-m
-o <file name>
-s
-x
-code <address>
-bss <address>
-rcode <file name>=<address> Specify CODE start address of the file
-rbss <file name>=<address>
When error/warning occurs
If an error takes place, an error message will appear before the end message shows up.
Example:
Error: Cannot open file TEST.CM
Link 1 error(s) 0 warning(s)
In the case of an error, the linker ends without creating an output file.
If a warning is issued, a warning message will appear before the end message shows up.
Example:
Warning: No symbols found
Link 0 error(s) 1 warning(s)
In the case of a warning, the linker ends after creating an output file, but the result cannot be guaran-
teed.
For details on errors and warnings, refer to Section 6.12, "Error/Warning Messages".
94
Disable all branch optimizations
Disable insertion of branch extension
Disable removal of branch extension
Output error log file (.ERR)
Add source debug information
Output absolute list file (.ALS)
Output map file (.MAP)
Specify output file name
Output symbol file (.SYM)
Output cross reference file (.XRF)
Specify CODE start address
Specify BSS start address
Specify BSS
start address of the file
EPSON
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
S5U1C62000A MANUAL

Advertisement

Table of Contents
loading

Table of Contents