OAR

RTEMS 4.5.1-pre3 On-Line Library


GDB with Sparc Instruction Simulation (SIS)

PREV UP NEXT Bookshelf Getting Started with GNAT/RTEMS

6.4: GDB with Sparc Instruction Simulation (SIS)

Make the Build Directory

Create a build directory for the SIS Debugger

cd tools
mkdir build-sis

Configure for the Build

Configure the GNU Debugger for the Sparc Instruction Simulator (SIS):

cd tools/build-sis
../gdb-4.17/configure --target-sparc-erc32-aout \
    --program-prefix=sparc-rtems- \
    --disable-gdbtk \
    --enable-targets=all \
    --prefix=<INSTALL_POINT_FOR_SIS>

Where <INSTALL_POINT_FOR_SIS> is a unique location where the gdb with SIS will be created.

Make the Debugger

From tools/build-sis execute the following command sequence:

make all install

NOTE: The make utility used should be GNU make.


PREV UP NEXT Bookshelf Getting Started with GNAT/RTEMS

Copyright © 1988-2000 OAR Corporation