Getting Started with RTEMS for C/C++ Users
The following is a sample session illustrating the installation of a C/C++ toolset targeting the SPARC architecture.
rpm -i rtems-base-binutils-2.13.2.1-1.i386.rpm rpm -i sparc-rtems-binutils-2.13.2.1-1.i386.rpm rpm -i rtems-base-gcc-gcc3.2.3newlib1.11.0-4.i386.rpm rpm -i sparc-rtems-c++-gcc3.2.3newlib1.11.0-4.i386.rpm rpm -i sparc-rtems-gcc-gcc3.2.3newlib1.11.0-4.i386.rpm rpm -i rtems-base-gdb-5.2-2.i386.rpm rpm -i sparc-rtems-gdb-5.2-2.i386.rpm
Upon successful completion of the above command sequence, a
C/C++ cross development toolset targeting the SPARC is
installed in /usr1/tmp/rtemsdocs-4.6.0pre5
. In order to use this toolset,
the directory /usr1/tmp/rtemsdocs-4.6.0pre5/bin
must be included in your
PATH.
Once you have successfully installed the RPMs for BINUTILS, GCC, NEWLIB, and GDB, then you may proceed directly to Building RTEMS.
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-2003 OAR Corporation