OAR

RTEMS 4.5.1-pre3 On-Line Library


Apply RTEMS Patch to GDB

PREV UP NEXT Bookshelf Getting Started with GNAT/RTEMS

6.3: Apply RTEMS Patch to GDB

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.


PREV UP NEXT Bookshelf Getting Started with GNAT/RTEMS

Copyright © 1988-2000 OAR Corporation