1、Sysgen Variables

它控制了你定制的系统包含的功能(functionality),是环境变量的一部分,如何知道你的系统定制了什么功能呢?很简单,首先确保你创建并build了基于你设计的系统的运行时镜像,然后导航到你系统的release directory找到Sysgensettings.out,此文件里就列出了你此系统包含的功能。

另:目录Developing an Operating System > Build System > Sysgen Variables下包含了windows ce 5.0 增加的Sysgen variables.

2、如何查看模块和组件

首先确保你创建并build了基于你设计的系统的运行时镜像,然后导航到你系统的release directory找到Ceconfig.h. 此文件里就列出了你此系统包含的模块和组件。

3、如何收集你构建的系统包含了哪些文件和它们的物理特性(physical characteristics)

首先Opening the Release Directory,然后键入viewbin -toc nk.bin > D:\output.txt,然后就可到d盘下的output.txt查看详细内容;

另关于viewbin tool的介绍,见Platform Builder User's Guide > Utilities下Viewbin tool.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2021-09-22
  • 2021-07-19
  • 2022-03-03
  • 2021-09-15
  • 2022-02-01
猜你喜欢
  • 2022-12-23
  • 2022-01-10
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案