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 assuming
that GNU tar is installed as tar
:
cd / tar xzf rtems-base-binutils-2.9.5.0.24-1.tgz tar xzf sparc-rtems-binutils-2.9.5.0.24-1.tgz tar xzf rtems-base-gcc-gcc2.95.2newlib1.8.2-4.tgz tar xzf sparc-rtems-gcc-gcc2.95.2newlib1.8.2-4.tgz tar xzf rtems-base-gdb-4.18-2.tgz tar xzf sparc-rtems-gdb-4.18-2.tgz
Upon successful completion of the above command sequence, a
C/C++ cross development toolset targeting the SPARC is
installed in /opt/rtems
. In order to use this toolset,
the directory /opt/rtems/bin
must be included in your
PATH.
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-2000 OAR Corporation