Getting Started with RTEMS for C/C++ Users
The Ada sample application set primarily includes a a simple Hello World Ada program which can be used as a starting point for GNAT/RTEMS applications. Use the following command to unarchive the Ada sample applications:
cd tools tar xzf ../archive/hello_world_ada.tgz
Currently, the procedure for building and linking an Ada application is a bit more difficult than a C or C++ application. This is certainly an opportunity for a volunteer project.
At this time, there is a
Provided are example Makefiles for multiple BSPs. Copy one of these to the file Makefile.<BOARD_SUPPORT_PACKAGE> and edit it as appropriate for your local configuration.
Use the <INSTALLATION_POINT> and <BOARD_SUPPORT_PACKAGE> specified when configuring and installing RTEMS.
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-2003 OAR Corporation