Difference between revisions of "Importing the EMAC OE SDK Projects with Eclipse"

From wiki.emacinc.com
Jump to: navigation, search
(Updated to reflect SDK - import projects directory)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{todo|Complete <strike>Port this and mark it as OE 4 </strike> (11.13.13-11:27->KY+);(11.14.13-18:25->MD+)|Michael Gloff|project=oe 4,mg,ky,md,Complete}}
+
{{todo|SEOKWREV <strike>Port this and mark it as OE 4 </strike> (11.13.13-11:27->KY+);(11.14.13-18:25->MD+);(03.04.14-16:45->BS-);(03.25.14-15:25->BS+)|Michael Gloff|project=oe 4,mg,ky,md,bs,SEOKWREV}}
  
 +
{{#seo:
 +
|title=Importing the EMAC OE SDK Projects with Eclipse
 +
|titlemode=append
 +
|keywords=EMAC OE SDK,Importing with Eclipse,Procedure
 +
|description=Importing the EMAC OE SDK Projects with Eclipse.
 +
}}
 
In order to use the Eclipse IDE for EMAC product application development, the EMAC OE SDK must first be imported into the Eclipse workspace. This guide will explain the steps required to do so. This guide will assume that the SDK has already been [[ Installing_EMAC_OE_4.0_SDK | installed ]] and [[Configuring_EMAC_OE_4.0_SDK | configured ]].
 
In order to use the Eclipse IDE for EMAC product application development, the EMAC OE SDK must first be imported into the Eclipse workspace. This guide will explain the steps required to do so. This guide will assume that the SDK has already been [[ Installing_EMAC_OE_4.0_SDK | installed ]] and [[Configuring_EMAC_OE_4.0_SDK | configured ]].
  
Line 19: Line 25:
 
* Expand the ''General'' list and select ''Existing Projects into Workspace''
 
* Expand the ''General'' list and select ''Existing Projects into Workspace''
 
* Click ''Next'' then ''Browse''
 
* Click ''Next'' then ''Browse''
* Browse for the appropriate SDK base directory then select the '''projects''' directory. Ensure that the project is selected under the ''Projects'' section.
+
* Browse for the appropriate SDK base directory then select the ''projects'' directory. Ensure that the project is selected under the ''Projects'' section.
  
 
[[File:Eclipse_Import_Projects_1.png|600px|thumb|left|Figure 2: Select Import Directory]]
 
[[File:Eclipse_Import_Projects_1.png|600px|thumb|left|Figure 2: Select Import Directory]]

Latest revision as of 15:28, 25 March 2014

TODO: {{#todo:SEOKWREV Port this and mark it as OE 4 (11.13.13-11:27->KY+);(11.14.13-18:25->MD+);(03.04.14-16:45->BS-);(03.25.14-15:25->BS+)|Michael Gloff|oe 4,mg,ky,md,bs,SEOKWREV}}

In order to use the Eclipse IDE for EMAC product application development, the EMAC OE SDK must first be imported into the Eclipse workspace. This guide will explain the steps required to do so. This guide will assume that the SDK has already been installed and configured .

Procedure

The EMAC SDK is an Eclipse project and can be imported directly into the Eclipse workspace.

  1. Start Eclipse.

  2. Select a workspace directory such as /home/developer/workspace.

  3. Open the C/C++ perspective if not already open by selecting Window->Open perspective-> Other...

  4. Select File->Import to bring up the import source window as in Figure 1.

    Figure 1: Select Import Source


  5. Expand the General list and select Existing Projects into Workspace

  6. Click Next then Browse

  7. Browse for the appropriate SDK base directory then select the projects directory. Ensure that the project is selected under the Projects section.

    Figure 2: Select Import Directory


  8. Click Finish The SDK will appear in the Project Explorer view as shown in Figure 3.

    Figure 3: C/C++ Perspective with EMAC OE SDK


Next Steps

Now that the EMAC OE SDK is imported into Eclipse, the next step is to use the example projects .