Re: WDK KMDF 1.0 does not build nmake error U1065
- From: "Luke \(may the source be with you\)" <luke.evans@xxxxxxxxxxxx>
- Date: Mon, 13 Feb 2006 12:40:10 +1000
The line in the 'real' \WinDDK\3790.1830\bin\makefile.new which I believe
actually executes nmake is:
line no 3772:
MAKE_MANIFEST_CMD=nmake -nologo $(SXS_MANIFEST_OBJ1)
and acutally has a 'REAL' - minus sign 0x2D.
So I'm not so sure that is the answer.
And I don't fancy becoming an nmake expert just to fix something that should
already work - FRESH OFF THE ISO.
Although when I checked /dev/null I was surprised to find a link to a
website for Microsoft fans and lovers.
"Norman Diamond" <ndiamond@xxxxxxxxxxxxxxxx> wrote in message
news:e42RvODMGHA.3104@xxxxxxxxxxxxxxxxxxxxxxx
"Luke" <luke.evans@xxxxxxxxxxxx> wrote in messageto
news:ub$gKtCMGHA.3984@xxxxxxxxxxxxxxxxxxxxxxx
Has anyone else been unable to build KMDF 1.0 driver examples?
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: Examining c:\winddk\wdf\kmdf10\src\kmdf directory tree for files
acompile.
BUILD: Building generated files in
c:\winddk\wdf\kmdf10\src\kmdf\toaster\bus\static directory
errors in directory c:\winddk\wdf\kmdf10\src\kmdf\toaster\bus\static
NMAKE : fatal error U1065: invalid option '-'
BUILD: nmake.exe failed - rc = 2
etc etc etc.
Build reports 63 errors, all the same. Have followed installations
instructions to a 'T' and have made no modifications.
I reported the exact same thing to Microsoft several months ago. Their
reply can be found on any Linux system, in /dev/null.
Some time after that, I figured out that their instructions are just too
cute. When you use the mouse to copy and paste something that looks like
minus sign, you get something that looks like a minus sign, butMicrosoft's
programmers didn't code nmake or compilers to understand something thatfrom
looks like a minus sign. You have to type a real minus sign yourself,
the keyboard.same.
Now even after you make that adjustment, some WDK samples still don't
compile. Well they do if you figure out what ANSI code page Microsoft
tested it under, and figure out how to set your ANSI code page to the
There are occasions when it would be profitable to be 7-bit clean inwriting
source code, and the WDK would be one.
.
- References:
- WDK KMDF 1.0 does not build nmake error U1065
- From: Luke
- Re: WDK KMDF 1.0 does not build nmake error U1065
- From: Norman Diamond
- WDK KMDF 1.0 does not build nmake error U1065
- Prev by Date: Re: How detect DDK build with the preprocessor?
- Next by Date: Re: Adaption of serial.sys for sub-millisecond timing resolution on serial port
- Previous by thread: Re: WDK KMDF 1.0 does not build nmake error U1065
- Next by thread: Re: WDK KMDF 1.0 does not build nmake error U1065
- Index(es):
Relevant Pages
|