Development

/ARMToolchainWindows

Next Chapter

Setting up a ARM toolchain under Windows

Download and install the following software:

  1. Yagarto GNU ARM toolchain

  2. Yagarto tools

  3. MinGW

  4. libusb-win32

Make sure everything is installed in a path without any spaces. I suggest the following directory structure:

c:\devtools\

Now rename gcc and other tools in C:\devtools\yagarto\bin:

Now go to the source head-directory of NGOS and do a "sh configure". This should set up everything. Now do a "make". If everything is well, then at the end (about 1 minute) a .hex file should be produced at the end of this process.

If it produces an error, please let me know in IRC (Jeroen). Or by sending me the output at <jeroen@dev.uavp.ch>

Development/BuildYourOwn/ARMToolchainWindows (last edited 2011-11-25 21:44:58 by AmirGuindehi)