BSP and Device Driver Development Guide
This chapter discusses the Makefiles associated with a BSP. It does not describe the process of configuring, building, and installing RTEMS. This chapter will not provide detailed information about this process. Nonetheless, it is important to remember that the general process consists of four phases as shown here:
During the bootstrap phase, you are using the configure.ac
and
Makefile.am
files as input to GNU autoconf and automake to
generate a variety of files. This is done by running the bootstrap
script found at the top of the RTEMS source tree.
During the configure phase, a number of files are generated. These generated files are tailored for the specific host/target combination by the configure script. This set of files includes the Makefiles used to actually compile and install RTEMS.
During the build phase, the source files are compiled into object files and libraries are built.
During the install phase, the libraries, header files, and other support files are copied to the BSP specific installation point. After installation is successfully completed, the files generated by the configure and build phases may be removed.
BSP and Device Driver Development Guide
Copyright © 1988-2008 OAR Corporation