
Overview
Motorola
Introduction
1-1
Chapter 1
Introduction
1.1 Overview
The DSP56KCC GNU based C cross-compiler is the latest high-level language
development system for the Motorola DSP56000 family of digital signal processors
(DSP). It includes:
an integrated control program — g56k
an ANSI compliant C language preprocessor — mcpp
an ANSI optimizing C compiler — g56-cc1
a DSP56000 common object file format (COFF) assembler — asm56000
a COFF linker — dsplnk
a COFF librarian — dsplib
a source level debugger for C — gdb56
a simulator based execution program — run56
various object file manipulation tools — srec, cldlod, cofdmp
This integrated software system runs on a variety of machines and operating systems,
including the IBM PC
(80386 family and above — 386sx, 486, etc.), and Sun SPARC
workstations.
The compiler implements the full C language as defined in
American National Standard
for Information Systems - Programming Language - C, ANSI X3.159-1989
. It accepts one
or more C language source files as input and generates a corresponding number of
assembly language source files which are suitable as inputs to the DSP56000 COFF
assembler. The compiler automatically implements numerous optimizations which
simplifies implementing fast and efficient DSP algorithms.
The C language preprocessor is an implementation of the ANSI standard which includes
support for arbitrary text file inclusion, macro definition and expansion, and conditional
compilation. The preprocessor exists as a separate program and may be used as a
general-purpose macro preprocessor.
The compiler control program,
g56k
, is the standard compiler interface used to control the
sequence of operations required to compile a program. This control program allows the
user to select a wide variety of control options which affect the four compilation phases —
F
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
n
.