天嵌 ARM开发社区

 找回密码
 注册
查看: 3368|回复: 12

wince6.0使用光盘中的PB项目文件在vs2005中编译出错

[复制链接]
lfbyl123 发表于 2013-1-15 18:40:23 | 显示全部楼层 |阅读模式
本帖最后由 lfbyl123 于 2013-1-15 19:30 编辑

天嵌开发板wince6.0使用光盘中的PB项目文件在vs2005中编译出错,求指导。。。
有一个错误,33个警告!
TQ2440_ARMV4I_Release文件夹中3个bif文件,没有要生成的NK.bin镜像文件

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| lfbyl123 发表于 2013-1-15 18:43:59 | 显示全部楼层
求指导啊,是哪里的问题啊。。。
 楼主| lfbyl123 发表于 2013-1-15 18:50:43 | 显示全部楼层
!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this sample source code is subject to the terms of the Microsoft
license agreement under which you licensed this sample source code. If
you did not accept the terms of the license agreement, you are not
authorized to use this sample source code. For the terms of the license,
please see the license agreement between you and Microsoft or, if applicable,
see the LICENSE.RTF on your install media or the root of your tools installation.
THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
!endif

!IF "$(_TGTCPUFAMILY)" != "ARM"
SKIPBUILD=1
!ENDIF

!IF ("$(_TGTOS)" == "CE")
TARGETNAME=genblt_cpu
TARGETTYPE=LIBRARY

TARGETLIBS=

!ENDIF

CDEFINES=

SOURCES= \
    genblt_arm.cpp \
    fixup_arm.cpp  \
    trans_arm.cpp  \
    opt_arm.cpp
 楼主| lfbyl123 发表于 2013-1-15 18:51:15 | 显示全部楼层
F:\wince6.0\build.log(1) : error SYSGEN0000: error(s) in sysgen phase
 楼主| lfbyl123 发表于 2013-1-15 18:52:12 | 显示全部楼层
BUILD: [00:0000002696:WARNN ] F:\wince6.0\PUBLIC\COMMON\OAK\CPULIBS\ARM\GENBLT_CPU\sources(19) : Build.exe does not evaluate IF conditional statements. Conditional statements that affect macro definitions might cause Build.exe to not rebuild modified source code. Refer to the Platform Builder documentation.
 楼主| lfbyl123 发表于 2013-1-15 18:55:39 | 显示全部楼层
