Creating the OAL Sources and Makefile Files (Windows Embedded CE 6.0)

1/5/2010

The Windows Embedded CE build process is driven by makefiles with build configuration information such as CDEFINES and include and library file paths, provided by the sources file. You can use a single sources file to build the OAL into a library called Hal.lib, which is then linked into the kernel image.

For more information, see Sources File and Makefile File.

To create the sources and makefile files

  1. Create a sources file.

    The sources file must contain the following code. The code shows the macro variables for the sources file.

    TARGETNAME=Oal
    TARGETTYPE=LIBRARY
    RELEASETYPE=PLATFORM
    ARM_SOURCES=arm\startup.s
    
  2. Create a makefile file.

    The makefile file must contain the following code:

    !INCLUDE $(_MAKEENVROOT)\makefile.def
    

See Also

Tasks

How to Develop an OEM Adaptation Layer

Other Resources

Binary Image Builder File