Panasonic PanaXSeries MN1030 Series User Manual page 328

Panasonic microcomputer user's manual
Table of Contents

Advertisement

Chapter 17 Appendix
Program generation options
g
T section-address
r
En
Ed
Library file options
l library_filename
L path_name
Instruction RAM options
OVL ID_number:
section=address
PUT extra_symbol
=address
316 List of Command Options
Output debug information to the executable format file.
ld103 -g main.rf sub.rf
Specify a section start address.
ld103 -T_TEXT@CODE=80000000 -T@DATA=0 main.rf sub.rf
Output an executable format file even if errors are detected.
ld103 -r main.rf
Do not output symbol table within the executable format file.
ld103 -En main.rf sub.rf
Enable output of DATA sections to the executable file.
ld103 -Ed main.rf sub.rf
Specify a library file.
ld103 -l /usr/local/lib/sample.lib
Specify a pathname for library files.
ld103 -L/usr/lib -L/usr/local/lib -lsample.lib main.rf
sub.rf
Specify starting address for section in instruction RAM.
ldld103 -T @CODE=80000000 main.rf sub.rf
-OVL 1:_TEXT=40000000 seg1.rf
-OVL 2:_TEXT,_CONST=40000000 seg2.rf
Specify address for extra symbol.
ld103 -T @CODE=80000000 main.rf sub.rf
-OVL 1:_TEXT=40000000 seg1.rf
-OVL 2:_TEXT=40000000 seg2.rf
-PUT __overlay_table=a0000000
-PUT __iram_manage=30000000
main.rf sub.rf

Advertisement

Table of Contents
loading

Table of Contents