Is “build -clean” supposed to work automatically or I’ll have to add my
“clean” target in my sources/makefile? I’ve looked into makefile.new and
other related files, I didn’t see where the “clean” target is defined.
Thanks,
Calvin
P.S. You can safely assume I know how to build a driver with DDK.
Calvin Guan Software Engineer
ATI Technologies Inc. www.ati.com
C:\WINDDK\3790\src\general\tracedrv\tracedrv>build -clean
BUILD: Adding /Y to COPYCMD so xcopy ops won’t hang.
BUILD: Object root set to: ==> objchk_wnet_x86
BUILD: Compile and Link for i386
BUILD: Loading C:\WINDDK\3790\build.dat…
BUILD: Computing Include file dependencies:
BUILD: Examining c:\winddk\3790\src\general\tracedrv\tracedrv directory for
file
s to compile.
BUILD: Linking c:\winddk\3790\src\general\tracedrv\tracedrv directory
NMAKE : U1073: don’t know how to make ‘clean’
BUILD: nmake.exe failed - rc = 2
BUILD: Done
Here’s the log file:
BUILD: Computing Include file dependencies:
BUILD: Examining c:\winddk\3790\src\general\tracedrv\tracedrv directory for
files to compile.
Linking c:\winddk\3790\src\general\tracedrv\tracedrv directory
********************
‘nmake.exe /c BUILDMSG=Stop. clean -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST=
386=1’
tracewpp: 1 file(s) with 0 message(s), processed in 0.015 seconds
NMAKE : U1073: don’t know how to make ‘clean’
Stop.
BUILD: nmake.exe failed - rc = 2
Try “build -cZ”
d
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Calvin Guan
Sent: Monday, June 14, 2004 8:09 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] build -clean doesn’t work?
Is “build -clean” supposed to work automatically or I’ll have to add my “clean” target in my sources/makefile? I’ve looked into makefile.new and other related files, I didn’t see where the “clean” target is defined.
Thanks,
Calvin
P.S. You can safely assume I know how to build a driver with DDK.
Calvin Guan??? Software Engineer
ATI Technologies Inc.? www.ati.com
C:\WINDDK\3790\src\general\tracedrv\tracedrv>build -clean
BUILD: Adding /Y to COPYCMD so xcopy ops won’t hang.
BUILD: Object root set to: ==> objchk_wnet_x86
BUILD: Compile and Link for i386
BUILD: Loading C:\WINDDK\3790\build.dat…
BUILD: Computing Include file dependencies:
BUILD: Examining c:\winddk\3790\src\general\tracedrv\tracedrv directory for file
s to compile.
BUILD: Linking c:\winddk\3790\src\general\tracedrv\tracedrv directory
NMAKE :? U1073: don’t know how to make ‘clean’
BUILD: nmake.exe failed - rc = 2
BUILD: Done
Here’s the log file:
BUILD: Computing Include file dependencies:
BUILD: Examining c:\winddk\3790\src\general\tracedrv\tracedrv directory for files to compile.
Linking c:\winddk\3790\src\general\tracedrv\tracedrv directory ********************
‘nmake.exe /c BUILDMSG=Stop. clean -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1’
tracewpp: 1 file(s) with 0 message(s), processed in 0.015 seconds
NMAKE :? U1073: don’t know how to make ‘clean’
Stop.
BUILD: nmake.exe failed - rc = 2
Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
No, I don’t want to build. I just want to clobber everything built.
Thanks,
Calvin
Calvin Guan Software Engineer
ATI Technologies Inc. www.ati.com
-----Original Message-----
From: Doron Holan [mailto:xxxxx@windows.microsoft.com]
Sent: Monday, June 14, 2004 12:13 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] build -clean doesn’t work?
Try “build -cZ”
d
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Calvin Guan
Sent: Monday, June 14, 2004 8:09 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] build -clean doesn’t work?
Is “build -clean” supposed to work automatically or I’ll have
to add my “clean” target in my sources/makefile? I’ve looked
into makefile.new and other related files, I didn’t see where
the “clean” target is defined.
Thanks,
Calvin
P.S. You can safely assume I know how to build a driver with DDK.
Calvin Guan??? Software Engineer
ATI Technologies Inc.? www.ati.com
C:\WINDDK\3790\src\general\tracedrv\tracedrv>build -clean
BUILD: Adding /Y to COPYCMD so xcopy ops won’t hang.
BUILD: Object root set to: ==> objchk_wnet_x86
BUILD: Compile and Link for i386
BUILD: Loading C:\WINDDK\3790\build.dat…
BUILD: Computing Include file dependencies:
BUILD: Examining c:\winddk\3790\src\general\tracedrv\tracedrv
directory for file
s to compile.
BUILD: Linking c:\winddk\3790\src\general\tracedrv\tracedrv directory
NMAKE :? U1073: don’t know how to make ‘clean’
BUILD: nmake.exe failed - rc = 2
BUILD: Done
Here’s the log file:
BUILD: Computing Include file dependencies:
BUILD: Examining c:\winddk\3790\src\general\tracedrv\tracedrv
directory for files to compile.
Linking c:\winddk\3790\src\general\tracedrv\tracedrv
directory ********************
‘nmake.exe /c BUILDMSG=Stop. clean -i LINKONLY=1 NOPASS0=1
NTTEST= UMTEST= 386=1’
tracewpp: 1 file(s) with 0 message(s), processed in 0.015 seconds
NMAKE :? U1073: don’t know how to make ‘clean’
Stop.
BUILD: nmake.exe failed - rc = 2
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@ati.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
write a shell script
=====================
Mark Roddy
From: Calvin Guan [mailto:xxxxx@ati.com]
Sent: Monday, June 14, 2004 12:27 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] build -clean doesn’t work?
No, I don’t want to build. I just want to clobber everything built.
Thanks,
Calvin
Calvin Guan Software Engineer
ATI Technologies Inc. www.ati.com
-----Original Message-----
From: Doron Holan [mailto:xxxxx@windows.microsoft.com]
Sent: Monday, June 14, 2004 12:13 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] build -clean doesn’t work?
Try “build -cZ”
d
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Calvin Guan
Sent: Monday, June 14, 2004 8:09 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] build -clean doesn’t work?
Is “build -clean” supposed to work automatically or I’ll have
to add my “clean” target in my sources/makefile? I’ve looked
into makefile.new and other related files, I didn’t see where
the “clean” target is defined.
Thanks,
Calvin
P.S. You can safely assume I know how to build a driver with DDK.
Calvin Guan Software Engineer
ATI Technologies Inc. www.ati.com
C:\WINDDK\3790\src\general\tracedrv\tracedrv>build -clean
BUILD: Adding /Y to COPYCMD so xcopy ops won’t hang.
BUILD: Object root set to: ==> objchk_wnet_x86
BUILD: Compile and Link for i386
BUILD: Loading C:\WINDDK\3790\build.dat…
BUILD: Computing Include file dependencies:
BUILD: Examining c:\winddk\3790\src\general\tracedrv\tracedrv
directory for file
s to compile.
BUILD: Linking c:\winddk\3790\src\general\tracedrv\tracedrv directory
NMAKE : U1073: don’t know how to make ‘clean’
BUILD: nmake.exe failed - rc = 2
BUILD: Done
Here’s the log file:
BUILD: Computing Include file dependencies:
BUILD: Examining c:\winddk\3790\src\general\tracedrv\tracedrv
directory for files to compile.
Linking c:\winddk\3790\src\general\tracedrv\tracedrv
directory ********************
‘nmake.exe /c BUILDMSG=Stop. clean -i LINKONLY=1 NOPASS0=1
NTTEST= UMTEST= 386=1’
tracewpp: 1 file(s) with 0 message(s), processed in 0.015 seconds
NMAKE : U1073: don’t know how to make ‘clean’
Stop.
BUILD: nmake.exe failed - rc = 2
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@ati.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@stratus.com
To unsubscribe send a blank email to xxxxx@lists.osr.com