Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Initial Version and Version 1 of TBR/UserManual/MinGW_Tools_for_Windows


Ignore:
Timestamp:
07/19/06 08:47:29 (18 years ago)
Author:
ChrisJohns
Comment:

Started to add data.

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/MinGW_Tools_for_Windows

    v1 v1  
     1= MinGW Tools for Windows =
     2
     3= MinGW Tools for Windows =
     4
     5
     6Windows users can use MinGW RTEMS tools. These tool will generate the same application code for RTEMS as the tools on Linux or Cygwin. MinGW tools use the native Windows runtime rather than access Windows via the POSIX interface Cygwin provides. MinGW tools are faster than the Cygwin equivalent and are not confused by Cygwin mount points. Compiler errors will show a Windows path rather than a Cygwin path.
     7
     8The RTEMS MinGW tools are packaged in Windows installers. The latest tools are:
     9
     10 *  [ftp://www.rtems.org/pub/rtems/windows/betas/rtems4.7-arm-20060707-1.exe ARM]
     11 *  [ftp://www.rtems.org/pub/rtems/windows/betas/rtems4.7-i386-20060707-1.exe i386]
     12 *  [ftp://www.rtems.org/pub/rtems/windows/betas/rtems4.7-m68k-20060707-1.exe m68k]
     13 *  [ftp://www.rtems.org/pub/rtems/windows/betas/rtems4.7-powerpc-20060707-1.exe PowerPC]
     14
     15Click on the link above to install the tools. The tools are still being worked on and bugs fixed so things may changed.