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.13.2.1-1.tgz tar xzf sparc-rtems-binutils-2.13.2.1-1.tgz tar xzf rtems-base-gcc-gcc3.2.3newlib1.11.0-4.tgz tar xzf sparc-rtems-gcc-gcc3.2.3newlib1.11.0-4.tgz tar xzf rtems-base-gdb-5.2-2.tgz tar xzf sparc-rtems-gdb-5.2-2.tgz
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
must be included in your
PATH.
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-2003 OAR Corporation