Preface
v
Using and Porting GNU CC,
by Richard M. Stallman, Free Software
Foundation, June 1996. Provides detailed information on how to use
GCC, which is the foundation of SDCC.
Using AS: The GNU Assembler,
by Dean Elsner, et. al., Free Software
Foundation, January 1994. Provides detailed information on how to use
AS, which is the foundation of SDAS.
Using LD: The GNU Linker,
by Steve Chamberlain, Free Software
Foundation, January 1994. Provides detailed information on how to use
LD, which is the foundation of SDLD.
Debugging with GDB: The GNU Source Level Debugger
, by Richard
Stallman,
et
.
al
., Free Software Foundation, January 1994. Provides
detailed information on how to use GDB, which is the foundation of
SDBUG.
EB402 Evaluation Board Getting Started
, LSI Logic Corporation, order
number DBO6-000264-01, September, 2000. Provides information on
using the EB402 Evaluation Board.
EB402 Evaluation Board User’s Guide
, LSI Logic Corporation, order
number DB15-000143-00, September, 2000. Provides detailed
information on how to use the EB402 Evaluation Board.
PCMCIA-1149.1 Windows 95/NT Software Development Kit User’s
Guide
, Corelis, Inc. Provides detailed information on using the JTAG
interface.
Man pages for
ar, nm, objdump, string, size, objcopy, strip
and
ranlib
from the Free Software Foundation, available from the FTP site
prep.ai.mit.edu
.
Conventions Used in This Manual
The first time a word or phrase is defined in this manual, it may be
italicized.
Hexadecimal numbers are indicated by the prefix “0x”, for example,
0x32CF. Binary numbers are indicated by the prefix “0b”, for example,
0b0011.0010.1100.1111.