homehewen
驱动牛犊
驱动牛犊
  • 注册日期2005-04-05
  • 最后登录2005-05-25
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1082回复:1

求助,USB驱动编译不通过

楼主#
更多 发布于:2005-04-28 21:57
Current DDK Directory = D:\\WINDDK\\3790
Building for i386
******Configuration: usbtest - Win32 Free *************


E:\\usbtest\\Driver>call D:\\WINDDK\\3790\\bin\\setenv.bat D:\\WINDDK\\3790 fre WNET  

E:\\usbtest\\driver>build.exe -ceZ
BUILD: Adding /Y to COPYCMD so xcopy ops won\'t hang.
BUILD: Object root set to: ==> objfre_wnet_x86
BUILD: Compile and Link for i386
BUILD: Examining e:\\usbtest\\driver directory for files to compile.
    e:\\usbtest\\driver
BUILD: Compiling e:\\usbtest\\driver directory
Compiling - usbtest.rc for i386
Compiling - usbtestdriver.cpp for i386
Compiling - usbtestdevice.cpp for i386
Compiling - generating code... for i386
BUILD: Linking e:\\usbtest\\driver directory
NMAKE :  U1073: don\'t know how to make \'D:\\Compuware\\DriverStudio\\DriverWorks\\lib\\i386\\FREE\\vdw_wdm.lib\'
BUILD: nmake.exe failed - rc = 2
BUILD: Done

    4 files compiled - 1 Error
Tool returned code: 0
jgw2008
驱动小牛
驱动小牛
  • 注册日期2004-12-16
  • 最后登录2005-12-20
  • 粉丝0
  • 关注0
  • 积分21分
  • 威望8点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2005-04-29 10:38
It need compile a source code before.

Go the the directory \"C:\\Program Files\\NuMega\\SoftICE Driver Suite\\DriverWorks\\source\", click \"VdwLibs.dsp\",open the project file.

Click Project->Set Active Project, select \"VdwLibs\".
Compile it.

Then click Build->Configurations choose \"Win32 WDM Free\" and \"Win32 WDM Checked\" respectively, compile them.

That\'s ok. Your problem can solve.

My msn:jgw2008@hotmail.com
Best Wishes to you! MSN: jgw2008@hotmail.com E-Mail: jgw2008@126.com
游客

返回顶部