Importing the EMAC OE SDK Projects with Eclipse

From wiki.emacinc.com
Jump to: navigation, search
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 .