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


Ignore:
Timestamp:
08/26/08 15:32:04 (16 years ago)
Author:
ChrisJohns
Comment:

Add 4.9 tools plus M4 installation notes.

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/MinGW_Tools_for_Windows

    v49 v50  
    3232
    3333can be used with Visual Studio and an external make project to compile an application in <tt>c:\opt\src\rtems\app</tt>. The script <tt>vs-make.sh</tt> will change directory and invoke GNU make converting the GCC error messages to the MS format that Visual Studio understands.
     34= RTEMS 4.9 Tools =
     35
     36
     37Tools for the RTEMS 4.9 release are available at http://www.rtems.org/ftp/pub/rtems/windows/4.9/build-3/.
     38
     39Please try these tools and report any issues to the Users mailing list quoting the build number.
     40
     41Before you use these tools install MinGW and MSYS as described above plus also install an newer GNU M4 tools (http://downloads.sourceforge.net/mingw/m4-1.4.7-MSYS.tar.bz2). In the MSYS shell enter:
     42
     43  cd /
     44  tar -xvjf /c/my-download/m4-1.4.7-MSYS.tar.bz2
     45
     46where the file has been downloaded to {{{c:\my-download</code>
    3447= Setting Up MinGW =
    3548