OAR

RTEMS 4.5.0 On-Line Library


Makefiles Makefiles Used During The BSP Building Process

PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

3.1: Makefiles Used During The BSP Building Process

  • Makefiles Directory Makefiles
  • Makefiles Source Directory Makefiles
  • Makefiles Wrapup Makefile
  • There is a file named Makefile.in in each directory of a BSP. RTEMS uses the GNU autoconf automatic configuration package. This tool specializes the Makefile.in files at the time that RTEMS is configured for a specific development host and target. Makefiles are automatically generated from the Makefile.in files. It is necessary for the BSP developer to provide these files. Most of the time, it is possible to copy the Makefile.in from another similar directory and edit it.

    The Makefile files generated are processed when building RTEMS for a given BSP.

    The BSP developer is responsible for generating Makefile.in files which properly build all the files associated with their BSP. There are generally three types of Makefiles in a BSP source tree:


    PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

    Copyright © 1988-2000 OAR Corporation