Share via


Module Inclusion (OAL) (Compact 7)

3/12/2014

The build process uses configuration files and macros to determine which binaries and files to include in the run-time image. The following files specify the hardware-dependent modules and files (such as driver files) for the device:

  • The platform.bib configuration file, which is located in Platform\<BSP Name>\Files. There is one platform.bib file for each BSP. For a description of the layout of .bib files, see Binary Image Builder (.bib) File.
  • The SOURCES files, which determine which files to compile during the build process. For more information about the build process, see Build an OS. Note that the SOURCES files must compile the modules specified by platform.bib. If the modules are not compiled, the files will be missing when the run-time image is created at the end of the build, which will cause the run-time image creation to fail.

See Also

Concepts

OAL Code Overview