Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: BUILD under XP

64 views
Skip to first unread message

Keith Moore

unread,
Jul 2, 2004, 2:07:46 PM7/2/04
to
Ensure the NTMAKEENV environment variable is set correctly. In your
case, it should probably be C:\WinDDK\3790\bin.


KM

William

unread,
Jul 2, 2004, 3:17:01 PM7/2/04
to
Thanks, Keith.

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.

Pavel A.

unread,
Jul 2, 2004, 8:55:41 PM7/2/04
to
What is the language version and user/system locales of your XP?

--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


William

unread,
Jul 6, 2004, 1:03:02 PM7/6/04
to
English, USA.

William

unread,
Jul 15, 2004, 12:40:03 PM7/15/04
to
FYI:
WinDDK installed after VS.Net 2003 was installed had created build problems for all src folders.
One machine I had VS.Net 2003 installed after the WinDDK and both tools worked okay.
So the concusion is for XP system, WinDDK\3790 needs to be installed first then the VS.Net 2003.
Thanks to Bart Bartel of Microsoft for his help.
0 new messages