 
 
 
  
 
  Getting Started with GNAT/RTEMS
Getting Started with GNAT/RTEMS
Create a build directory for the SIS Debugger
cd tools mkdir build-sis
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.
From tools/build-sis execute the following command sequence:
make all install
NOTE: The make utility used should be GNU make.
 
  
 
  Getting Started with GNAT/RTEMS
Getting Started with GNAT/RTEMS
Copyright © 1988-2000 OAR Corporation