Getting Started with GNAT/RTEMS
Apply the patch using the following command sequence:
cd tools/gdb-4.17 zcat archive/gdb-4.17-rtems-gnat-3.13p-20000918.diff | patch -p1
Check to see if any of these patches have been rejected using the following sequence:
cd tools/gdb-4.17 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.
To see the files that have been modified use the sequence:
cd tools/gdb-4.17 find . -name "*.orig" -print
The files that are found, have been modified by the patch file.
Getting Started with GNAT/RTEMS
Copyright © 1988-2004 OAR Corporation