SDKZSPF LSI, SDKZSPF Datasheet - Page 112

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
6.9 sdobjcopy
6-12
Format –
sdobjcopy
Description –
The sdobjcopy utility copies the contents of an object file to another
object file. It uses the GNU BFD Library to read and write the object files.
It can write the destination object file in a format different from that of the
source object file. The exact behavior of sdobjcopy is controlled by
command-line options.
sdobjcopy generates S-records if you specify an output target of ‘srec’
(use ‘-O srec’).
sdobjcopy generates binary output if you specify an output target of
‘binary’ (use ‘-O binary’).
sdobjcopy generates a raw binary file if you specify an output target of
‘binary’ (e.g., use ‘-O binary’). When sdobjcopy generates a raw binary
file, it essentially produces a memory dump of the contents of the input
object file. All symbols and relocation information are discarded. The
memory dump starts at the load address of the lowest section copied into
the output file.
When generating an S-record or a raw binary file, it may be helpful to
use ‘-S’ to remove sections containing debugging information. In some
cases ‘-R’ is useful to remove sections which contain information which
is not needed by the binary file.
infile
outfile
Utilities
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
[ -O bfdname | --output-target=bfdname ]
[ -b byte | --byte=byte ]
[ -i interleave | --interleave=interleave ]
[ --gap-fill=val ]
[ --pad-to=address ]
[ --set-start=val ] [ --adjust-start=incr ]
infile [outfile]