How to define the installation directory ======================================== .. _RTEMS: https://www.rtems.org Usually you install all the RTEMS_ cross compiler tools below an installation top directory, named 'INSTALLTOP' here. You need a variable of this name to be defined in file 'config.site' which doesn't exist when you initially check out or download this project. The file is created by the script ``bin/setup.sh``. In order to create config.site and to specify installtop by command line argument enter:: bin/setup.sh INSTALL-DIRECTORY In order to create CONFIG.SITE interactivly so you are asked for the name of the installation directory, enter:: bin/setup.sh