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.
Copyright © 1988-2004 OAR Corporation