Difference between revisions of "EMAC OE SDK Introduction"

From wiki.emacinc.com
Jump to: navigation, search
Line 1: Line 1:
{{todo|Make sure there is an OE 4 and OE 5 version|Michael Gloff|project=oe 4,oe 5,mg,md,Review}}
+
{{todo|Make sure there is an OE 4 and OE 5 version; (10.30.13-11:00->MG+)|Michael Gloff|project=oe 4,oe 5,mg,md,Review}}
  
 
== Introduction ==
 
== Introduction ==
Line 8: Line 8:
 
== Next Steps ==
 
== Next Steps ==
 
[[ Installing_EMAC_OE_SDK | Install EMAC OE SDK ]]
 
[[ Installing_EMAC_OE_SDK | Install EMAC OE SDK ]]
 +
 +
==See Also==
 +
*[[ Configuring EMAC OE 4.0 SDK ]]
 +
*[[ Using EMAC OE SDK Example Projects ]]
 +
*[[ Creating a New EMAC OE SDK Project ]]
 +
*[[ Building_Existing_Software_Packages_with_EMAC_OE_SDK | Building Existing Projects ]]
 +
*[[ Remote_Debugging_EMAC_OE_SDK_Projects_with_gdbserver | Debugging with gdbserver ]]
  
 
[[Category:EMAC OE SDK]]
 
[[Category:EMAC OE SDK]]

Revision as of 10:58, 30 October 2013

TODO: {{#todo:Make sure there is an OE 4 and OE 5 version; (10.30.13-11:00->MG+)|Michael Gloff|oe 4,oe 5,mg,md,Review}}

Introduction

The EMAC Open Embedded SDK is distributed in an archive that can be extracted and used from a Linux terminal or from within an integrated development environment such as Eclipse for Emac OE 4.0 or Qt Creator for Emac OE 5.0. The archive contains hardware-specific tools which must be installed and configured.

Each SDK includes the C/C++ header files and libraries compatible with the target hardware. It also includes the C/C++ cross-compiler toolchain components necessary to compile and debug custom application code. Understanding the details of this toolchain is not necessary for the application developer. However, the setup is simple enough for those with an intermediate knowledge of GNU/Linux development to understand and modify the configuration to suit application-specific needs if necessary.

Next Steps

Install EMAC OE SDK

See Also