FWIW, I’d be building the apps on the internet connected box and transferrng the built app (hex file) to your DAW/production box. Internet connections are kinda needed when you’re doing the DIY electronics thing.
Well you didn’t mention which part of MinGW you want…
If you just need the ‘make’ upgrade (IE, you don’t want to use AC-Sim, so you don’t need GCC) then you can cheat, and grab the file from
http://sourceforge.net/project/downloading.php?group_id=2435&filename=mingw32-make-3.81-20080326.tar.gz
You’ll get a file named mingw32-make-3.81-20080326.tar.gz. Open it with your compression tool.
Inside, is another file named mingw32-make-3.81-20080326.tar. Open it with your compression tool.
Inside that file are two directories. Go into the \bin directory. You should see a file named make.exe. Copy it somewhere handy.
AFTER you install MSYS,
Copy the make.exe file from your handy location, to the C:\MSYS\1.0\bin directory. OVERWRITE that old version.
Perform the make version check from the doco to make sure it works.
That should take care of it.
Now, if you want GCC as well… it can be kinda big. Have a look here and grab all the files you need:
http://sourceforge.net/project/showfiles.php?group_id=2435
For information (ignore this, it’s just for the record and wil only cause confusion)
The above build of make v3.81 is from mingw. You could just as well use the MSYS build of make 3.81 which can be found here:
http://downloads.sourceforge.net/mingw/make-3.81-MSYS-1.0.11-2.tar.bz2
One of these days, the MinGW guys will include MSYS - the latest, and working version - in the MinGW installer, and all this BS will go away 