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

From wiki.emacinc.com
Jump to: navigation, search
Line 29: Line 29:
 
[[File:emac_eclipse_import-5_nodeco.png|600px|thumb|left|Figure 3: C/C++ Perspective with EMAC OE SDK]]
 
[[File:emac_eclipse_import-5_nodeco.png|600px|thumb|left|Figure 3: C/C++ Perspective with EMAC OE SDK]]
 
<br clear=all>
 
<br clear=all>
 
+
</cl>
  
 
==Next Steps==
 
==Next Steps==

Revision as of 11:09, 15 November 2013

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

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 .