Added Links for Make Tool and ARM Toolchain.

This commit is contained in:
Claudio Prezzi 2017-06-21 09:01:12 +02:00
parent eeb206ec97
commit ba4e83723f

View File

@ -31,6 +31,9 @@ New configuration settings
* Your motors will likely stall if you don't set these! * Your motors will likely stall if you don't set these!
Build notes: Build notes:
* You should use virtual machines, if you use multiple toolchains on the same PC.
* Install make if not already there (for Windows see http://gnuwin32.sourceforge.net/packages/make.htm)
* Install the ARM embeded toolchain (see https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
* Include ```make``` and the ```arm-none-eabi-*``` tools in your path. * Include ```make``` and the ```arm-none-eabi-*``` tools in your path.
* Run ```git submodule init``` and ```git submodule update``` before building. * Run ```git submodule init``` and ```git submodule update``` before building.
* Make produces 2 files: * Make produces 2 files: