OAR

RTEMS 4.5.1-pre3 On-Line Library


Applying RTEMS Patch to GDB

PREV UP NEXT Bookshelf Getting Started with RTEMS for C/C++ Users

4.2.3: Applying RTEMS Patch to GDB

Apply the patch using the following command sequence:

cd tools/gdb-5.0
zcat archive/gdb-5.0-rtems-20010314.diff.gz | \
    patch -p1

Check to see if any of these patches have been rejected using the following sequence:

cd tools/gdb-5.0
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.


PREV UP NEXT Bookshelf Getting Started with RTEMS for C/C++ Users

Copyright © 1988-2000 OAR Corporation