Difference between revisions of "EMAC OE Development Process"

From wiki.emacinc.com
Jump to: navigation, search
m (Marked for review.)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{todo|Polish this(11.26.13-23:30->MD+)|Mike Dean|project=oe 4,oe 5,md,Review,ky}}
+
{{todo|SEOKWREV (11.26.13-23:30->MD+);(11.27.13-15:25->KY+);(12.16.13-19:50->MG+);(03.04.14-16:05->BS-);;(03.19.14-15:50->BS+)|Mike Dean|project=oe 4,oe 5,md,SEOKWREV,ky,mg,bs}}
  
Software development for EMAC OE systems is performed in a cross-development environment. A Linux PC with a cross-compiler toolchain and Software Development Kit (SDK) is used to create software to run on the target board. EMAC provides SDKs complete with toolchain, development libraries, and example projects to enable development for all products offered with EMAC OE Linux.
+
{{#seo:
 +
|title=EMAC OE Development Process
 +
|titlemode=append
 +
|keywords=EMAC OE, Development Process,EMAC SDK
 +
|description=Software development for EMAC systems is performed in a cross-development environment.
 +
}}
 +
Software development for EMAC systems is performed in a cross-development environment. A Linux PC with a cross-compiler toolchain and Software Development Kit (SDK) is used to create software to run on the target hardware. EMAC provides SDKs complete with toolchain, development libraries, and example projects to enable development for all products offered with EMAC OE Linux.
  
EMAC recommends using an LTS release of Ubuntu Linux for software development. The Ubuntu 12.04 LTS Desktop release is the one which is used for testing all of the EMAC SDK tools and documentation.  The LTS releases are the Long-Term Support releases, and as a result, tend to be the most stable releases.  The Ubuntu distribution itself can be downloaded and installed for free.  Support contracts are available from Canonical, the creator of Ubuntu, under the Ubuntu Advantage program.
+
EMAC recommends using Ubuntu 12.04 Long-Term Support (LTS) release for software development. Ubuntu is used for testing all of the EMAC SDK tools and documentation and can be downloaded from [http://www.ubuntu.com/desktop http://www.ubuntu.com/desktop] for free.  
  
All EMAC OE 4 SDKs are provided with Eclipse IDE integration support. The SDKs may also be used with a different IDE or through direct use of the cross-compiler.
+
All EMAC OE 4 SDKs are provided with Eclipse IDE integration support. The SDKs may also be used with a different IDE or through direct use of the cross-compiler from the command line.
  
 +
==See Also==
 +
[[Installing EMAC OE 4.0 SDK]]
 +
<!--
 
[[Category:EMAC OE Development]]
 
[[Category:EMAC OE Development]]
 +
-->

Latest revision as of 15:54, 19 March 2014

TODO: {{#todo:SEOKWREV (11.26.13-23:30->MD+);(11.27.13-15:25->KY+);(12.16.13-19:50->MG+);(03.04.14-16:05->BS-);;(03.19.14-15:50->BS+)|Mike Dean|oe 4,oe 5,md,SEOKWREV,ky,mg,bs}}

Software development for EMAC systems is performed in a cross-development environment. A Linux PC with a cross-compiler toolchain and Software Development Kit (SDK) is used to create software to run on the target hardware. EMAC provides SDKs complete with toolchain, development libraries, and example projects to enable development for all products offered with EMAC OE Linux.

EMAC recommends using Ubuntu 12.04 Long-Term Support (LTS) release for software development. Ubuntu is used for testing all of the EMAC SDK tools and documentation and can be downloaded from http://www.ubuntu.com/desktop for free.

All EMAC OE 4 SDKs are provided with Eclipse IDE integration support. The SDKs may also be used with a different IDE or through direct use of the cross-compiler from the command line.

See Also

Installing EMAC OE 4.0 SDK