Problem with build

Hi all,
I am building a filter driver using the command line below :
build -cZe

and I am getting following output

BUILD: Compile and Link for i386
BUILD: Compiling c:\filter directory
Compiling - filter.c for i386
BUILD: Linking c:\filter directory
Compiling - filter.c for i386
Linking Executable - i386\checked\filter.sys for i386
BUILD: Done

1 files compiled
1 executables built

This output shows that build was successful but I could not find filter.sys
file on my harddisk.

Can anybody suggest the problem.

makefile is standard makefile.def supplied with DDK and source file is as:
TARGETNAME=filter
TARGETPATH=.
TARGETTYPE=DRIVER
INCLUDES=.

SOURCES=pdefilter.c

Thanks
Ashish

Problem with buildAshish,

It should be in your DDK directory. Is your DDK on the disk you are
searching? Check ddk/lib/i386/checked for NT4. The directory structure is
a little different for Win2000.

-Evan Hillman

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Ashish_Goyal
Sent: Saturday, April 22, 2000 5:04 AM
To: NT Developers Interest List
Subject: [ntdev] Problem with build

Hi all,
I am building a filter driver using the command line below :
build -cZe

and I am getting following output

BUILD: Compile and Link for i386
BUILD: Compiling c:\filter directory
Compiling - filter.c for i386
BUILD: Linking c:\filter directory
Compilng - filter.c for i386
Linking Executable - i386\checked\filter.sys for i386
BUILD: Done

1 files compiled
1 executables built

This output shows that build was successful but I could not find
filter.sys file on my harddisk.

Can anybody suggest the problem.

makefile is standard makefile.def supplied with DDK and source file is as:
TARGETNAME=filter
TARGETPATH=.
TARGETTYPE=DRIVER
INCLUDES=.

SOURCES=pdefilter.c

Thanks
Ashish

Problem with buildFor W2K: TARGETPATH=obj

For NT4 try taking a look at any of the sources files supplied with the ddk
sample drivers.

Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
www.hollistech.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Ashish_Goyal
Sent: Saturday, April 22, 2000 7:04 AM
To: NT Developers Interest List
Subject: [ntdev] Problem with build

Hi all,
I am building a filter driver using the command line below :
build -cZe

and I am getting following output

BUILD: Compile and Link for i386
BUILD: Compiling c:\filter directory
Compiling - filter.c for i386
BUILD: Linking c:\filter directory
Compiling - filter.c for i386
Linking Executable - i386\checked\filter.sys for i386
BUILD: Done

1 files compiled
1 executables built

This output shows that build was successful but I could not find
filter.sys file on my harddisk.

Can anybody suggest the problem.

makefile is standard makefile.def supplied with DDK and source file is as:
TARGETNAME=filter
TARGETPATH=.
TARGETTYPE=DRIVER
INCLUDES=.

SOURCES=pdefilter.c

Thanks
Ashish