Difference between revisions of "Getting the firmware with Eclipse"

From Kreyos
Jump to: navigation, search
(Creating a new wrokspace)
(Importing the firmware from github)
Line 9: Line 9:
 
== Importing the firmware from github ==
 
== Importing the firmware from github ==
  
Then import the Git repository from <code>'''https://github.com/kreyosopensource/KreyosFirmware'''</code>
+
Select 'File -> Import' and choose to import from Git.
  
 
[[File:compile-the-sources-02.png]]
 
[[File:compile-the-sources-02.png]]
 +
 +
Use the following repository from <code>'''https://github.com/kreyosopensource/KreyosFirmware'''</code>
  
 
[[File:compile-the-sources-03.png]]
 
[[File:compile-the-sources-03.png]]

Revision as of 02:25, 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.

Compile-the-sources-01.png

Importing the firmware from github

Select 'File -> Import' and choose to import from Git.

Compile-the-sources-02.png

Use the following repository from https://github.com/kreyosopensource/KreyosFirmware

Compile-the-sources-03.png

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

Compile-the-sources-04.png

Change the option to 'Use New Project Wizard'

Compile-the-sources-05.png

Creating a project from the source