KM
NTMAKEENV was set to %BASEDIR%\bin in C:\WinDDK\3790\bin\setenv.bat, and BASEDIR was set to %1.
So I did the following:
C:\WinDDK\3790>setenv "C:\WinDDK\3700"
The system cannot find the path specified.
File not found - C:\WinDDK\3700\bin\generic.mac
File not found - C:\WinDDK\3700\bin\ddktree.mac
C:\WinDDK\3790>build -cZ
BUILD: Adding /Y to COPYCMD so xcopy ops won't hang.
BUILD: Object root set to: ==> objchk_wxp_x86
BUILD: Compile and Link for i386
BUILD: Examining c:\winddk\3790 directory tree for files to compile.
BUILD: c:\winddk\3790\bin\x86\prefast\examples\sources(8): Unsupported TARGETTYPE value - LIB
BUILD: CanonicalizePathName: GetFileAttributes("c:\winddk\3700"\inc\crt --> C:\WinDDK\3790\bin\x86\prefast\examples\"c:\
winddk\3700"\inc\crt) failed - rc = 123.
BUILD: CanonicalizePathName: GetFileAttributes("c:\winddk\3700"\public\internal\\inc --> C:\WinDDK\3790\bin\x86\prefast\
examples\"c:\winddk\3700"\public\internal\inc) failed - rc = 123.
It's only a partial listing of the errors.
--PA
"William" <Wil...@discussions.microsoft.com> wrote in message
news:ADAC6E78-55CE-479A...@microsoft.com...
> After installing DDK to C:\WinDDK\3790, and the Debuggers, I selected "Windows
XP Checked Build Environment", and at C:\WinDDK\3790 I did "build -cZ", as stated
in the INSTALL.HTM to verify driver development kit installation, but got errors,
stating "NMAKE : U1064:MAKEFILE not found and no target specified.", and the
errors appeared for all src folders.
>
> What shall I do? (the INSTALL.HTM only stated you should not get any errors or
warnings.)
>
> Thanks,
>
> --wm