SDKZSPF LSI, SDKZSPF Datasheet - Page 98

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
5.5 Linker Options
5-4
Refer to the GNU ld man page for more information.
The following subsections describe some frequently-used linker options,
as well as those that are specific to the SDK assembly language.
Option
-T linkercommandfile
-o outputfile
-l archive
-L searchdir
-M
--defsym symbol=expression
-Tbss addr
-Ttext addr
-Tdata addr
Linker
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
Description
Replaces the linker’s default script file with the
specified linkercommandfile.
Names the output file. By default, the output
file name is a.out.
Adds archive file archive to the list of files to
link. The linker searches for files
libarchive.a for every archive specified
using this option.
Adds searchdir to the list of directories to
search for archive libraries and linker scripts.
Multiple paths can be specified by using the -
L option multiple times.
Prints the link map to stdout. A link map
contains information on the mapping of
symbols.
Creates a global symbol in the output file
containing the absolute address specified by
the expression. This option can be used
multiple times to create multiple symbols. Valid
formats for expression are hexadecimal
constants or the names of existing symbols.
Locate the .bss section at the address
specified by addr.
Locate the .text section at the address
specified by addr.
Locate the .data section at the address
specified by addr.