WDK NMAKE, показывающий фатальную ошибку при сборке драйвера - PullRequest
0 голосов

Я пытаюсь скомпилировать простой драйвер, но когда я ввожу сборку в Проверяемую среду, она выдает мне следующую ошибку

C:\WinDDK\7600.16385.1\My\First>build
path contains nonexistant c:\windows\system32\openssh\, removing
BUILD: Compile and Link for x86
BUILD: Loading c:\winddk\7600.16385.1\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Start time: Wed May 22 14:53:12 2019
BUILD: Examining c:\winddk\7600.16385.1\my\first directory for files to compile.
    c:\winddk\7600.16385.1\my\first Invalidating OACR warning log for 'WDKSamples:x86chk'
BUILD: Saving c:\winddk\7600.16385.1\build.dat...
BUILD: Compiling and Linking c:\winddk\7600.16385.1\my\first directory
Configuring OACR for 'WDKSamples:x86chk' - <OACR on>
_NT_TARGET_VERSION SET TO WINXP
1>errors in directory c:\winddk\7600.16385.1\my\first
1>NMAKE : fatal error U1073: don't know how to make 'c:\winddk\7600.16385.1\my\first\objchk_wxp_x86\i386\testdriver.obj'
1>nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR=my\first failed - rc = 2

BUILD: Finish time: Wed May 22 14:53:18 2019
BUILD: Done

    0 files compiled - 1 Warning - 2 Errors
...