Building the OAL Source Code
Other versions of this page are also available for the following:
8/27/2008
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
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.
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.