Getting Started with RTEMS for C/C++ Users
NOTE: This step is required if building BINUTILS, GCC, and NEWLIB using the procedures described in Using configure and make or Using the bit Script. It is NOT required if using the procedure described in Using RPM to Build BINUTILS GCC and NEWLIB.
While in the tools
directory, unpack the compressed
tar files using the following command sequence:
cd tools tar xzf ../archive/gcc-2.95.2.tar.gz tar xzf ../archive/binutils-2.9.5.0.24.tar.gz tar xzf ../archive/newlib-1.8.2.tar.gz
After the compressed tar files have been unpacked, the following directories will have been created under tools.
The tree should look something like the following figure:
/whatever/prefix/you/choose/ archive/ gcc-2.95.2.tar.gz binutils-2.9.5.0.24.tar.gz newlib-1.8.2.tar.gz gcc-2.95.2-rtems-20000606.diff.gz binutils-2.9.5.0.24-rtems-20000207.diff.gz newlib-1.8.2-rtems-20000606.diff.gz tools/ binutils-2.9.5.0.24/ gcc-2.95.2/ newlib-1.8.2/
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-2000 OAR Corporation