Hello, all: I am a new NT driver programmer. When I checked build my device
driver, I get the following message. Could somebody give me a hint what the
potential problem will be? I have my DDK and SDK installed in my E drive
and have set environment before I build.
BUILD: Computing Include file dependencies:
BUILD: Examining d:\vnau\oc48dummy directory for files to compile.
Compiling d:\vnau\oc48dummy directory ********************
‘NMAKE.EXE /c BUILDMSG=Stop. NTTEST= UMTEST= NOLINK=1 NOPASS0=1 386=1’
The name specified is not recognized as an
internal or external command, operable program or batch file.
BUILD: NMAKE.EXE failed - rc = 1
Linking d:\vnau\oc48dummy directory ********************
‘NMAKE.EXE /c BUILDMSG=Stop. LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1’
The name specified is not recognized as an
internal or external command, operable program or batch file.
BUILD: NMAKE.EXE failed - rc = 1
Thank you very much!
zhongsheng wang
just check if you have the nmake.exe program.
to check that, type nmake at the command prompt.
if you dont have that,
then install Visual C++
hope this helps
-girish
-----Original Message-----
From: xxxxx@tek.com [SMTP:xxxxx@tek.com]
Sent: Wednesday, August 09, 2000 11:18 AM
To: NT Developers Interest List
Subject: [ntdev] Help for BUILD a driver!!!
Hello, all: I am a new NT driver programmer. When I checked build my
device
driver, I get the following message. Could somebody give me a hint what
the
potential problem will be? I have my DDK and SDK installed in my E drive
and have set environment before I build.
BUILD: Computing Include file dependencies:
BUILD: Examining d:\vnau\oc48dummy directory for files to compile.
Compiling d:\vnau\oc48dummy directory ********************
‘NMAKE.EXE /c BUILDMSG=Stop. NTTEST= UMTEST= NOLINK=1 NOPASS0=1 386=1’
The name specified is not recognized as an
internal or external command, operable program or batch file.
BUILD: NMAKE.EXE failed - rc = 1
Linking d:\vnau\oc48dummy directory ********************
‘NMAKE.EXE /c BUILDMSG=Stop. LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1’
The name specified is not recognized as an
internal or external command, operable program or batch file.
BUILD: NMAKE.EXE failed - rc = 1
Thank you very much!
zhongsheng wang
You are currently subscribed to ntdev as: xxxxx@lightwave.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)