Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ETrice/Development/GettingStartedWithEtrice"

(New page: = Preconditions = Get the sources ( work with GIT repository ) and build them ( target platform ). = Getting Star...)
 
Line 1: Line 1:
 
= Preconditions =
 
= Preconditions =
Get the sources ([[ETrice/Development/Repository | work with GIT repository ]]) and build them ([[ETrice/Development/TargetPlatform | target platform ]]).
+
* get the sources ([[ETrice/Development/Repository | work with GIT repository ]])  
 +
* download the latest version of Eclipse Modeling Tools (e.g. http://eclipse.org/downloads/packages/eclipse-modeling-tools-includes-incubating-components/indigom7)
 +
* make sure you are using a JDK (in Eclipse: Window->Preferences->Java->Installed JREs->e.g. jdk1.6.0_24), attention: do not use jdk1.6.0_18 !
 +
* check out all projects from your local GIT clone to your Workspace
 +
* build eTrice with our target platform ([[ETrice/Development/TargetPlatform | target platform ]])
  
 
= Getting Started =
 
= Getting Started =
 +
== Setting up Runtime Workspace

Revision as of 03:21, 13 May 2011

Preconditions

Getting Started

== Setting up Runtime Workspace

Back to the top