This option specifies the output file.
-OUtput=suboption[, ...] suboption := file | file=range | file=/load-address | file=range/load-address range := address1-address2 | section[: ...] |
The output file name is "first-input-file-name.default-extension".
The default extensions are shown below.
When the -form=absolute option is specified: abs
When the -form=relocate option is specified: rel
When the -form=object option is specified: obj
When the -form=library option is specified: lib
When the -form=hexadecimal option is specified: hex
When the -form=stype option is specified: mot
When the -form=binary option is specified: bin
Specify the start address and end address of the output range in hexadecimal as address1 and address2. |
Specify the section to be output as section. |
If load-address is specified, the first load address in the output file will be changed to the value specified with load-address when an Intel Hex file or Motorola S-record file is output. [V2.00.00 or later] |
If this option and the -form={absolute|hexadecimal|stype|binary} option are specified at the same time, two or more files can be specified. |
To output the range from 0 to 0xffff to file1.abs and the range from 0x10000 to 0x1ffff to file2.abs, describe as: |