The following is a sample session illustrating the installation of a C/C++ toolset targeting the SPARC architecture.
rpm -U rtems-4.10-binutils-common-2.18.91-1.i386.rpm rpm -U rtems-4.10-sparc-rtems4.10-binutils-2.18.91-1.i386.rpm rpm -U rtems-4.10-gcc-common-4.3.2-3.i386.rpm rpm -U rtems-4.10-sparc-rtems4.10-newlib-1.16.0-3.i386.rpm rpm -U rtems-4.10-sparc-rtems4.10-gcc-4.3.2-3.i386.rpm rpm -U rtems-4.10-sparc-rtems4.10-gcc-c++-4.3.2-3.i386.rpm rpm -U rtems-4.10-gdb-common-6.8-3.i386.rpm rpm -U rtems-4.10-sparc-rtems4.10-gdb-6.8-3.i386.rpm
Upon successful completion of the above command sequence, a
C/C++ cross development toolset targeting the SPARC is
installed in /opt/rtems-4.10
. In order to use this toolset,
the directory /opt/rtems-4.10/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.
Copyright © 1988-2008 OAR Corporation