next up previous contents
Next: Get and build the Up: Infrastructure - Tools and Previous: Create the RTEMS source   Contents

Add the directory containing the tools to your shell search path

The following sections assume that the directory into which you will install the cross-development tools (/usr/local/rtems/rtems-4.9.2/bin) is on your shell search path. For shells like sh, bash, zsh and ksh you can to this with
PATH="$PATH:/usr/local/rtems/rtems-4.9.2/bin"
For shells like csh and tcsh you can
set path = ( $path /usr/local/rtems/rtems-4.9.2/bin )



Eric Norum
[email protected]
Mon Oct 19 11:30:39 CDT 2009