Changes between Version 48 and Version 49 of TBR/UserManual/MinGW_Tools_for_Windows


Ignore:
Timestamp:
03/25/08 02:42:20 (16 years ago)
Author:
Juliepos
Comment:

/* Building RTEMS */

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/MinGW_Tools_for_Windows

    v48 v49  
    6767
    6868
     69If you do the following stage from an MSYS terminal you will need to update the path to refer to the correct versions of the tools
     70
     71 > export PATH=/c/opt/rtems-4.8/bin:${PATH}
     72
    6973To build RTEMS with the source code in a directory 'c:\rtems\src\rtems-4.7.99.2' you would do the following:
    7074