Building the OAL Source Code (Windows CE 5.0)

Send Feedback

When you build OAL source code, you generate a file called Oal.lib. Oal.lib is the name specified in the TARGETNAME macro variable of the OAL sources file. For more information, see Creating the OAL Sources and Makefile Files.

To build the OAL source code

  1. At the command prompt in the %_WINCEROOT%\Platform\MyPlatform\Src\Kernel\OAL directory, enter the following command:

    build -c
    

    For more information about the build tool and the parameters you can use, see Build Tool.

  2. Verify that %_WINCEROOT%\Platform\MyPlatform\Lib\ARMV4I\Retail\Oal.lib was created.

    If the Oal.lib binary was not created, see the Build.log file, which is written by the build subsystem to the source directory.

See Also

How to Develop an OEM Adaptation Layer

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.