Platform Builder4.2设置Build options

 

收藏
Enable CE Target Control Support

Select the Enable CE Target Control Support check box to enable target control support during the boot process. Selecting this also enables Kernel Independent Transport Layer (KITL). (选择此项可在WINCE启动时,启用Target Control支持,同时KITL服务也同时被打开)

Enable Eboot Space in Memory

Select Enable Eboot Space in Memory to reserve memory space in the Config.bib file. This allows the boot loader to save data that the operating system (OS) can read at boot time. (选择此项在内存中为Eboot保留出Config.bib文件指定的内存空间,这样Eboot就可把部分信息写入此空间,操作系统可读取Eboot留下的信息)

Enable Event Tracking during Boot

Select Enable Event Tracking to start the event-tracking subsystem. (选择此项可打开WINCE事件跟踪服务)

Enable Full Kernel Mode

Select Enable Full Kernel Mode to run threads in kernel mode.

Note   Enabling full kernel mode will leave the entire system vulnerable, but will increase performance. (选择此项,WINCE中所有线程都会运行在核心太,这会使整个系统相对不稳定,但是也可提高系统的运行效率)

Enable Image for Flash

Select the Enable Image for Flash check box to allow the image to be written to flash after download.

Enable Images larger than 32MB

         (选择此项,最终Windows CE的运行时映像可大于32MB)

Enable Kernel Debugger 

Select Enable Kernel Debugger check box before building the platform to allow the debugger to connect and pass debugging information from the target device to the host device. When Enable Kernel Debuger is selected, IMGNODEBUGGER is 0. When cleared, IMGNODEBUGGER is 1. (选择此项可启用内核调试器,这样就可对Windows CE设备进行内核调试)

Enable KITL

Select the Enable KITL check box to enable KITL. This should be checked to allow communication between the development workstation and the target device. Deselecting this will also deselect Enable CE Target Control Support if it is selected. (选择此项可打开KITL(Kernel independent transport layer内核无关传输层)服务,KITL负责在目标机和开发机之间传递各种信息。勾掉此项,Enable CE Target Control Support也会被同时取消掉)

Enable Profiling

Select the Enable Profiling check box to enable Windows CE log kernel profiling in the platform image. This is the same as setting the IMGPROFILER or IMGCELOGENABLE environment variables to 1.

(选择此项可打开Windows CE Kernel Profile服务,这样就可对内核的运行性能指标进行剖分,以便对系统进行优化)

Enable Ship Build

Select the Enable Ship Build check box to set the environment variable WINCESHIP to 1, which defines the compile time flag -DSHIP_BUILD. This flag can be used to conditionally compile code. If set, the OS will provide verbose debug messages to aid debugging.

This check box is displayed only in a release configuration, and is hidden in debug configurations. (此项只有在Release配置中才会出现,如果设置,操作系统将提供详细的调试信息来帮助调试。)

Flush Events to Release Directory

Select the Flush Events to Release Directory check box to flush events to the release directory. Selecting this also turns on Event Tracking.

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/joyzml/archive/2009/12/19/5037198.aspx

posted on 2010-05-27 16:18  xilentz  阅读(548)  评论(0编辑  收藏  举报