OAR

RTEMS 4.5.1-pre3 On-Line Library


Add <INSTALL_POINT>/bin to Executable PATH

PREV UP NEXT Bookshelf Getting Started with RTEMS for C/C++ Users

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. 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.


PREV UP NEXT Bookshelf Getting Started with RTEMS for C/C++ Users

Copyright © 1988-2000 OAR Corporation