Installing EMAC OE 5.0 SDK

From wiki.emacinc.com
Revision as of 18:16, 16 October 2013 by Mgloff (talk | contribs) (Mgloff moved page Installing EMAC OE SDK 5.0 to Installing EMAC OE 5.0 SDK without leaving a redirect)
Jump to: navigation, search
TODO: {{#todo:Make sure there is an OE 4 and OE 5 version|Michael Gloff|oe 4,oe 5,mg}}

Prerequisites

Before beginning installation of the SDK, it is important to prepare the development system with the tools necessary to get the job done.

Procedure

  1. Download the SDK. The latest version can be found on the public EMAC FTP site. Be sure to download the SDK that matches the architecture of your target system. Contact EMAC if unsure.

  2. Change to the directory where the SDK was downloaded from the command line:

     developer@ldc:~$ cd /download/directory
    
  3. Run SDK installer script:

     developer@ldc:~$ ./SDK_NAME.sh
    

    The installer will start. It is recommended to select the default target directory for the SDK:

     /opt/emac/5.0
    
  4. Press enter to proceed.

  5. Enter the development user's password if prompted.

  6. Status text will appear:

    Extracting SDK...done
    Setting it up...done
    SDK has been successfully set up and is ready to be used.