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++).
This chapter covers:

* Modules, runnable modules, and static libraries

* Coding rce modules

* Coding rce runnable modules

* Additional considerations for rce runnable modules

* Summary of the rce standard api
</td>
</tr>
<tr>
<td align=right>Building
</td>
<td>
</td>
</tr>
<tr>
<td align=right>Shell Command Reference
</td>
<td>
</td>
</tr>
</table>
{html}