[英]WEC 7.0 platform builder OS design build errors
我在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
错误
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不知道如何创建。
因此,问题似乎在于还没有构建radiogdi.lib。
我对这个特定的BSP并不熟悉,因此只能就如何尝试提供一般建议:
C:\\WINCE700\\build.log
以获取有关该错误的更多详细信息 Build | Advanced Build Commands
Clean Sysgen
Build | Advanced Build Commands
Build | Advanced Build Commands
,执行初始构建 有关更具体的答案,请更新问题以指定:
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.