Difference between revisions of "Getting the firmware with Eclipse"
From Kreyos
m (Thomas moved page Compiling the firmware to Getting the firmware) |
(→Getting the sources) |
||
| Line 1: | Line 1: | ||
Step by step instructions to compile the Kreyos Meteor firmware. | Step by step instructions to compile the Kreyos Meteor firmware. | ||
| − | == | + | == Creating a new wrokspace == |
Start Eclipse and choose an empty workspace. I'm using C:\Projekte\Kreyos\Source in my setup | Start Eclipse and choose an empty workspace. I'm using C:\Projekte\Kreyos\Source in my setup | ||
| + | == Importing the firmware from github == | ||
[[File:compile-the-sources-01.png]] | [[File:compile-the-sources-01.png]] | ||
| Line 20: | Line 21: | ||
[[File:compile-the-sources-05.png]] | [[File:compile-the-sources-05.png]] | ||
| + | |||
| + | == Creating a project from the source == | ||
Revision as of 02:17, 13 October 2014
Step by step instructions to compile the Kreyos Meteor firmware.
Creating a new wrokspace
Start Eclipse and choose an empty workspace. I'm using C:\Projekte\Kreyos\Source in my setup
Importing the firmware from github
Then import the Git repository from https://github.com/kreyosopensource/KreyosFirmware
Select the 'master' branch as preselected. Change the destination directory to the location inside your workspace, for me it's: C:\Projekte\Kreyos\Source\KreyosFirmware
Change the option to 'Use New Project Wizard'




