Chapter 17 Appendix
List of Command Options 315
17.2.2 List of Linker Command Options

Linker command general format

Below is the general format of the command to use when starting the linker.
ld103 [options] (filename)...
Contents of brackets [ ] may be omitted.
Ellipses (...) indicates item may be repeated.

Output file options

Error message options

o filename Specify the path name and file name of the executable format file to be output.
ld103 -o /usr/tmp/test.ex main.rf sub.rf
mOutput a map file.
ld103 -m main.rf sub.rf
jOutput error and warning messages in Japanese
ld103 -j main.rf sub.rf
Je Output error and warning messages in Japanese using EUC encoding.
ld103 -Je main.rf sub.rf
Js Output error and warning messages in Japanese using Shift JIS encoding.
ld103 -Js main.rf sub.rf
Jj Output error and warning messages in Japanese using JIS encoding.
ld103 -Jj main.rf sub.rf
eOutput error and warning messages in English
ld103 -e main.rf sub.rf
W number Do not output warning messages of the specified number.
ld103 -W 3001 main.rf sub.rf
Wall Do not output any warning messages.
ld103 -Wall main.rf sub.rf