Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.os.ms-windows.programmer.nt.kernel-mode > #33

Path contains nonexistant c:\winddk\tools\sdv

Newsgroups comp.os.ms-windows.programmer.nt.kernel-mode
Date 2013-08-08 14:14 -0700
Message-ID <a96c66db-d47a-44c2-b1d7-b8d9324737cb@googlegroups.com> (permalink)
Subject Path contains nonexistant c:\winddk\tools\sdv
From andrew_kennedy7@yahoo.com

Show all headers | View raw


I am fairly new to c programming.

Got these error messages and the actual path is below them.
I can see that the path is missing some directories that I take are needed.

How can I get it to compile ? There are a few question that in the next section.

Thanks.

x86
path contains nonexistant c:\winddk\tools\sdv\bin, removing
path contains nonexistant c:\winddk\bin\x86\oacr, removing
path contains nonexistant c:\winddk\tools\pfd\bin\bin\x86, removing
path contains nonexistant c:\winddk\tools\tracing\i386, removing
path contains nonexistant c:\winddk\bin\x86, removing
path contains nonexistant c:\winddk\bin\x86\x86, removing
path contains nonexistant c:\winddk\bin\selfsign, removing

PATH=c:\WinDDK\tools\sdv\bin;c:\WinDDK\bin\x86\oacr;c:\WinDDK\tools\pfd\bin\bin\x86;c:\WinDDK\tools\tracing\i386;c:\WinDDK\bin\x86;c:\WinDDK\bin\x86\x86;c:\WinDDK\bin\SelfSign;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;

makefile

This is someone elses makefile for the driver.

Does sources have to have the complete path ?

!INCLUDE $(NTMAKEENV)\makefile.def
sources

TARGETNAME=bangbangbust
TARGETTYPE=DRIVER
TARGETPATH=obj
SOURCES = bangbangbust.c

Back to comp.os.ms-windows.programmer.nt.kernel-mode | Previous | NextNext in thread | Find similar


Thread

Path contains nonexistant c:\winddk\tools\sdv andrew_kennedy7@yahoo.com - 2013-08-08 14:14 -0700
  Re: Path contains nonexistant c:\winddk\tools\sdv Tim Roberts <timr@probo.com> - 2013-08-11 18:38 -0700

csiph-web