User Tools

Site Tools


windows_toolchain_quickstart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows_toolchain_quickstart [2008/07/30 01:08] – external edit 127.0.0.1windows_toolchain_quickstart [2013/04/22 18:11] (current) – [MSYS] root
Line 13: Line 13:
   * [[http://downloads.sourceforge.net/sdcc/sdcc-2.8.0-setup.exe?modtime=1206870651&big_mirror=0|Download SDCC 2.80 Installer]]   * [[http://downloads.sourceforge.net/sdcc/sdcc-2.8.0-setup.exe?modtime=1206870651&big_mirror=0|Download SDCC 2.80 Installer]]
   * Install using defaults   * Install using defaults
-==== MinGW make ==== 
-  * [[http://sourceforge.net/project/downloading.php?group_id=2435&filename=MinGW-5.1.4.exe|Download MinGW 5.1.4 Installer]] 
-  * Install, taking the 'Download and Install' option, Agree to the license, and select the 'Candidate' package. 
-  * When you are prompted to 'Choose Components':  
-    * Tick the box at the bottom labelled "MinGW make" 
-    * Un tick the box at the top labelled "MinGW Base Tools". 
 ==== MSYS ==== ==== MSYS ====
-  * [[http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe?modtime=1079444447&big_mirror=1|Download MSYS 1.0.10 Installer]]+  * [[http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe|Download MSYS 1.0.11 Installer]]
   * Install using the defaults.   * Install using the defaults.
     * When the install is almost complete, you will see a DOS console window open, and you will be prompted: "Do you wish to continue with the post install? [yn ]". Type 'n' (without the quotes) and hit Enter.     * When the install is almost complete, you will see a DOS console window open, and you will be prompted: "Do you wish to continue with the post install? [yn ]". Type 'n' (without the quotes) and hit Enter.
  
- 
-==== Overwriting make.exe of MSYS ==== 
-  * When MSYS install is complete, Click 'Start... Run'. 
-  * Paste in the following command. Don't type it by hand, just copy and paste it: 
-<code> 
-cmd.exe /k "copy c:\MinGW\bin\mingw32-make.exe c:\msys\1.0\bin\make.exe /y" 
-</code> 
-  * Click 'OK'. 
  
 ==== GNU PIC Utilities (GPUtils) ==== ==== GNU PIC Utilities (GPUtils) ====
-  * [[http://downloads.sourceforge.net/gputils/gputils-0.13.5.exe?modtime=1194781783&big_mirror=0|Download gputils-win32 Installer]]+  * [[http://sourceforge.net/projects/gputils/files/gputils-win32/0.14.3/gputils-0.14.3.exe/download|Download gputils-win32 Installer]]
   * Install the complete application using the 'Full' option.   * Install the complete application using the 'Full' option.
 \\ \\
Line 56: Line 42:
 \\ \\
 ''cd c:\<your application directory>''\\ ''cd c:\<your application directory>''\\
-''SET PATH=C:\MSYS\1.0\bin;C:\MinGW\bin;%programfiles%\gputils\bin;%programfiles%\SDCC\bin;%PATH% ''\\+''SET PATH=C:\MSYS\1.0\bin;%programfiles%\gputils\bin;%programfiles%\SDCC\bin;%PATH% ''\\
 ''make''\\ ''make''\\
 \\ \\
windows_toolchain_quickstart.1217380110.txt.gz · Last modified: 2009/11/12 20:31 (external edit)