首页
社区
课程
招聘
[求助]不能编译DriverStudio3.2库的问题
发表于: 2008-6-6 11:32 4956

[求助]不能编译DriverStudio3.2库的问题

2008-6-6 11:32
4956
我使用的是vs2005 DriverStudio3.2 XPDDK编译DriverStudio库文件时出现这样的问题如下:
C:\PROGRA~1\COMPUW~1\DRIVER~1\DRIVER~4\source>call C:\WINDDK\2600\bin\setenv.bat C:\WINDDK\2600 chk  

C:\PROGRA~1\COMPUW~1\DRIVER~1\DRIVER~4\source>build.exe -ceZ
BUILD: Object root set to: ==> objchk
BUILD: Adding /Y to COPYCMD so xcopy ops won't hang.
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Examining c:\progra~1\compuw~1\driver~1\driver~4\source directory for files to compile.
    c:\progra~1\compuw~1\driver~1\driver~4\source
BUILD: Compiling c:\progra~1\compuw~1\driver~1\driver~4\source directory
Compiling - k1394.cpp for i386
Compiling - k1394async.cpp for i386
Compiling - k1394isoc.cpp for i386
Compiling - kevent.cpp for i386
Compiling - klower.cpp for i386
Compiling - kmutex.cpp for i386
Compiling - kpnplow.cpp for i386
Compiling - ksemaphr.cpp for i386
Compiling - kspin.cpp for i386
Compiling - ksysthrd.cpp for i386
Compiling - ktimer.cpp for i386
Compiling - kusb.cpp for i386
Compiling - kustring.cpp for i386
Compiling - util.cpp for i386
Building Library - c:\progra~1\compuware\driverstudio\driverworks\lib\i386\kndiswdm.lib for i386
lib() : error LNK1181: cannot open input file 'objchk\i386\kusb.obj'
BUILD: Done

    28 files compiled
    1 library built - 1 Error
Errors in the build process.  Cannot copy build result to DriverWorks\lib.

就是
lib() : error LNK1181: cannot open input file 'objchk\i386\kusb.obj'
我选的是WDM checked win32请问这是为什么呀,请大侠指点

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
There are three methods to build the libraries:

Method 1 – Using the Microsoft Visual C++ build commands from within Microsoft Visual Studio.  

This is the most convenient method, but it does not use the BUILD utility supplied by Microsoft. We recommend that you use this method while you are actively developing your driver, but that you use the BUILD program to build the final production release of your driver.

Method 2 – Using the DriverStudio Build with BUILD.EXE command from within Microsoft Visual Studio.

This is a convenient way to use the DDK BUILD utility in conjunction with the SOURCES file and MAKEFILE from within Visual Studio.

Method 3 – Using command line build scripts with SOURCES files and the DDK BUILD utility.  
就是使用2 3两种方式都不能编译,多谢帮忙!
2008-6-6 11:43
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
都没有遇到这样的问题吗?
2008-6-6 14:23
0
雪    币: 236
活跃值: (33)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
4
我也遇到 了,不知道怎么改~~~
2009-5-16 22:00
0
雪    币: 197
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
DriverStudio3.2这个东西真是不敢恭维
2009-5-17 10:22
0
游客
登录 | 注册 方可回帖
返回
//