SDKZSPF LSI, SDKZSPF Datasheet - Page 31

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
1.2 Overview of Software Development Using the SDK Tools
An overview of the software development process utilizing the SDK tools
is shown in
Figure
1.1. As shown in the figure, the compiler accepts C
source files (.c) and produces a relocatable assembly language source
module (.s). The assembler translate the assembly source file into a
relocatable object file in the Executable and Linkable Format (ELF) file
format (.obj for Windows or .o for UNIX). ELF files are then linked with
other ELF files (for example, library files) to produce a single executable
ELF load file (a.out). The load file can be loaded into host memory for
symbolic simulation/debugging, or it can be downloaded to a ZSP
architecture-based target system for real-time debugging.
On Windows 98/NT/2000/XP and Solaris platforms, the tools can be
accessed using the standard GNU command-line interface, as described
in
Chapter 3, "C Cross Compiler"
through
Chapter 9, “Debugger.”
The
tools can also be accessed using the ZSP Integrated Development
Environment (ZSP IDE),
(Chapter
11), and the ZSP IDE Debugger
(Chapter
12).
Overview of Software Development Using the SDK Tools
1-5
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.