Getting Started with RTEMS for C/C++ Users
The simplest way to build RTEMS is to use the bit_rtems
script.
This script interprets the settings in the user.cfg
file to
enable or disable the various RTEMS options.
This script is invoked as follows:
./bit_rtems CPU [BSP]
Where CPU is one of the RTEMS supported CPU families from the following list:
BSP is a supported BSP for the selected CPU family. The list of supported BSPs may be found in the file tools/rtems-4.0.0/README.configure in the RTEMS source tree. If the BSP parameter is not specified, then all supported BSPs for the selected CPU family will be built.
Getting Started with RTEMS for C/C++ Users
Copyright © 1988-1998 OAR Corporation