Difference between revisions of "Getting the firmware with Eclipse"
(→Getting the sources) |
m (Thomas moved page Getting the firmware to Getting the firmware with Eclipse without leaving a redirect) |
||
| (12 intermediate revisions by the same user not shown) | |||
| 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 <code>'''C:\Projekte\Kreyos\Source'''</code> in my setup. |
[[File:compile-the-sources-01.png]] | [[File:compile-the-sources-01.png]] | ||
| − | + | == Importing the firmware from github == | |
| + | |||
| + | 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 <code>'''https://github.com/kreyosopensource/KreyosFirmware'''</code>. | ||
[[File:compile-the-sources-03.png]] | [[File: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: <code>'''C:\Projekte\Kreyos\Source\KreyosFirmware'''<code> | + | Select the 'master' branch as preselected. Change the destination directory to the location inside your workspace, for me it's: <code>'''C:\Projekte\Kreyos\Source\KreyosFirmware'''</code>. |
[[File:compile-the-sources-04.png]] | [[File:compile-the-sources-04.png]] | ||
| Line 20: | Line 24: | ||
[[File:compile-the-sources-05.png]] | [[File:compile-the-sources-05.png]] | ||
| + | |||
| + | == Creating a project from the source == | ||
| + | |||
| + | Choose 'Makefile with existing Code'. | ||
| + | |||
| + | [[File:compile-the-sources-06.png]] | ||
| + | |||
| + | In the next step choose 'Cross GCC'. I don't know if this is the right option but it worked for me. We don't have a tool chain for windows installed and we'd like to cross compile so this looked reasonable to me. | ||
| + | |||
| + | [[File:compile-the-sources-07.png]] | ||
| + | |||
| + | Violá: It should look like this on your machine. | ||
| + | |||
| + | [[File:compile-the-sources-08.png]] | ||
Latest revision as of 02:33, 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
Select 'File -> Import' and choose to import from Git.
Use the following repository 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'
Creating a project from the source
Choose 'Makefile with existing Code'.
In the next step choose 'Cross GCC'. I don't know if this is the right option but it worked for me. We don't have a tool chain for windows installed and we'd like to cross compile so this looked reasonable to me.
Violá: It should look like this on your machine.







