RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


How do I generate a patch?

PREV UP NEXT Bookshelf RTEMS Frequently Asked Questions

2.2: How do I generate a patch?

The RTEMS patches to the development tools are generated using a command like this

diff -N -P -r -c TOOL-original-image TOOL-with-changes >PATCHFILE

where the options are:

Please look at the generated PATCHFILE and make sure it does not contain anything you did not intend to send to the maintainers. It is easy to accidentally leave a backup file in the modified source tree or have a spurious change that should not be in the PATCHFILE.

If you end up with the entire contents of a file in the patch and can't figure out why, you may have different CR/LF scheme in the two source files. The GNU open-source packages usually have UNIX style CR/LF. If you edit on a Windows platform, the line terminators may have been transformed by the editor into Windows style.


PREV UP NEXT Bookshelf RTEMS Frequently Asked Questions

Copyright © 1988-2004 OAR Corporation