Share via


Creating a Kernkitlprof Version of the Kernel (Windows CE 5.0)

Send Feedback

A Kernkitlprof version of the Windows CE kernel supports the kernel profiler and includes KITL. A BSP migrated from a previous version of Windows CE may not include a Kernkitlprof version of the kernel. If a custom BSP does not include a Kernkitlprof version of the kernel, you can create a Kernkitlprof version of the kernel for the BSP.

For information about the versions of the kernel that you can build by default with a typical BSP, see Building a Run-Time Image That Supports the Kernel Profiler.

To create a Kernkitlprof version of the kernel

  1. At %_WINCEROOT%\Platform\<Hardware platform name>\Src\Kernel, create a Kernkitlprof directory.
  2. Copy all files from the Kernkitl directory to the Kernkitlprof directory.
  3. Make the following changes to the sources file in the Kernkitlprof directory:
    • Replace TARGETNAME=kernkitl with TARGETNAME=kernkitlprof.
    • Under TARGETLIBS, replace nk.lib with nkprof.lib.
  4. In the dirs file at %_WINCEROOT%\Platform\<Hardware platform name>\Src\Kernel, under DIRS, add kernkitlprof.

See Also

Setting Up the Kernel Profiler | Building a Run-Time Image That Supports the Kernel Profiler

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.