RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Add <INSTALL_POINT>/bin to Executable PATH

PREV UP NEXT Bookshelf Getting Started with RTEMS

5.3: Add <INSTALL_POINT>/bin to Executable PATH

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:

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.


PREV UP NEXT Bookshelf Getting Started with RTEMS

Copyright © 1988-2004 OAR Corporation