WEC 7.0平台构建器OS设计构建错误

时间:2015-06-21 09:22:20

标签: visual-studio-2008 windows-ce platform-builder

我在我的PC上安装了WEC 7.0平台构建器,并尝试将OS设计运行到其中。它反映了一些错误,我无法找出错误是什么?以下是错误消息和警告。

错误:

Error   24  Error(s) in directory "C:\WINCE700\platform\P1230_CE\SRC\Services\Radio\".C:\WINCE700\build.log

Error   25  NMAKE : fatal error U1073: don't know how to make 'C:\WINCE700\OSDesigns\P1230_Mini\P1230_Mini\Wince700\P1230_CE_x86_Retail\cesysgen\oak\lib\x86\retail\radiogdi.lib'   C:\WINCE700\build.log   

Error   26  TargetExpLibFiles  -nologo BUILDMSG=Stop.  BUILDROOT=C:\WINCE700\platform\P1230_CE LINKONLY=1 NOPASS0=1 failed - rc = 2.    C:\WINCE700\build.log   

Error   27  BLDDEMO: ERROR: There were errors building cebase.  C:\WINCE700\build.log   

警告:

C:\WINCE700\platform\common\src\x86\common\startup\base\: Missing source file: startup.asm. C:\WINCE700\build.log   
C:\WINCE700\platform\common\src\x86\common\startup\base\: Missing source file: reboot.asm.  C:\WINCE700\build.log   
  1. 是否缺少任何文件或需要安装任何.MSI文件?
  2. 安装WEC 7.0平台构建器后,我需要哪些文件?

1 个答案:

答案 0 :(得分:0)

错误

Error   24  Error(s) in directory "C:\WINCE700\platform\P1230_CE\SRC\Services\Radio\".C:\WINCE700\build.log

Error   25  NMAKE : fatal error U1073: don't know how to make 'C:\WINCE700\OSDesigns\P1230_Mini\P1230_Mini\Wince700\P1230_CE_x86_Retail\cesysgen\oak\lib\x86\retail\radiogdi.lib'   C:\WINCE700\build.log   

表示Platform Builder无法在... SRC \ Services \ Radio中构建项目,因为该项目依赖于库(radiogdi.lib),该库不存在且Platform Builder不知道如何创建。 / p>

所以问题似乎是还没有构建radiogdi.lib。

我对这个特定的BSP并不熟悉,所以只能提供有关尝试的一般建议:

  • 检查C:\WINCE700\build.log以了解有关错误的更多详情
  • 确保已安装所有Platform Builder updates
  • 验证BSP未在本地修改(因此应该构建)
  • 使用Clean Sysgen中的Build | Advanced Build Commands来执行初始构建
  • 检查BSP文档以查看是否满足所有要求。例如,OS Design中包含所有必需的目录项吗?是否依赖第三方产品?

如需更具体的答案,请更新问题以指定:

  • 使用的BSP(我不记得P1230_CE平台是标准PB7.0安装的一部分)
  • 是否使用了样本或自定义OS设计
  • 对源代码或OS Design进行的修改(如果有)
  • 使用哪个命令启动构建