
RTEMS can be re-built in place, in case a modification is required.
Use the following procedure:

1. Create the link /opt/rtems-4.8/src/rtems-4.8 to point to the RTEMS sources,
   or extract the sources to rtems-4.8.

2. Generate RTEMS makefiles
  $ cd /opt/rtems-4.8/src
  $ make bootstrap

3. Configure RTEMS source
  $ cd /opt/rtems-4.8/src
  $ make configure

4. Build RTEMS with the following commands
  $ cd /opt/rtems-4.8/src
  $ make compile

5. Install RTEMS with the following commands
  $ cd /opt/rtems-4.8/src
  $ make install


No other steps has to be taken, the gcc specs-file contains the
path to where the rtems libraries are installed.

Windows Notes
=============

NOTE: /opt/rtems-4.8 must be substituted for /opt/rtems-4.8-mingw on windows.

NOTE: All neccessary tools used to build the RTEMS kernel can be installed
      using GR-TOOLS on windows. (autoconf, automake, msys, gcc ...). The
      GR-TOOLS installation package is freely available on www.gaisler.com.
