Building the Kernel Executable Image (Windows CE 5.0)

Send Feedback

The kernel, combined with the OAL, is the first service to run, and through the bring-up stages, it runs without the benefit of any sophisticated debug services. Bring the kernel up in stages and verify each stage before proceeding.

To build the kernel executable image

  1. From the command prompt, go to the kernel subdirectory: %_WINCEROOT%\Platform\<Hardware Platform Name>\Src\Kernel.

  2. At the command prompt, enter the following command:

    build
    

    This generates %_WINCEROOT%\Platform\MyPlatform\Target\ARMV4I\Kernkitl.exe. A Build.log file is also generated in the current working directory, which summarizes the build process. If the build fails, errors are recorded in the build log file.

    For more information about the Windows CE build tool, see Build Tool.

  3. Resolve any build errors by adding the necessary stub function or variable.

    For more information about creating stubs, see Creating Stubs for OAL Functions.

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.