阅读:1081回复:1
求助,USB驱动编译不通过
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 |
|
沙发#
发布于: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 |
|
|