NOTE: This step is required if building BINUTILS, GCC, and NEWLIB using the procedures described in Using configure and make. It is NOT required if using the procedure described in Using RPM to Build BINUTILS GCC and NEWLIB.
This section describes the process of applying the RTEMS patches to GCC, NEWLIB, and BINUTILS.
No RTEMS specific patches are required for gcc- to support RTEMS 4.6.99.3.
Apply the patch using the following command sequence:
cd tools/binutils-2.16.1 cat ../../archive/binutils-2.16.1-rtems-20050816.diff | \ patch -p1
If the patch was compressed with the gzip
program, it will
have a suffix of .gz
and you should use zcat
instead
of cat
as shown above. If the patch was compressed with
the gzip
program, it will have a suffix of .bz2
and
you should use bzcat
instead of cat
as shown above.
Check to see if any of these patches have been rejected using the following sequence:
cd tools/binutils-2.16.1 find . -name "*.rej" -print
If any files are found with the .rej extension, a patch has been rejected. This should not happen with a good patch file which is properly applied.
No RTEMS specific patches are required for newlib- to support RTEMS 4.6.99.3.
Copyright © 1988-2004 OAR Corporation