The following is a sample session illustrating the installation of a C/C++ toolset targeting the SPARC architecture.
rpm -U rtems-4.9-binutils-common-2.18-4.i386.rpm rpm -U rtems-4.9-sparc-rtems4.9-binutils-2.18-4.i386.rpm rpm -U rtems-4.9-gcc-common-4.3.2-15.i386.rpm rpm -U rtems-4.9-sparc-rtems4.9-newlib-1.16.0-15.i386.rpm rpm -U rtems-4.9-sparc-rtems4.9-gcc-4.3.2-15.i386.rpm rpm -U rtems-4.9-sparc-rtems4.9-gcc-c++-4.3.2-15.i386.rpm rpm -U rtems-4.9-gdb-common-6.8-4.i386.rpm rpm -U rtems-4.9-sparc-rtems4.9-gdb-6.8-4.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.9
. In order to use this toolset,
the directory /opt/rtems-4.9/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