Getting Started with RTEMS for C/C++ Users
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:
gmake all install
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-1998 OAR Corporation