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

From wiki.emacinc.com
Jump to: navigation, search
Line 1: Line 1:
{{todo|<strike>Port this and mark it as OE 4 </strike> (11.12.13-17:53->MG+)|Michael Gloff|project=oe 4,mg,ky, Review}}
+
{{todo|<strike>Port this and mark it as OE 4 </strike> (11.13.13-11:27->KY+)|Michael Gloff|project=oe 4,mg,ky,finaldraft}}
  
 
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 6: Line 6:
  
 
==Procedure==
 
==Procedure==
The EMAC SDK is an Eclipse project and cat be imported directly into the Eclipse workspace.
+
The EMAC SDK is an Eclipse project and can be imported directly into the Eclipse workspace.
 
 
 
<cl>
 
<cl>
 
1. Start Eclipse
 
1. Start Eclipse
Line 35: Line 34:
 
Now that the EMAC OE SDK is imported into Eclipse, the next step is to [[ Using_the_EMAC_OE_SDK_Projects_with_Eclipse | Use the example projects ]].
 
Now that the EMAC OE SDK is imported into Eclipse, the next step is to [[ Using_the_EMAC_OE_SDK_Projects_with_Eclipse | Use the example projects ]].
  
See [http://wiki.emacinc.com/doku.php?id=linux:eclipse:import the old wiki page here.]
+
<!--See [http://wiki.emacinc.com/doku.php?id=linux:eclipse:import the old wiki page here.]-->
  
 
[[Category:EMAC Eclipse]]
 
[[Category:EMAC Eclipse]]

Revision as of 12:28, 13 November 2013

TODO: {{#todo:Port this and mark it as OE 4 (11.13.13-11:27->KY+)|Michael Gloff|oe 4,mg,ky,finaldraft}}

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. Ensure that the project is selected under the Projects section.

    File:Emac eclipse import-2 nodeco.png
    Figure 2: Select Import Directory


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

    File:Emac eclipse import-5 nodeco.png
    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 .