Creating a Kernkitlprof Version of the Kernel (Windows CE 5.0)
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
- At %_WINCEROOT%\Platform\<Hardware platform name>\Src\Kernel, create a Kernkitlprof directory.
- Copy all files from the Kernkitl directory to the Kernkitlprof directory.
- Make the following changes to the sources file in the Kernkitlprof directory:
- Replace
TARGETNAME=kernkitl
withTARGETNAME=kernkitlprof
. - Under
TARGETLIBS
, replacenk.lib
withnkprof.lib
.
- Replace
- In the dirs file at %_WINCEROOT%\Platform\<Hardware platform name>\Src\Kernel, under
DIRS
, addkernkitlprof
.
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