Tested on Windows XP
- Mingw
- http://sourceforge.net/projects/mingw/
- mark mingw32-base and mingw32-gcc-g++ and msys-make and mingw-developer-toolkit
- close the installer and they will prompt for installation
-
GNUmake
- http://sourceforge.net/projects/gnuwin32
- Be sure to add to path as well:
-
gcc-arm-none-eabi
- https://launchpad.net/gcc-arm-embedded/+download
- be sure to tick the Add to path
Path setting
Your PATH variable in Windows should look like:
xxxxxxx;C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q1\bin;C:\MinGW;C:\Program Files (x86)\GnuWin32\bin;C:\MinGW\msys\1.0\bin
-
cd to the firmware directory followed by main
-
try
make clean all v=1