我在我的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
答案 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
以了解有关错误的更多详情Clean Sysgen
中的Build | Advanced Build Commands
来执行初始构建如需更具体的答案,请更新问题以指定: