Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
The RCE Developer Handbook describes the process of coding, building, and deploying rce applications to RCEs running 4.9.x releases of RTEMS.

The Handbook is an extension of the material presented at the RCE Training Workshop at CERN, June 15-16, 2009 -- in particular, the talk given by Stephen Tether on RTEMS Basics and Introduction to Programmer's Development Cycle.

{html}
<table>
<tr>
<td align=right>Coding
</td>
<td>rce executables and libraries are coded in C++. Developers have access to the apis exposed by the rce core: rtems runtime (C), newlib (C), rce utilities (C++), and dynamic linker (C++).<br/>
This chapter covers:
<br/>
* Modules, runnable modules, and static libraries
libraries<br/>
* Coding rce modulesmodules<br/>

* Coding rce runnable modules
modules<br/>
* Additional considerations for rce runnable modules
modules<br/>
* Summary of the rce standard apiapi<br/>
</td>
</tr>
<tr>
<td align=right>Building
</td>
<td>
</td>
</tr>
<tr>
<td align=right>Shell Command Reference
</td>
<td>
</td>
</tr>
</table>
{html}