Getting Started with RTEMS for C/C++ Users
In order to compile RTEMS, you must have the cross compilation toolset in your search path. The following command appends the directory where the tools were installed prior to this point:
export PATH=$PATH:<INSTALL_POINT>/bin
NOTE: The above command is in Bourne shell (sh
) syntax and
should work with the Korn (ksh
) and GNU Bourne Again Shell
(bash
). It will not work with the C Shell (csh
) or
derivatives of the C Shell.
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-2000 OAR Corporation