Chapter 17 Appendix

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

Specify the path name and file name of the executable format file to be output.

o filename

ld103 -o /usr/tmp/test.ex main.rf sub.rf

Output a map file.

m

ld103 -m main.rf sub.rf

Error message options

Output error and warning messages in Japanese

j

ld103 -j main.rf sub.rf

Output error and warning messages in Japanese using EUC encoding.

Je

ld103 -Je main.rf sub.rf

Output error and warning messages in Japanese using Shift JIS encoding.

Js

ld103 -Js main.rf sub.rf

Output error and warning messages in Japanese using JIS encoding.

Jj

ld103 -Jj main.rf sub.rf

Output error and warning messages in English

e

ld103 -e main.rf sub.rf

Do not output warning messages of the specified number.

W number

ld103 -W 3001 main.rf sub.rf

Do not output any warning messages.

Wall

ld103 -Wall main.rf sub.rf

List of Command Options 315

Page 327
Image 327
Panasonic MN1030 user manual List of Linker Command Options, Linker command general format