This option specifies the output file.
-OUtput=file[={address1-address2|section[:section]...}][,file[={address1-address2|section[: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 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: |
To output the .sec1 and .sec2 sections to file1.abs and the .sec3 section to file2.abs, describe as: |