Difference between revisions of "EMAC OE SDK Introduction"
Line 4: | Line 4: | ||
<!-- NOTE: This shouldn't be in here yet: " or Qt Creator for EMAC OE 5.0." We'll wait until our OE 5.0 release before we give that detail away on our wiki. --> | <!-- NOTE: This shouldn't be in here yet: " or Qt Creator for EMAC OE 5.0." We'll wait until our OE 5.0 release before we give that detail away on our wiki. --> | ||
− | 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 | + | 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. The archive contains hardware-specific tools which must be [[ Installing_EMAC_OE_4.0_SDK | installed ]] and [[ Configuring_EMAC_OE_4.0_SDK | 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. | + | 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. Follow the links below to get started building and running the example projects on the target hardware. |
− | |||
− | |||
== Next Steps == | == Next Steps == |
Revision as of 19:36, 16 December 2013
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. 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. Follow the links below to get started building and running the example projects on the target hardware.