Share via


Building the Kernel Executable Image

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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 Embedded 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

Tasks

How to Develop an OEM Adaptation Layer