SDKZSPF LSI, SDKZSPF Datasheet - Page 95

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
5.1 Introduction
Chapter 5
Linker
This chapter describes the SDK Linker. The major sections in the chapter
are:
The SDK Linker (sdld/zdld) is based on the GNU linker, LD, from the
Free Software Foundation. LD is described in Using LD: The GNU
Linker, by Steve Chamberlain, Free Software Foundation, January 1994.
sdld is the linker for the ZSP400 architecture. zdld is the linker for the
ZSPG2 architecture. Unless otherwise noted, sdld refers to both the
ZSP400 and ZSPG2 linkers.
The linker processes the object files generated by the assembler
(designated with the .obj extension on Windows or .o extension on
UNIX) and produces an executable file in ELF format with the default
name a.out.
The linker is invoked from the shell using the following command:
ZSP Software Development Kit User’s Guide
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
Section 5.1, “Introduction”
Section 5.2, “Sections”
Section 5.3, “Symbols”
Section 5.4, “Linker Command File”
Section 5.5, “Linker Options”
Section 5.6, “ELF Number and Flags”
sdld [options] sourcefile
5-1