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
for a set of archive
files compressed with GNU Zip (gzip):
cd / tar xzf rtems-4.9-binutils-common-2.18-4.tar.gz tar xzf rtems-4.9-sparc-rtems4.9-binutils-2.18-4.tar.gz tar xzf rtems-4.9-gcc-common-4.3.2-15.tar.gz tar xzf rtems-4.9-sparc-rtems4.9-gcc-4.3.2-15.tar.gz tar xzf rtems-4.9-sparc-rtems4.9-newlib-1.16.0-15.tar.gz tar xzf rtems-4.9-gdb-common-6.8-4.tar.gz tar xzf rtems-4.9-sparc-rtems4.9-gdb-6.8-4.tar.gz
The following command set is the equivalent command sequence for the same toolset assuming that is was compressed with GNU BZip (bzip2):
cd / tar xjf rtems-4.9-binutils-common-2.18-4.tar.bz2 tar xjf rtems-4.9-sparc-rtems4.9-binutils-2.18-4.tar.bz2 tar xjf rtems-4.9-gcc-common-4.3.2-15.tar.bz2 tar xjf rtems-4.9-sparc-rtems4.9-newlib-1.16.0-15.tar.bz2 tar xjf rtems-4.9-sparc-rtems4.9-gcc-4.3.2-15.tar.bz2 tar xjf rtems-4.9-gdb-common-6.8-4.tar.bz2 tar xjf rtems-4.9-sparc-rtems4.9-gdb-6.8-4.tar.bz2
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
must be included in your
PATH.
Copyright © 1988-2008 OAR Corporation