部分错误信息
BUILD: [00:0000002484:WARNN ] F:\wince6.0\PUBLIC\COMMON\OAK\CPULIBS\ARM\TCPXSUM\sources(17) : Build.exe does not evaluate IF conditional statements. Conditional statements that affect macro definitions might cause Build.exe to not rebuild modified source code. Refer to the Platform Builder documentation.
BUILD: [00:0000002485:WARNN ] F:\wince6.0\PUBLIC\COMMON\OAK\CPULIBS\ARM\GENBLT_CPU\sources(20) : Build.exe does not evaluate IF conditional statements. Conditional statements that affect macro definitions might cause Build.exe to not rebuild modified source code. Refer to the Platform Builder documentation.
BUILD: [00:0000002486:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\ddi_flat.def does not exist (2).
BUILD: [00:0000002487:WARNN ] File: F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\DISPLAY\VGAFLAT\obj\ARMV4I\retail\gpeflat.obj does not exist (2).
BUILD: [00:0000002488:WARNN ] File: F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\DISPLAY\VGAFLAT\obj\ARMV4I\retail\surf.obj does not exist (2).
BUILD: [00:0000002489:WARNN ] File: F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\DISPLAY\VGAFLAT\obj\ARMV4I\retail\halcaps.obj does not exist (2).
BUILD: [00:0000002495:PROGC ] Building LIB Pass in F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\DISPLAY\VGAFLAT\ directory.
BUILD: [00:0000002505:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\ddi_flat.def does not exist (2).
BUILD: [00:0000002506:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\DDI_FLAT_LIB.lib does not exist (2).
BUILD: [00:0000002508:PROGC ] Building LIB Pass in F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\KEYBD\DLL\KBDNOPUS\ directory.
BUILD: [01:0000002518:PROGC ] Linking F:\wince6.0\public\COMMON\oak\lib\ARMV4I\retail\KbdNopUS_lib.lib
BUILD: [00:0000002533:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\ddi_flat.def does not exist (2).
BUILD: [00:0000002534:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\DDI_FLAT_LIB.lib does not exist (2).
BUILD: [00:0000002536:PROGC ] Building LIB Pass in F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\KEYBD\DLL\KBDNOPJPN1\ directory.
BUILD: [01:0000002546:PROGC ] Linking F:\wince6.0\public\COMMON\oak\lib\ARMV4I\retail\KbdNopJpn1_lib.lib
BUILD: [00:0000002561:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\ddi_flat.def does not exist (2).
BUILD: [00:0000002562:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\DDI_FLAT_LIB.lib does not exist (2).
BUILD: [00:0000002564:PROGC ] Building LIB Pass in F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\KEYBD\DLL\KBDNOPJPN2\ directory.
BUILD: [01:0000002574:PROGC ] Linking F:\wince6.0\public\COMMON\oak\lib\ARMV4I\retail\KbdNopJpn2_lib.lib
BUILD: [00:0000002589:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\ddi_flat.def does not exist (2).
BUILD: [00:0000002590:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\DDI_FLAT_LIB.lib does not exist (2).
BUILD: [00:0000002592:PROGC ] Building LIB Pass in F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\KEYBD\DLL\KBDNOPKOR\ directory.
BUILD: [01:0000002602:PROGC ] Linking F:\wince6.0\public\COMMON\oak\lib\ARMV4I\retail\KbdNopKor_lib.lib
BUILD: [00:0000002617:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\ddi_flat.def does not exist (2).
BUILD: [00:0000002618:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\DDI_FLAT_LIB.lib does not exist (2).
BUILD: [00:0000002620:PROGC ] Building LIB Pass in F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\KEYBD\DLL\KBDNOP\ directory.
BUILD: [01:0000002630:PROGC ] Linking F:\wince6.0\public\COMMON\oak\lib\ARMV4I\retail\KbdNop_lib.lib
BUILD: [00:0000002635:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\ddi_flat.def does not exist (2).
BUILD: [00:0000002636:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\DDI_FLAT_LIB.lib does not exist (2).
BUILD: [00:0000002637:WARNN ] File: F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\ETHDBG\DP83815\obj\ARMV4I\retail\dp83815.obj does not exist (2).
BUILD: [00:0000002640:PROGC ] Building LIB Pass in F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\ETHDBG\DP83815\ directory.
BUILD: [00:0000002650:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\ddi_flat.def does not exist (2).
BUILD: [00:0000002651:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\DDI_FLAT_LIB.lib does not exist (2).
BUILD: [00:0000002652:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\dp83815dbg.lib does not exist (2).
BUILD: [00:0000002654:PROGC ] Building LIB Pass in F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\BATTDRVR\LIB\ directory.
BUILD: [01:0000002664:PROGC ] Linking F:\wince6.0\public\COMMON\oak\lib\ARMV4I\retail\battdrvr_lib.lib
BUILD: [00:0000002671:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\ddi_flat.def does not exist (2).
BUILD: [00:0000002672:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\DDI_FLAT_LIB.lib does not exist (2).
BUILD: [00:0000002673:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\dp83815dbg.lib does not exist (2).
BUILD: [00:0000002675:PROGC ] Building LIB Pass in F:\wince6.0\PUBLIC\COMMON\OAK\DRIVERS\NLEDDRVR\LIB\ directory.
BUILD: [01:0000002685:PROGC ] Linking F:\wince6.0\public\COMMON\oak\lib\ARMV4I\retail\nleddrvr_lib.lib
BUILD: [00:0000002692:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\ddi_flat.def does not exist (2).
BUILD: [00:0000002693:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\DDI_FLAT_LIB.lib does not exist (2).
BUILD: [00:0000002694:WARNN ] File: F:\wince6.0\public\common\oak\lib\ARMV4I\retail\dp83815dbg.lib does not exist (2).
BUILD: [00:0000002695:WARNN ] F:\wince6.0\PUBLIC\COMMON\OAK\CPULIBS\ARM\TCPXSUM\sources(15) : Build.exe does not evaluate IF conditional statements. Conditional statements that affect macro definitions might cause Build.exe to not rebuild modified source code. Refer to the Platform Builder documentation.
BUILD: [00:0000002696:WARNN ] F:\wince6.0\PUBLIC\COMMON\OAK\CPULIBS\ARM\GENBLT_CPU\sources(19) : Build.exe does not evaluate IF conditional statements. Conditional statements that affect macro definitions might cause Build.exe to not rebuild modified source code. Refer to the Platform Builder documentation.
BUILD: [00:0000002697:PROGC ] Saving F:\wince6.0\PUBLIC\COMMON\Build.dat.
BUILD: [00:0000002699:PROGC ] Done.
 楼主| lfbyl123 发表于 2013-1-15 20:02:01 | 显示全部楼层

wince6.0使用光盘中的PB项目文件在vs2005中编译出错

天嵌开发板wince6.0使用光盘中的PB项目文件在vs2005中编译出错,求指导。。。
有一个错误,33个警告!
TQ2440_ARMV4I_Release文件夹中3个bif文件,没有要生成的NK.bin镜像文件

F:\wince6.0\build.log(1) : error SYSGEN0000: error(s) in sysgen phase



!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this sample source code is subject to the terms of the Microsoft
license agreement under which you licensed this sample source code. If
you did not accept the terms of the license agreement, you are not
authorized to use this sample source code. For the terms of the license,
please see the license agreement between you and Microsoft or, if applicable,
see the LICENSE.RTF on your install media or the root of your tools installation.
THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
!endif
!IF "$(_TGTCPUFAMILY)" != "ARM"
SKIPBUILD=1
!ENDIF
!IF ("$(_TGTOS)" == "CE")
TARGETNAME=genblt_cpu
TARGETTYPE=LIBRARY
TARGETLIBS=
!ENDIF
CDEFINES=
SOURCES= \
    genblt_arm.cpp \
    fixup_arm.cpp  \
    trans_arm.cpp  \
    opt_arm.cpp



本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| lfbyl123 发表于 2013-1-16 09:37:57 | 显示全部楼层
谁给指点一下啊。。。
embedsky_lhh 发表于 2013-1-16 10:30:24 | 显示全部楼层
你用的是我们提供的项目文件吗?还有你WINCE6装完整了没?
xingyuan 发表于 2013-1-22 09:26:17 | 显示全部楼层
 楼主| lfbyl123 发表于 2013-2-16 19:54:44 | 显示全部楼层
embedsky_lhh 发表于 2013-1-16 10:30
你用的是我们提供的项目文件吗?还有你WINCE6装完整了没?

我用的是天嵌的板子,重新安装wince后可以了,但是自己编写了一个c#简单的程序后无法部署是啥情况,提示“出现部署错误。是否继续”,点“是”,然后就提示无法启用调试。
这是怎么回事呀??   是不是我少安装东西了,求指导啊
embedsky_lhh 发表于 2013-2-20 09:37:55 | 显示全部楼层
部署需要开发板与PC同步,或者装了CE的虚拟机模拟器等才可以,一般是通过USB同步开发板进行调试的
xingyuan 发表于 2013-2-28 15:41:35 | 显示全部楼层
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

i.MX8系列ARM cortex A53 M4 工控板上一条 /1 下一条

Archiver|手机版|小黑屋|天嵌 嵌入式开发社区 ( 粤ICP备11094220号 )

GMT+8, 2024-4-28 12:14 , Processed in 1.031243 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表