Chapter 6 Using Linker
Starting Linker 87
Summary of Options
Table 6-1 Linker options
Option Type Symbol Description
Output file options o filename Specify the path name and file name of the
executable format file to be output.
m Output a map file
Error message options j Output error and warning messages in
Japanese.
Je Output error and warning messages in
English.
Js Output error and warning messages in
Japanese using Shift JIS encoding.
Jj Output error and warning messages in
Japanese using JIS encoding.
e Output error and warning messages in English
W number Do not output warning messages of the
specified number. Refer to chapter 10, "Error
Messages," for warning messages and their
corresponding numbers.
Wall Do not output any warning messages.
Program generation
options g Output debug information to the executable
format file.
T section=address Specify the start/end addresses of a start
address [,end address]section (section group).
r Output an executable format file even if errors
are detected.
En Do not output symbol table within the
executable format file.
Ed Enable output of DATA sections to the
executable format file.
Library file options l library_filename Specify a library file.
L path_name Specify a path name for library files.
Instruction RAM
options OVL ID_number
section=address Specify starting address for section in
instruction RAM.
PUT extra_symbol=address Specify address for extra symbol.
Other @filename Specify a parameter file.
h Output help information to the screen.
v Display the linker’s version number on the
console.