problem with building driver

S

sathviksrao

Hi all,
I am new to Device Driver. I need to build a driver from the sources
available.I am using Driver Studio 3.2 for this purpose following is the
error I am getting during build.Can anybody help me to come out of
this?
I have windows XP SP2 installed and Microsoft® Windows® XP Service Pack
1 DDK installed.I got the error message shown below while tring to build
Driver using BUILD.EXE

1>NMAKE : U1073: don't know how to make
'C:\PROGRA~1\Compuware\DriverStudio\DriverWorks\lib\i386\checked\vdw_wdm.lib'
BUILD: nmake.exe /c BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST=
UMTEST= 386=1 failed - rc = 2
BUILD: Done

28 files compiled - 1 Error
2 browse databases built
Tool returned code: 0

Thanks in Advance
 
D

Doron Holan [MS]

Driver studio is a discontinued product. I would suggest you give KMDF (in
the latest WDK) a try instead

d
 
G

Gary G. Little

Having developed drivers for NTDDK, WDM, KMDF, and used DriverStudio, I
agree with Doron and suggest you toss DriverStudio into the round file
(trash can) and use KMDF. DriverStudio will not pass a build with pre-fast,
and injects errors that fail Driver Verifier. Not to mention that it
introduces subtle problems into the driver that requires a fairly strong
knowledge of the DDK and WDM for power management. Bottom line, the LAST
thing a new driver developer should use is DriverStudio.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top