Setting up a windows machine for compiling the firmware

From Kreyos
Revision as of 11:14, 11 October 2014 by Thomas (Talk | contribs) (Created page with "Step by step instructions to setup software to compile the Kreyos Meteor firmware. == Prerequisites == * Java JRE * MinGW Installer * #Ec...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Step by step instructions to setup software to compile the Kreyos Meteor firmware.

Prerequisites

Java JRE

Skip this if you have already a running Java JRE on your machine. Install the appropriate Java JRE version. I'm using the 64-Bit on my Windows7-64.

MinGW Installer

Follow the link MinGW Installer and choose mingw-get-setup.exe.

Start the installer and choose the following:

Mingw-installer-01.png

I installed everything under C:\Projekte\Kreyos so MinGW goes to C:\Projekte\Kreyos\MinGW Press continue until the installation finishes.

After the MinGW Installation Manager starts select "All Packages"

Mingw-installer-02.png

Mark "MSYS->msys-bash (bin)" and "MSYS->msys-make (bin)" for installation. This will trigger some other packages for installation which is ok.

Mingw-installer-03.png

Select "Installation->Apply Changes" and "Apply".

Eclipse CDT

Download Eclipse CDT and extract it. I'm using C:\Projekte\Kreyos\Eclipse as destination folder.