RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Makefiles

PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

Chapter 3: Makefiles

  • Makefiles Makefiles Used During The BSP Building Process
  • Makefiles Makefiles Used Both During The BSP Design and its Use
  • 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 three parts:

    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.


    PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

    Copyright © 1988-2004 OAR Corporation