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

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


Ignore:
Timestamp:
07/21/06 05:18:22 (18 years ago)
Author:
ChrisJohns
Comment:

Add more context.

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/MinGW_Tools_for_Windows

    v1 v2  
    1111 *  [ftp://www.rtems.org/pub/rtems/windows/betas/rtems4.7-i386-20060707-1.exe i386]
    1212 *  [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-mips-20060707-1.exe mips]
    1314 *  [ftp://www.rtems.org/pub/rtems/windows/betas/rtems4.7-powerpc-20060707-1.exe PowerPC]
     15 *  [ftp://www.rtems.org/pub/rtems/windows/betas/rtems4.7-sparc-20060707-1.exe sparc]
    1416
    15 Click on the link above to install the tools. The tools are still being worked on and bugs fixed so things may changed.
     17Click on the link above to install the tools. The tools are still being worked on so things may changed. These tools and missing currenty missing GDB. This is to be added next.
     18
     19To test the tools open a Command prompt (cmd) set the path to the installed location (default is c:\rtems\bin) and enter the GCC command for your tool set. For example the ARM GCC command is:
     20
     21 > arm-rtems4.7-gcc
     22= Setting Up MinGW =
     23
     24
     25The tools as installed to not need any extra to work. You could use any available make program or tools to build an RTEMS application. If you want some excellent tools to work with the MinGW project provides some. You can find the MinGW project at [http://www.mingw.org/].
     26
     27The MinGW project has 2 packages we are interested in using. The first is MinGW package which contains a Windows native GCC compiler, and GNU make (called mingw32-make). The second package is MSYS for Minimal SYStem. It is a stand alone package based on the excellent and sucessful Cygwin package but simplifed to providing a self hosted mingw32 target POSIX style environment. It provides a shell with enough functionality to run configure scripts from the autooconf package. It is simpler to install and setup than the larger more complex Cygwin package.
     28
     29 *  [http://prdownloads.sf.net/mingw/MinGW-5.0.2.exe?download MinGW Tools]
     30 *  [http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download MSYS Installer]
     31
     32Click on the above and install each package. The default settings for these package should be ok for most users.
     33
     34If you have Cygwin installed, or another package which contains Cygwin you should consider remove any paths from your global path variable to them and using batch files to set paths specifically. It can be confusing if you end up mixing them.