In order to compile RTEMS, you must have the cross compilation toolset
in your search path. It is important to have the RTEMS toolset first
in your path to ensure that you are using the intended version of all
tools. The following command prepends the directory where
the tools were installed in a previous step. If you are using
binaries provided by the RTEMS Project, the <INSTALL_POINT> will be
/opt/rtems-4.9
export PATH=<INSTALL_POINT>/bin:${PATH}
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.
Copyright © 1988-2008 OAR Corporation