]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
Winverbs branch - initial winverbs API and empty class declarations.
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 3 Mar 2008 08:49:20 +0000 (08:49 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 3 Mar 2008 08:49:20 +0000 (08:49 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@957 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/winverbs/BuildRelease.bat [new file with mode: 0644]
branches/winverbs/buildchk_wlh_amd64.err [new file with mode: 0644]
branches/winverbs/buildchk_wlh_amd64.log [new file with mode: 0644]
branches/winverbs/buildchk_wlh_amd64.wrn [new file with mode: 0644]
branches/winverbs/buildchk_wnet_AMD64.err [new file with mode: 0644]
branches/winverbs/buildchk_wnet_AMD64.log [new file with mode: 0644]
branches/winverbs/buildchk_wnet_AMD64.wrn [new file with mode: 0644]
branches/winverbs/buildchk_wnet_x86.err [new file with mode: 0644]
branches/winverbs/buildchk_wnet_x86.log [new file with mode: 0644]
branches/winverbs/dirs [new file with mode: 0644]

diff --git a/branches/winverbs/BuildRelease.bat b/branches/winverbs/BuildRelease.bat
new file mode 100644 (file)
index 0000000..09331b2
--- /dev/null
@@ -0,0 +1,97 @@
+@echo off\r
+setlocal\r
+rem\r
+rem EXAMPLE - Build entire openIB-windows release & WIX installers (.msi) files.\r
+rem           Binary release is constructed in ..\Branches\WinOF\Wix\bin.\r
+rem           Processor architecture specific WIX installers are constructed in %IDIR%\r
+rem\r
+rem This script is an 'example' of a one-command entire IB stack build to single-file installer.\r
+rem Script is designed to be invoked from the ...\gen1\trunk folder with ..\branches\WinOF\Wix\*\r
+rem accessible.\r
+rem\r
+rem Verify the following env vars are suitible for your system configuration.\r
+rem     _DDK, _PSDK, SVN, IDIR\r
+\r
+rem Standard install of Windows Server 2003 DDK\r
+set _DDK=C:\WINDDK\3790~1.183\r
+\r
+rem Platform SDK path\r
+set _PSDK=C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\r
+\r
+rem WARNING - SVN set depends on the path '\openIB-windows-svn\xxx\gen1', where SVN is set to XXX\r
+rem  substring[23rd...25th] chars (offset counting) == xxx\r
+\r
+rem If this example method doesn't fit your environment, set SVN accordingly.\r
+rem Note - OPENIB_REV is assigned SVN in a child script.\r
+\r
+set SVN=%CD:~22,3%\r
+\r
+rem assumes %CD% == '...\gen1\trunk'\r
+\r
+set BSE=%CD%\r
+set RBIN=%BSE%\r
+set RBIN=%RBIN:trunk=Branches\WinOF\Wix\bin%\r
+\r
+rem WIX Installer files (.msi) destination folder - set for local environment.\r
+rem \r
+rem set IDIR=D:\temp\r
+set IDIR=C:\Windows\Temp\r
+\r
+echo Building for OPENIB_REV %SVN%, installer files @ %IDIR%\r
+timeout /T 5\r
+\r
+if NOT EXIST "%IDIR%" (\r
+    echo Missing Installer file destination folder %IDIR%\r
+    exit /B 1\r
+)\r
+\r
+rem Verify WIX 2.0 toolset is available - if not, download from\r
+rem http://sourceforge.net/project/showfiles.php?group_id=105970&package_id=114109\r
+rem   select wix-2.0.5325.0-binaries.zip download and unzip to\r
+rem   ..\branches\WinOF\WIX\WIX_tools\\r
+rem\r
+if NOT EXIST ..\branches\WinOF\WIX\WIX_tools\wix-2.0.5325.0-binaries (\r
+    echo Missing WIX tools @ ..\branches\WinOF\WIX\WIX_tools \r
+    exit /B 1\r
+)\r
+\r
+if NOT EXIST etc\makebin.bat (\r
+    echo Missing etc\makebin.bat, script must run from gen1\trunk\r
+    exit /B 1\r
+)\r
+\r
+%COMSPEC% /C "call %BSE%\etc\IB_CHK_BLD_x64.bat %SVN% %CD% %_DDK% '%_PSDK%' & build -wgM 3"\r
+if ERRORLEVEL 1 exit /B 1\r
+%COMSPEC% /C "call %BSE%\etc\IB_FRE_BLD_x64.bat %SVN% %CD% %_DDK% '%_PSDK%' & build -wgM 3"\r
+if ERRORLEVEL 1 exit /B 1\r
+\r
+%COMSPEC% /C "call %BSE%\etc\IB_CHK_BLD_x86.bat %SVN% %CD% %_DDK% '%_PSDK%' & build -wgM 3"\r
+if ERRORLEVEL 1 exit /B 1\r
+%COMSPEC% /C "call %BSE%\etc\IB_FRE_BLD_x86.bat %SVN% %CD% %_DDK% '%_PSDK%' & build -wgM 3"\r
+if ERRORLEVEL 1 exit /B 1\r
+\r
+%COMSPEC% /C "call %BSE%\etc\IB_CHK_BLD_IA64.bat %SVN% %CD% %_DDK% '%_PSDK%' & build -wgM 3"\r
+if ERRORLEVEL 1 exit /B 1\r
+%COMSPEC% /C "call %BSE%\etc\IB_FRE_BLD_IA64.bat %SVN% %CD% %_DDK% '%_PSDK%' & build -wgM 3"\r
+if ERRORLEVEL 1 exit /B 1\r
+\r
+rem :InstallBin\r
+rem Create binary release tree - suitible for WinOF-WIX installer build.\r
+\r
+if EXIST "%RBIN%" (\r
+    rmdir /S /Q %RBIN%\r
+)\r
+mkdir %RBIN%\r
+\r
+if EXIST "%BSE%\etc\makebin.bat" (\r
+    call %BSE%\etc\makebin.bat %BSE% %RBIN%\r
+)\r
+\r
+echo Binary release built in %RBIN%\r
+\r
+rem build WIX installers --> in D:\temp\r
+\r
+%COMSPEC% /C "%_DDK%\bin\setenv.bat %_DDK% fre AMD64 WNET & cd /D %RBIN%\.. & buildall %IDIR%" \r
+\r
+endlocal\r
+@echo on\r
diff --git a/branches/winverbs/buildchk_wlh_amd64.err b/branches/winverbs/buildchk_wlh_amd64.err
new file mode 100644 (file)
index 0000000..e28a2a4
--- /dev/null
@@ -0,0 +1,405 @@
+errors in directory c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\r
+\r
+Only one .rc file is allowed per directory. You may however #include one .rc file in another.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user\r
+use_crtdll is not supported. Use USE_MSVCRT=1 instead.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\flint\user\r
+use_crtdll is not supported. Use USE_MSVCRT=1 instead.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mst\user\r
+use_crtdll is not supported. Use USE_MSVCRT=1 instead.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\spark\user\r
+use_crtdll is not supported. Use USE_MSVCRT=1 instead.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\nsc\r
+use_crtdll is not supported. Use USE_MSVCRT=1 instead.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\complib\user\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\complib.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\complib\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\al\user\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\al_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\al\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\wv_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libvendor\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libvendor)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libvendor\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libopensm\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libopensm)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libopensm\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udat_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udapl_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udat_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udapl_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udapl_scm_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\user\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\uvpd_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\mlnx_uvp.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\dat2d.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\dat2d.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\dat2d.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDLL=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\ibinstaller.rc(40) : error RC1015: cannot open include file 'afxres.h'.\r
+link : error LNK1181: cannot open input file 'c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\ibinstaller.res'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2169: '_strset' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2085: '_Str' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2169: 'strcpy' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2169: 'strcat' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2085: 'strnlen_s' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ';' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(81) : error C2143: syntax error : missing ';' before '{'\r
+c:\winddk\6001.18000\inc\crt\string.h(82) : error C2065: '_MaxCount' : undeclared identifier\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C1003: error count exceeds 100; stopping compilation\r
+link : error LNK1181: cannot open input file 'c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64\installsp.obj'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\flint\user\r
+c:\winddk\6001.18000\bin\makefile.new(2777) : error U1050: : c:\mshefty\scm\winof\branches\winverbs\tools\flint\user - USE_CRTDLL is not supported. Use USE_MSVCRT=1 instead.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\flint\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mst\user\r
+c:\winddk\6001.18000\bin\makefile.new(2777) : error U1050: : c:\mshefty\scm\winof\branches\winverbs\tools\mst\user - USE_CRTDLL is not supported. Use USE_MSVCRT=1 instead.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mst\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\spark\user\r
+c:\winddk\6001.18000\bin\verify.src(51) : error U1050: BLD1003 : STL lib listed explicitly - use USE_STL=1 (c:\mshefty\scm\winof\branches\winverbs\tools\spark\user)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\spark\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\nsc\r
+c:\winddk\6001.18000\bin\makefile.new(2777) : error U1050: : c:\mshefty\scm\winof\branches\winverbs\tools\nsc - USE_CRTDLL is not supported. Use USE_MSVCRT=1 instead.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\nsc\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\alts\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\alts\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2169: '_strset' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2085: '_Str' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2169: 'strcpy' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2169: 'strcat' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2085: 'strnlen_s' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ';' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(81) : error C2143: syntax error : missing ';' before '{'\r
+c:\winddk\6001.18000\inc\crt\string.h(82) : error C2065: '_MaxCount' : undeclared identifier\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C1003: error count exceeds 100; stopping compilation\r
+link : error LNK1181: cannot open input file 'c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\objchk_wlh_amd64\amd64\printip.obj'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\limits\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\limits\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
diff --git a/branches/winverbs/buildchk_wlh_amd64.log b/branches/winverbs/buildchk_wlh_amd64.log
new file mode 100644 (file)
index 0000000..d8d0a1b
--- /dev/null
@@ -0,0 +1,6391 @@
+BUILD: Computing Include file dependencies:\r
+BUILD: Examining c:\mshefty\scm\winof\branches\winverbs directory tree for files to compile.\r
+BUILD: null byte at offset 0x00000001\r
+BUILD: 1850 null bytes in file\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\r
+\r
+Only one .rc file is allowed per directory. You may however #include one .rc file in another.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user\r
+use_crtdll is not supported. Use USE_MSVCRT=1 instead.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\flint\user\r
+use_crtdll is not supported. Use USE_MSVCRT=1 instead.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mst\user\r
+use_crtdll is not supported. Use USE_MSVCRT=1 instead.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\spark\user\r
+use_crtdll is not supported. Use USE_MSVCRT=1 instead.\r
+\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\nsc\r
+use_crtdll is not supported. Use USE_MSVCRT=1 instead.\r
+\r
+skipping post pass 0 command\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\core\complib\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\complib\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\complib\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\complib\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DEXPORT_CL_SYMBOLS\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\cl_async_proc.c ..\cl_list.c ..\cl_map.c ..\cl_memory.c ..\cl_obj.c ..\cl_perf.c ..\cl_pool.c ..\cl_ptr_vector.c ..\cl_reqmgr.c ..\cl_statustext.c ..\cl_threadpool.c ..\cl_vector.c \r
+cl_async_proc.c\r
+cl_list.c\r
+cl_map.c\r
+cl_memory.c\r
+cl_obj.c\r
+cl_perf.c\r
+cl_pool.c\r
+cl_ptr_vector.c\r
+cl_reqmgr.c\r
+cl_statustext.c\r
+cl_threadpool.c\r
+cl_vector.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\complib\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\complib\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\complib\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DEXPORT_CL_SYMBOLS\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\cl_debug.c .\cl_dll.c .\cl_event.c .\cl_log.c .\cl_memory_osd.c .\cl_syscallback.c .\cl_thread.c .\cl_timer.c \r
+cl_debug.c\r
+cl_dll.c\r
+cl_event.c\r
+cl_log.c\r
+cl_memory_osd.c\r
+cl_syscallback.c\r
+cl_thread.c\r
+cl_timer.c\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\complib.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\complib\user\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\complib.def'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\complib\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel: TARGETPATH is ..\..\..\bin\kernel\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /MT\r
+ /U_MT\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ -DDRIVER\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\cl_async_proc.c ..\cl_list.c ..\cl_map.c ..\cl_memory.c ..\cl_obj.c ..\cl_perf.c ..\cl_pool.c ..\cl_ptr_vector.c ..\cl_reqmgr.c ..\cl_statustext.c ..\cl_threadpool.c ..\cl_vector.c \r
+cl_async_proc.c\r
+cl_list.c\r
+cl_map.c\r
+cl_memory.c\r
+cl_obj.c\r
+cl_perf.c\r
+cl_pool.c\r
+cl_ptr_vector.c\r
+cl_reqmgr.c\r
+cl_statustext.c\r
+cl_threadpool.c\r
+cl_vector.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /MT\r
+ /U_MT\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ -DDRIVER\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\cl_driver.c .\cl_event.c .\cl_log.c .\cl_memory_osd.c .\cl_syscallback.c .\cl_thread.c .\cl_timer.c .\cl_pnp_po.c .\cl_bus_ifc.c \r
+cl_driver.c\r
+cl_event.c\r
+cl_log.c\r
+cl_memory_osd.c\r
+cl_syscallback.c\r
+cl_thread.c\r
+cl_timer.c\r
+cl_pnp_po.c\r
+cl_bus_ifc.c\r
+ link.exe /lib /out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib /IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235  /WX /nodefaultlib /machine:amd64 /ltcg @c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\lib.rsp\r
+Microsoft (R) Library Manager Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_async_proc.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_list.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_map.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_memory.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_obj.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_perf.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_pool.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_ptr_vector.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_reqmgr.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_statustext.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_threadpool.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_vector.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_event.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_log.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_memory_osd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_syscallback.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_thread.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_timer.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_pnp_po.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\complib\kernel\objchk_wlh_amd64\amd64\cl_bus_ifc.obj \r
+Compiling c:\mshefty\scm\winof\branches\winverbs\core\al\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\core\al\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\al\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\al\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\al\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DEXPORT_AL_SYMBOLS\r
+ -DCL_NO_TRACK_MEM\r
+ -DWPP_OLDCC\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\al.c ..\al_av.c ..\al_ca.c ..\al_ci_ca_shared.c ..\al_cm_qp.c ..\al_common.c ..\al_cq.c ..\al_dm.c ..\al_init.c ..\al_mad.c ..\al_mcast.c ..\al_mgr_shared.c ..\al_mr_shared.c ..\al_mw.c ..\al_pd.c ..\al_qp.c ..\al_query.c ..\al_reg_svc.c ..\al_res_mgr.c ..\al_srq.c ..\al_sub.c ..\ib_common.c ..\ib_statustext.c \r
+al.c\r
+al_av.c\r
+al_ca.c\r
+al_ci_ca_shared.c\r
+al_cm_qp.c\r
+al_common.c\r
+al_cq.c\r
+al_dm.c\r
+al_init.c\r
+al_mad.c\r
+al_mcast.c\r
+al_mgr_shared.c\r
+al_mr_shared.c\r
+al_mw.c\r
+al_pd.c\r
+al_qp.c\r
+al_query.c\r
+al_reg_svc.c\r
+al_res_mgr.c\r
+al_srq.c\r
+Compiling...\r
+al_sub.c\r
+ib_common.c\r
+ib_statustext.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\al\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\al\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\al\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DEXPORT_AL_SYMBOLS\r
+ -DCL_NO_TRACK_MEM\r
+ -DWPP_OLDCC\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\al_dll.c .\al_mad_pool.c .\ual_av.c .\ual_ca.c .\ual_ci_ca.c .\ual_cm_cep.c .\ual_cq.c .\ual_dm.c .\ual_mad.c .\ual_mad_pool.c .\ual_mcast.c .\ual_mgr.c .\ual_mr.c .\ual_mw.c .\ual_pd.c .\ual_pnp.c .\ual_qp.c .\ual_query.c .\ual_reg_svc.c .\ual_sa_req.c .\ual_srq.c .\ual_sub.c \r
+al_dll.c\r
+al_mad_pool.c\r
+ual_av.c\r
+ual_ca.c\r
+ual_ci_ca.c\r
+ual_cm_cep.c\r
+ual_cq.c\r
+ual_dm.c\r
+ual_mad.c\r
+ual_mad_pool.c\r
+ual_mcast.c\r
+ual_mgr.c\r
+ual_mr.c\r
+ual_mw.c\r
+ual_pd.c\r
+ual_pnp.c\r
+ual_qp.c\r
+ual_query.c\r
+ual_reg_svc.c\r
+ual_sa_req.c\r
+Compiling...\r
+ual_srq.c\r
+ual_sub.c\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\al_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\al\user\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\al_exports.def'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\al\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\core\al\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel: TARGETPATH is ..\..\..\bin\kernel\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ibal.dll"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\ibal.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK    -DDRIVER -DDEPRECATE_DDK_FUNCTIONS  -DEXPORT_AL_SYMBOLS /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I.. /I..\..\..\inc /I..\..\..\inc\kernel /Ic:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\crt .\ibal.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /MT\r
+ /U_MT\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ -DDRIVER\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ -DEXPORT_AL_SYMBOLS\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\al.c ..\al_av.c ..\al_ca.c ..\al_ci_ca_shared.c ..\al_cm_qp.c ..\al_common.c ..\al_cq.c ..\al_dm.c ..\al_init.c ..\al_mad.c ..\al_mcast.c ..\al_mgr_shared.c ..\al_mr_shared.c ..\al_mw.c ..\al_pd.c ..\al_qp.c ..\al_query.c ..\al_reg_svc.c ..\al_res_mgr.c ..\al_srq.c ..\al_sub.c ..\ib_common.c ..\ib_statustext.c \r
+al.c\r
+al_av.c\r
+al_ca.c\r
+al_ci_ca_shared.c\r
+al_cm_qp.c\r
+al_common.c\r
+al_cq.c\r
+al_dm.c\r
+al_init.c\r
+al_mad.c\r
+al_mcast.c\r
+al_mgr_shared.c\r
+al_mr_shared.c\r
+al_mw.c\r
+al_pd.c\r
+al_qp.c\r
+al_query.c\r
+al_reg_svc.c\r
+al_res_mgr.c\r
+al_srq.c\r
+Compiling...\r
+al_sub.c\r
+ib_common.c\r
+ib_statustext.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /MT\r
+ /U_MT\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ -DDRIVER\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ -DEXPORT_AL_SYMBOLS\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\al_ca_pnp.c .\al_ci_ca.c .\al_cm_cep.c .\al_dev.c .\al_ioc_pnp.c .\al_mad_pool.c .\al_fmr_pool.c .\al_mgr.c .\al_mr.c .\al_pnp.c .\al_proxy.c .\al_proxy_cep.c .\al_proxy_ioc.c .\al_proxy_subnet.c .\al_proxy_verbs.c .\al_proxy_ndi.c .\al_ndi_cq.c .\al_ndi_cm.c .\al_sa_req.c .\al_smi.c \r
+al_ca_pnp.c\r
+al_ci_ca.c\r
+al_cm_cep.c\r
+al_dev.c\r
+al_ioc_pnp.c\r
+al_mad_pool.c\r
+al_fmr_pool.c\r
+al_mgr.c\r
+al_mr.c\r
+al_pnp.c\r
+al_proxy.c\r
+al_proxy_cep.c\r
+al_proxy_ioc.c\r
+al_proxy_subnet.c\r
+al_proxy_verbs.c\r
+al_proxy_ndi.c\r
+al_ndi_cq.c\r
+al_ndi_cm.c\r
+al_sa_req.c\r
+al_smi.c\r
+ link.exe /lib /out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibal.lib /IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235  /WX /nodefaultlib /machine:amd64 /ltcg @c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\lib.rsp\r
+Microsoft (R) Library Manager Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_av.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_ca.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_ci_ca_shared.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_cm_qp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_common.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_cq.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_dm.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_init.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_mad.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_mcast.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_mgr_shared.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_mr_shared.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_mw.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_pd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_qp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_query.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_reg_svc.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_res_mgr.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_srq.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_sub.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\ib_common.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\ib_statustext.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_ca_pnp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_ci_ca.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_cm_cep.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_dev.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_ioc_pnp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_mad_pool.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_fmr_pool.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_mgr.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_mr.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_pnp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_proxy.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_proxy_cep.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_proxy_ioc.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_proxy_subnet.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_proxy_verbs.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_proxy_ndi.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_ndi_cq.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_ndi_cm.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_sa_req.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\al\kernel\objchk_wlh_amd64\amd64\al_smi.obj \r
+Compiling c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\winverbs\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DEXPORT_WV_SYMBOLS\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\wv_dll.cpp .\wv_provider.cpp \r
+wv_dll.cpp\r
+wv_provider.cpp\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\wv_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\wv_exports.def'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libvendor *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libvendor: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+c:\winddk\6001.18000\bin\verify.src(57) : fatal error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libvendor)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libvendor\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libvendor)\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libvendor\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libopensm *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libopensm: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+c:\winddk\6001.18000\bin\verify.src(57) : fatal error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libopensm)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libopensm\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libopensm)\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\libopensm\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /Iwindows\r
+ /I..\common\r
+ /I..\include\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DEXPORT_DAT_SYMBOLS\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\udat.c .\udat_sr_parser.c .\udat_sources.c \r
+udat.c\r
+udat_sr_parser.c\r
+udat_sources.c\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udat_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udat_exports.def'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\include\r
+ /I..\common\r
+ /Iwindows\r
+ /I..\ibal\r
+ /I..\..\dat\include\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DEXPORT_DAPL_SYMBOLS\r
+ -D_VENDOR_IBAL_\r
+ -DDAPL_MERGE_CM_DTO\r
+ -DDAPL_DBG\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\dapl_init.c .\dapl_name_service.c .\dapl_timer_util.c .\udapl_sources.c \r
+dapl_init.c\r
+dapl_name_service.c\r
+dapl_timer_util.c\r
+udapl_sources.c\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udapl_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udapl_exports.def'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /Iwindows\r
+ /I..\common\r
+ /I..\include\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W1\r
+ /wd4113\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DEXPORT_DAT_SYMBOLS\r
+ -DDAT_EXTENSIONS=1\r
+ /W1\r
+ /wd4113\r
+ /Wp64\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\udat.c .\udat_api.c .\udat_sr_parser.c .\udat_sources.c \r
+udat.c\r
+udat_api.c\r
+udat_sr_parser.c\r
+udat_sources.c\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udat_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udat_exports.def'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\include\r
+ /I..\common\r
+ /Iwindows\r
+ /I..\ibal\r
+ /I..\..\dat\include\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W1\r
+ /wd4113\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DEXPORT_DAPL_SYMBOLS\r
+ -D_VENDOR_IBAL_\r
+ -DDAPL_MERGE_CM_DTO\r
+ -DDAT_EXTENSIONS=1\r
+ -DDAPL_DBG\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\dapl_cno_create.c .\dapl_cno_free.c .\dapl_cno_modify_agent.c .\dapl_cno_query.c .\dapl_cno_wait.c .\dapl_evd_clear_unwaitable.c .\dapl_evd_create.c .\dapl_evd_disable.c .\dapl_evd_enable.c .\dapl_evd_modify_cno.c .\dapl_evd_query.c .\dapl_evd_set_unwaitable.c .\dapl_evd_wait.c .\dapl_init.c .\dapl_lmr_create.c .\udapl_sources.c \r
+dapl_cno_create.c\r
+dapl_cno_free.c\r
+dapl_cno_modify_agent.c\r
+dapl_cno_query.c\r
+dapl_cno_wait.c\r
+dapl_evd_clear_unwaitable.c\r
+dapl_evd_create.c\r
+dapl_evd_disable.c\r
+dapl_evd_enable.c\r
+dapl_evd_modify_cno.c\r
+dapl_evd_query.c\r
+dapl_evd_set_unwaitable.c\r
+dapl_evd_wait.c\r
+dapl_init.c\r
+dapl_lmr_create.c\r
+udapl_sources.c\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udapl_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udapl_exports.def'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\include\r
+ /I..\common\r
+ /I..\udapl-scm\r
+ /I..\udapl\r
+ /I..\udapl\windows\r
+ /I..\ibal-scm\r
+ /I..\ibal\r
+ /I..\..\dat\include\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W1\r
+ /wd4113\r
+ /Wp64\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DEXPORT_DAPL_SYMBOLS\r
+ -D_VENDOR_IBAL_\r
+ -DDAPL_MERGE_CM_DTO\r
+ -DDAT_EXTENSIONS=1\r
+ -DSOCK_CM=1\r
+ -DDAPL_DBG\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\udapl_sources.c \r
+udapl_sources.c\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udapl_scm_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\udapl_scm_exports.def'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DCL_NO_TRACK_MEM\r
+ -DPERFMON_ENABLED\r
+ -DWPP_OLDCC\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\extensions.c .\ib_cm.c .\ibsp_iblow.c .\ibsp_ip.c .\ibsp_mem.c .\ibsp_pnp.c .\ibspdebug.c .\ibspdll.c .\misc.c .\sockinfo.c .\ibsp_duplicate.c .\ibsp_perfmon.c \r
+extensions.c\r
+ib_cm.c\r
+ibsp_iblow.c\r
+ibsp_ip.c\r
+ibsp_mem.c\r
+ibsp_pnp.c\r
+ibspdebug.c\r
+ibspdll.c\r
+misc.c\r
+sockinfo.c\r
+ibsp_duplicate.c\r
+ibsp_perfmon.c\r
+ link.exe /lib /out:..\..\..\bin\user\objchk_wlh_amd64\amd64\ibwsd.lib @c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\lib.rsp\r
+Microsoft (R) Library Manager Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/WX \r
+/nodefaultlib \r
+/machine:amd64 \r
+/ltcg \r
+/def:ibspdll.def \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\extensions.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\ib_cm.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\ibsp_iblow.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\ibsp_ip.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\ibsp_mem.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\ibsp_pnp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\ibspdebug.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\ibspdll.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\misc.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\sockinfo.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\ibsp_duplicate.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\ibsp_perfmon.obj \r
+ Creating library ..\..\..\bin\user\objchk_wlh_amd64\amd64\ibwsd.lib and object ..\..\..\bin\user\objchk_wlh_amd64\amd64\ibwsd.exp\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /MT\r
+ /U_MT\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\user\r
+ /I..\mlxsys\tools\r
+ /I..\tavor_arch_db\r
+ /I..\Hca\verbs\r
+ /I..\Hca\verbs\common\r
+ /I..\mlxsys\mpga\os_dep\win\r
+ /I..\mlxsys\mpga\r
+ /I..\mlxsys\mtl_types\r
+ /I..\mlxsys\mtl_types\win\r
+ /I..\mlxsys\mtl_types\win\win\r
+ /I..\mlxsys\mtl_common\os_dep\win\r
+ /I..\mlxsys\mtl_common\r
+ /I..\mlxsys\mosal\r
+ /I..\mlxsys\mosal\os_dep\win\r
+ /I..\Hca\hcahal\r
+ /I..\hca\hcahal\tavor\r
+ /I..\hca\hcahal\tavor\os_dep\win\r
+ /I..\hca\hcahal\tavor\thhul_hob\r
+ /I..\hca\hcahal\tavor\thhul_pdm\r
+ /I..\hca\hcahal\tavor\thhul_cqm\r
+ /I..\hca\hcahal\tavor\thhul_qpm\r
+ /I..\hca\hcahal\tavor\thhul_srqm\r
+ /I..\hca\hcahal\tavor\thhul_mwm\r
+ /I..\hca\hcahal\tavor\thh_hob\r
+ /I..\hca\hcahal\tavor\thh_srqm\r
+ /I..\hca\hcahal\tavor\thh_qpm\r
+ /I..\hca\hcahal\tavor\thh_cqm\r
+ /I..\hca\hcahal\tavor\util\r
+ /I..\hca\hcahal\tavor\uar\r
+ /I..\hca\hcahal\tavor\uldm\r
+ /I..\hca\hcahal\tavor\udavm\r
+ /I..\hca\hcahal\tavor\eventp\r
+ /I..\hca\hcahal\tavor\mrwm\r
+ /I..\hca\hcahal\tavor\mcgm\r
+ /I..\hca\hcahal\tavor\ddrmm\r
+ /I..\hca\hcahal\tavor\cmdif\r
+ /I..\mlxsys\os_dep\win\tdriver\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /I..\..\..\..\core\al\r
+ /I.\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ -DUMT23108_EXPORTS\r
+ -DIVAPI_THH\r
+ -DMT_LITTLE_ENDIAN\r
+ -D__WIN__\r
+ -D__MSC__\r
+ -D__LITTLE_ENDIAN\r
+ -D__DLL_EXPORTS__\r
+ -Di386\r
+ -DCL_NO_TRACK_MEM\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\mtl_common_ul_sources.c .\mosal_ul_sources.c .\mpga_ul_sources.c .\hh_ul_sources.c .\thhul_ul_sources.c .\vapi_common_ul_sources.c \r
+mtl_common_ul_sources.c\r
+***** The code is being built for __amd64__ architecture *****\r
+mosal_ul_sources.c\r
+mpga_ul_sources.c\r
+hh_ul_sources.c\r
+thhul_ul_sources.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2226) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2226) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2227) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2227) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2355) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2355) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2375) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2375) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2705) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2705) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+vapi_common_ul_sources.c\r
+ link.exe /lib /out:..\..\..\..\bin\user\objchk_wlh_amd64\amd64\vapi.lib /IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235  /WX /nodefaultlib /machine:amd64 /ltcg @c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\objchk_wlh_amd64\amd64\lib.rsp\r
+Microsoft (R) Library Manager Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\objchk_wlh_amd64\amd64\mtl_common_ul_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\objchk_wlh_amd64\amd64\mosal_ul_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\objchk_wlh_amd64\amd64\mpga_ul_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\objchk_wlh_amd64\amd64\hh_ul_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\objchk_wlh_amd64\amd64\thhul_ul_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\objchk_wlh_amd64\amd64\vapi_common_ul_sources.obj \r
+Compiling c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel: TARGETPATH is ..\..\..\..\bin\kernel\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I.\r
+ /I..\..\kernel\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\kernel\r
+ /I..\mlxsys\tools\r
+ /I..\tavor_arch_db\r
+ /I..\Hca\verbs\r
+ /I..\Hca\verbs\common\r
+ /I..\mlxsys\mpga\os_dep\win\r
+ /I..\mlxsys\mpga\r
+ /I..\mlxsys\mtl_types\r
+ /I..\mlxsys\mtl_types\win\r
+ /I..\mlxsys\mtl_types\win\win\r
+ /I..\mlxsys\mtl_common\r
+ /I..\mlxsys\mtl_common\os_dep\win\r
+ /I..\mlxsys\mosal\r
+ /I..\mlxsys\mosal\os_dep\win\r
+ /I..\Hca\hcahal\r
+ /I..\hca\hcahal\tavor\r
+ /I..\hca\hcahal\tavor\util\r
+ /I..\hca\hcahal\tavor\thh_hob\r
+ /I..\hca\hcahal\tavor\cmdif\r
+ /I..\hca\hcahal\tavor\eventp\r
+ /I..\hca\hcahal\tavor\uar\r
+ /I..\hca\hcahal\tavor\mrwm\r
+ /I..\hca\hcahal\tavor\thh_cqm\r
+ /I..\hca\hcahal\tavor\udavm\r
+ /I..\hca\hcahal\tavor\mcgm\r
+ /I..\hca\hcahal\tavor\ddrmm\r
+ /I..\hca\hcahal\tavor\thh_qpm\r
+ /I..\hca\hcahal\tavor\thh_srqm\r
+ /I..\hca\hcahal\tavor\uldm\r
+ /I..\hca\hcahal\tavor\thhul_hob\r
+ /I..\hca\hcahal\tavor\thhul_pdm\r
+ /I..\hca\hcahal\tavor\thhul_cqm\r
+ /I..\hca\hcahal\tavor\thhul_qpm\r
+ /I..\hca\hcahal\tavor\thhul_mwm\r
+ /I..\hca\hcahal\tavor\thhul_srqm\r
+ /I..\hca\hcahal\tavor\os_dep\win\r
+ /I..\mlxsys\os_dep\win\tdriver\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ -DDRIVER\r
+ -D__MSC__\r
+ -D__KERNEL__\r
+ -DMT_KERNEL\r
+ -D__WIN__\r
+ -D__LITTLE_ENDIAN\r
+ -DMT_LITTLE_ENDIAN\r
+ -DMAX_ERROR=4\r
+ -DIVAPI_THH\r
+ -DMTL_MODULE=MDT\r
+ -DUSE_MOSAL\r
+ -DMT_BUILD_LIB\r
+ -D__DLL_EXPORTS__\r
+ -DUSE_KMUTEX\r
+ -DSIMULTANUOUS_DPC\r
+ -DMAP_PHYS_ADDR_VIA_KERNEL\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\mtl_common_kl_sources.c .\mosal_kl_sources.c .\mpga_kl_sources.c .\hh_kl_sources.c .\thh_kl_sources.c .\thhul_kl_sources.c .\vapi_common_kl_sources.c .\tdriver_sources.c \r
+mtl_common_kl_sources.c\r
+***** The code is being built for __amd64__ architecture *****\r
+mosal_kl_sources.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_sync.c(593) : warning C4996: 'RtlEnlargedIntegerMultiply' was declared deprecated\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_sync.c(593) : warning C4996: 'RtlEnlargedIntegerMultiply' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\wdm.h(7643) : see declaration of 'RtlEnlargedIntegerMultiply'\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_sync.c(617) : warning C4996: 'RtlEnlargedIntegerMultiply' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_sync.c(617) : warning C4996: 'RtlEnlargedIntegerMultiply' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\wdm.h(7643) : see declaration of 'RtlEnlargedIntegerMultiply'\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(69) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(69) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\ntddk.h(9015) : see declaration of 'HalGetBusDataByOffset'\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(102) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(102) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\ntddk.h(9015) : see declaration of 'HalGetBusDataByOffset'\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(119) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(119) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\ntddk.h(9015) : see declaration of 'HalGetBusDataByOffset'\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(139) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(139) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\ntddk.h(9015) : see declaration of 'HalGetBusDataByOffset'\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(160) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(160) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\ntddk.h(9015) : see declaration of 'HalGetBusDataByOffset'\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(178) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(178) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\ntddk.h(8950) : see declaration of 'HalSetBusDataByOffset'\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(195) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(195) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\ntddk.h(8950) : see declaration of 'HalSetBusDataByOffset'\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(216) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(216) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\ntddk.h(8950) : see declaration of 'HalSetBusDataByOffset'\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(237) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(237) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+ c:\winddk\6001.18000\inc\ddk\ntddk.h(8950) : see declaration of 'HalSetBusDataByOffset'\r
+mpga_kl_sources.c\r
+hh_kl_sources.c\r
+thh_kl_sources.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(599) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(599) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(600) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(600) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1005) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1005) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1005) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1005) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1007) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1007) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1013) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1013) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+thhul_kl_sources.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_pdm\thhul_pdm.c(161) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_pdm\thhul_pdm.c(161) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2226) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2226) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2227) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2227) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2355) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2355) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2375) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2375) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2705) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2705) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+vapi_common_kl_sources.c\r
+tdriver_sources.c\r
+ link.exe /lib /out:..\..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mt23108.lib @c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\lib.rsp\r
+Microsoft (R) Library Manager Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/WX \r
+/nodefaultlib \r
+/machine:amd64 \r
+/ltcg \r
+/def:mt23108.def \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mtl_common_kl_sources.obj c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mosal_kl_sources.obj c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mpga_kl_sources.obj c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\hh_kl_sources.obj c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\thh_kl_sources.obj c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\thhul_kl_sources.obj c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\vapi_common_kl_sources.obj c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\tdriver_sources.obj \r
+ Creating library ..\..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mt23108.lib and object ..\..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mt23108.exp\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I.\\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /I..\vapi\mlxsys\tools\r
+ /I..\vapi\Hca\verbs\r
+ /I..\vapi\Hca\hcahal\r
+ /I..\vapi\mlxsys\mtl_common\r
+ /I..\vapi\mlxsys\mtl_common\os_dep\win\r
+ /I..\vapi\mlxsys\mosal\r
+ /I..\vapi\mlxsys\mosal\os_dep\win\r
+ /I..\vapi\mlxsys\mtl_types\r
+ /I..\vapi\mlxsys\mtl_types\win\r
+ /I..\vapi\mlxsys\mtl_types\win\win\r
+ /I..\vapi\mlxsys\mtl_types\win\win32\r
+ /I..\vapi\Hca\hcahal\tavor\r
+ /I..\vapi\Hca\hcahal\tavor\util\r
+ /I..\vapi\Hca\hcahal\tavor\thhul_hob\r
+ /I..\vapi\Hca\hcahal\tavor\thhul_pdm\r
+ /I..\vapi\Hca\hcahal\tavor\thhul_cqm\r
+ /I..\vapi\Hca\hcahal\tavor\thhul_qpm\r
+ /I..\vapi\Hca\hcahal\tavor\thhul_mwm\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\hw\mt23108\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DIVAPI_THH\r
+ /DCL_NO_TRACK_MEM\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\mlnx_ual_av.c .\mlnx_ual_ca.c .\mlnx_ual_cq.c .\mlnx_ual_main.c .\mlnx_ual_mcast.c .\mlnx_ual_mrw.c .\mlnx_ual_osbypass.c .\mlnx_ual_pd.c .\mlnx_ual_qp.c \r
+mlnx_ual_av.c\r
+mlnx_ual_ca.c\r
+mlnx_ual_cq.c\r
+mlnx_ual_main.c\r
+mlnx_ual_mcast.c\r
+mlnx_ual_mrw.c\r
+mlnx_ual_osbypass.c\r
+mlnx_ual_pd.c\r
+mlnx_ual_qp.c\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\uvpd_exports.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\user\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\uvpd_exports.def'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\user\r
+ /I..\..\..\inc\complib\r
+ /I..\..\..\inc\user\complib\r
+ /I..\..\..\inc\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DCL_NO_TRACK_MEM\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\mt_utils.c \r
+mt_utils.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\user\r
+ /I..\..\..\inc\complib\r
+ /I..\..\..\inc\user\complib\r
+ /I..\..\..\inc\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DCL_NO_TRACK_MEM\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\mlnx_ual_av.c .\mlnx_ual_ca.c .\mlnx_ual_cq.c .\mlnx_ual_main.c .\mlnx_ual_mcast.c .\mlnx_ual_mrw.c .\mlnx_ual_osbypass.c .\mlnx_ual_pd.c .\mlnx_ual_qp.c .\mlnx_ual_srq.c .\mlnx_uvp_debug.c .\mlnx_uvp.c .\mlnx_uvp_ah.c .\mlnx_uvp_cq.c .\mlnx_uvp_memfree.c .\mlnx_uvp_qp.c .\mlnx_uvp_srq.c .\mlnx_uvp_verbs.c \r
+mlnx_ual_av.c\r
+mlnx_ual_ca.c\r
+mlnx_ual_cq.c\r
+mlnx_ual_main.c\r
+mlnx_ual_mcast.c\r
+mlnx_ual_mrw.c\r
+mlnx_ual_osbypass.c\r
+mlnx_ual_pd.c\r
+mlnx_ual_qp.c\r
+mlnx_ual_srq.c\r
+mlnx_uvp_debug.c\r
+mlnx_uvp.c\r
+mlnx_uvp_ah.c\r
+mlnx_uvp_cq.c\r
+mlnx_uvp_memfree.c\r
+mlnx_uvp_qp.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\mlnx_uvp_qp.c(991) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\mlnx_uvp_qp.c(991) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+mlnx_uvp_srq.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\mlnx_uvp_srq.c(316) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\mlnx_uvp_srq.c(316) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+mlnx_uvp_verbs.c\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\mlnx_uvp.def'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\r
+NMAKE : fatal error U1073: don't know how to make 'objchk_wlh_amd64\amd64\mlnx_uvp.def'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+cl.exe /Iamd64\ /I. /Ic:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt /D_WIN64 /D_AMD64_ /DAMD64 /DCONDITION_HANDLING=1 /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700 /DWIN32_LEAN_AND_MEAN=1 /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK /D_DLL=1 /D_MT=1 -DUNICODE -D_UNICODE /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 /c /Zc:wchar_t- /Zl /Zp8 /Gy /W4 /Wp64 /EHs-c- /GR- /GF /GS /Z7 /Od /Oi /GL /Z7 /DKMDF_MAJOR_VERSION=01 /DKMDF_MINOR_VERSION=007 /homeparams /FIC:\WinDDK\6001.18000\inc\api\warning.h /YlIbInstaller /Ycstdafx.h /Fpc:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\stdafx.pch /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\stdafx.obj" /Tp\r
+#include "stdafx.h"\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl \r
+ /Iamd64\\r
+ /I.\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ -DUNICODE\r
+ -D_UNICODE\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ /YlIbInstaller /Ycstdafx.h /Fpc:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\stdafx.pch /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\stdafx.obj"\r
+pch_hdr.src\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ -DUNICODE\r
+ -D_UNICODE\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ /Yustdafx.h\r
+ /Fpc:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\stdafx.pch\r
+ .\ibinstaller.cpp \r
+ibinstaller.cpp\r
+ link.exe /lib /out:..\..\..\bin\user\objchk_wlh_amd64\amd64\IbInstaller.lib @c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\lib.rsp\r
+Microsoft (R) Library Manager Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/WX \r
+/nodefaultlib \r
+/machine:amd64 \r
+/ltcg \r
+/def:IbInstaller.def \r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\ibinstaller.obj \r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\stdafx.obj \r
+ Creating library ..\..\..\bin\user\objchk_wlh_amd64\amd64\IbInstaller.lib and object ..\..\..\bin\user\objchk_wlh_amd64\amd64\IbInstaller.exp\r
+Compiling c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+c:\winddk\6001.18000\bin\verify.src(57) : fatal error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user)\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\core\complib\user directory *************\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\core\al\user directory *************\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel: TARGETPATH is ..\..\..\bin\kernel\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ibbus.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\ibbus.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /DNDEBUG  -DDRIVER -DDEPRECATE_DDK_FUNCTIONS -DNEED_CL_OBJ /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I..\..\..\inc /I..\..\..\inc\kernel /I..\..\al /I..\..\al\kernel /Ic:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\crt .\ibbus.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\kernel\r
+ /I..\..\al\r
+ /I..\..\al\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ -DDRIVER\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ -DNEED_CL_OBJ\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\bus_driver.c .\bus_pnp.c .\bus_port_mgr.c .\bus_iou_mgr.c \r
+bus_driver.c\r
+bus_pnp.c\r
+bus_port_mgr.c\r
+bus_iou_mgr.c\r
+ link.exe /out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibbus.sys /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibbus.sys \r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\ibbus.res \r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\bus_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\bus_pnp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\bus_port_mgr.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\bus_iou_mgr.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibal.lib \r
+bus_driver.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibbus.sys \r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\ibbus.res \r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\bus_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\bus_pnp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\bus_port_mgr.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel\objchk_wlh_amd64\amd64\bus_iou_mgr.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibal.lib \r
+Generating code\r
+Finished generating code\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel: TARGETPATH is ..\..\..\bin\kernel\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ibiou.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\ibiou.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /DNDEBUG  -DDRIVER -DDEPRECATE_DDK_FUNCTIONS -DNEED_CL_OBJ -DWPP_OLDCC /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I..\..\..\inc /I..\..\..\inc\kernel /Ic:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\crt .\ibiou.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ -DDRIVER\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ -DNEED_CL_OBJ\r
+ -DWPP_OLDCC\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\iou_driver.c .\iou_pnp.c .\iou_ioc_mgr.c \r
+iou_driver.c\r
+iou_pnp.c\r
+iou_ioc_mgr.c\r
+ link.exe /out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibiou.sys /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibiou.sys \r
+c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\ibiou.res \r
+c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\iou_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\iou_pnp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\iou_ioc_mgr.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+iou_driver.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibiou.sys \r
+c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\ibiou.res \r
+c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\iou_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\iou_pnp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel\objchk_wlh_amd64\amd64\iou_ioc_mgr.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+Generating code\r
+Finished generating code\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user directory *************\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+c:\winddk\6001.18000\bin\verify.src(57) : fatal error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm)\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+c:\winddk\6001.18000\bin\verify.src(57) : fatal error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest)\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+c:\winddk\6001.18000\bin\verify.src(57) : fatal error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen\r
+c:\winddk\6001.18000\bin\verify.src(57) : error U1050: BLD1004 : MSVCRT lib listed explicitly - use USE_MSVCRT=1 (c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen)\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest: TARGETPATH is ..\..\..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""dapltest.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\..\..\..\inc; /r /fo c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapltest.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I..\..\..\dapl\include /I..\..\..\dat\include /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\dapltest.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\dapl\include\r
+ /I..\..\..\dat\include\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DDYNAMIC_DAT_LOADING\r
+ -DDAT_DLL_NAME=\"datd.dll\"\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\dapl_bpool.c .\dapl_client.c .\dapl_client_info.c .\dapl_cnxn.c .\dapl_endian.c .\dapl_fft_cmd.c .\dapl_fft_connmgt.c .\dapl_fft_dataxfer.c .\dapl_fft_dataxfer_client.c .\dapl_fft_endpoint.c .\dapl_fft_hwconn.c .\dapl_fft_mem.c .\dapl_fft_pz.c .\dapl_fft_queryinfo.c .\dapl_fft_test.c .\dapl_fft_util.c .\dapl_getopt.c .\dapl_limit.c .\dapl_limit_cmd.c .\dapl_main.c .\dapl_mdep.c .\dapl_memlist.c .\dapl_netaddr.c .\dapl_params.c .\dapl_performance_client.c .\dapl_performance_cmd.c .\dapl_performance_server.c .\dapl_performance_stats.c .\dapl_performance_util.c .\dapl_quit_cmd.c .\dapl_server.c .\dapl_server_cmd.c .\dapl_server_info.c .\dapl_test_data.c .\dapl_test_util.c .\dapl_thread.c .\dapl_transaction_cmd.c .\dapl_transaction_stats.c .\dapl_transaction_test.c .\dapl_transaction_util.c .\dapl_util.c \r
+dapl_bpool.c\r
+dapl_client.c\r
+dapl_client_info.c\r
+dapl_cnxn.c\r
+dapl_endian.c\r
+dapl_fft_cmd.c\r
+dapl_fft_connmgt.c\r
+dapl_fft_dataxfer.c\r
+dapl_fft_dataxfer_client.c\r
+dapl_fft_endpoint.c\r
+dapl_fft_hwconn.c\r
+dapl_fft_mem.c\r
+dapl_fft_pz.c\r
+dapl_fft_queryinfo.c\r
+dapl_fft_test.c\r
+dapl_fft_util.c\r
+dapl_getopt.c\r
+dapl_limit.c\r
+dapl_limit_cmd.c\r
+dapl_main.c\r
+Compiling...\r
+dapl_mdep.c\r
+dapl_memlist.c\r
+dapl_netaddr.c\r
+dapl_params.c\r
+dapl_performance_client.c\r
+dapl_performance_cmd.c\r
+dapl_performance_server.c\r
+dapl_performance_stats.c\r
+dapl_performance_util.c\r
+dapl_quit_cmd.c\r
+dapl_server.c\r
+dapl_server_cmd.c\r
+dapl_server_info.c\r
+dapl_test_data.c\r
+dapl_test_util.c\r
+dapl_thread.c\r
+dapl_transaction_cmd.c\r
+dapl_transaction_stats.c\r
+dapl_transaction_test.c\r
+dapl_transaction_util.c\r
+Compiling...\r
+dapl_util.c\r
+ link.exe /out:..\..\..\..\..\bin\user\objchk_wlh_amd64\amd64\dapltest.exe /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/merge:.rdata=.text \r
+/pdbcompress \r
+/STACK:0x80000,0x2000 \r
+/tsaware \r
+/dynamicbase \r
+/subsystem:console,6.00 \r
+/base:@C:\WinDDK\6001.18000\bin\coffbase.txt,usermode64 \r
+/entry:mainCRTStartup \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapltest.res \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_bpool.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_client.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_client_info.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_cnxn.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_endian.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_connmgt.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_dataxfer.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_dataxfer_client.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_endpoint.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_hwconn.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_mem.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_pz.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_queryinfo.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_test.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_util.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_getopt.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_limit.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_limit_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_main.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_mdep.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_memlist.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_netaddr.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_params.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_performance_client.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_performance_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_performance_server.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_performance_stats.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_performance_util.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_quit_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_server.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_server_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_server_info.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_test_data.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_test_util.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_thread.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_transaction_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_transaction_stats.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_transaction_test.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_transaction_util.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_util.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\advapi32.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\kernel32.lib \r
+C:\WinDDK\6001.18000\lib\crt\amd64\msvcrt.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ws2_32.lib \r
+dapl_bpool.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/merge:.rdata=.text \r
+/pdbcompress \r
+/STACK:0x80000,0x2000 \r
+/tsaware \r
+/dynamicbase \r
+/subsystem:console,6.00 \r
+/base:@C:\WinDDK\6001.18000\bin\coffbase.txt,usermode64 \r
+/entry:mainCRTStartup \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapltest.res \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_bpool.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_client.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_client_info.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_cnxn.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_endian.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_connmgt.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_dataxfer.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_dataxfer_client.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_endpoint.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_hwconn.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_mem.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_pz.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_queryinfo.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_test.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_fft_util.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_getopt.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_limit.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_limit_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_main.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_mdep.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_memlist.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_netaddr.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_params.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_performance_client.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_performance_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_performance_server.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_performance_stats.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_performance_util.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_quit_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_server.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_server_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_server_info.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_test_data.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_test_util.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_thread.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_transaction_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_transaction_stats.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_transaction_test.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_transaction_util.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest\objchk_wlh_amd64\amd64\dapl_util.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\advapi32.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\kernel32.lib \r
+C:\WinDDK\6001.18000\lib\crt\amd64\msvcrt.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ws2_32.lib \r
+Generating code\r
+Finished generating code\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat directory *************\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl directory *************\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat directory *************\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl directory *************\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm directory *************\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""dapl2testd.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\..\..\inc; /r /fo c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest\objchk_wlh_amd64\amd64\dapltest.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I. /Iinclude /Imdep\windows /I..\..\dat\include /I%DDK_INC_PATH% /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\dapltest.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I.\r
+ /Iinclude\r
+ /Imdep\windows\r
+ /I..\..\dat\include\r
+ /I%DDK_INC_PATH%\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W1\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\dt_cmd.c .\dt_test.c .\dt_common.c .\dt_udapl.c .\dt_mdep.c \r
+dt_cmd.c\r
+dt_test.c\r
+dt_common.c\r
+dt_udapl.c\r
+dt_mdep.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\dat2d.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\dat2d.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""dtest2d.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\..\..\inc; /r /fo c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest\objchk_wlh_amd64\amd64\dtest.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I. /I..\..\dat\include /I../../../../inc /I..\..\..\..\inc\user /IC:\WinDDK\6001.18000\inc\api /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\dtest.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I.\r
+ /I..\..\dat\include\r
+ /I../../../../inc\r
+ /I..\..\..\..\inc\user\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W1\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\dtest.c .\getopt.c \r
+dtest.c\r
+getopt.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\dat2d.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\dat2d.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""dtestxd.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\..\..\inc; /r /fo c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx\objchk_wlh_amd64\amd64\dtestx.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I. /I..\..\dat\include /I../../../../inc /I..\..\..\..\inc\user /IC:\WinDDK\6001.18000\inc\api /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\dtestx.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I.\r
+ /I..\..\dat\include\r
+ /I../../../../inc\r
+ /I..\..\..\..\inc\user\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W1\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\dtestx.c \r
+dtestx.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\dat2d.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\dat2d.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel: TARGETPATH is ..\..\..\bin\kernel\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ipoib.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /DNDEBUG  -DNDIS_MINIPORT_DRIVER -DNDIS_WDM=1  -DDEPRECATE_DDK_FUNCTIONS -DNDIS51_MINIPORT -DNEED_CL_OBJ -DBINARY_COMPATIBLE=0 /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I.. /I..\..\..\inc /I..\..\..\inc\kernel /Ic:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\crt .\ipoib.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ -DNDIS_MINIPORT_DRIVER\r
+ -DNDIS_WDM=1\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ -DNDIS51_MINIPORT\r
+ -DNEED_CL_OBJ\r
+ -DBINARY_COMPATIBLE=0\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\ipoib_driver.c .\ipoib_adapter.c .\ipoib_endpoint.c .\ipoib_port.c .\ipoib_ibat.c \r
+ipoib_driver.c\r
+ipoib_adapter.c\r
+ipoib_endpoint.c\r
+ipoib_port.c\r
+ipoib_ibat.c\r
+ link.exe /out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ipoib.sys /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ipoib.sys \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib.res \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib_adapter.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib_endpoint.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib_port.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib_ibat.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ndis.lib \r
+ipoib_driver.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ipoib.sys \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib.res \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib_adapter.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib_endpoint.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib_port.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel\objchk_wlh_amd64\amd64\ipoib_ibat.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ndis.lib \r
+Generating code\r
+Finished generating code\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel: TARGETPATH is ..\..\..\bin\kernel\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ibsrp.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\ibsrp.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK    -DDEPRECATE_DDK_FUNCTIONS -DSTOR_USE_SCSI_ALIASES  -DNEED_CL_OBJ /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I..\..\..\inc /I..\..\..\inc\kernel /Ic:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\crt .\ibsrp.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /MT\r
+ /U_MT\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ -DSTOR_USE_SCSI_ALIASES\r
+ -DNEED_CL_OBJ\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\srp_connection.c .\srp_data_path.c .\srp_descriptors.c .\srp_driver.c .\srp_event.c .\srp_hba.c .\srp_hca.c .\srp_session.c \r
+srp_connection.c\r
+srp_data_path.c\r
+srp_descriptors.c\r
+srp_driver.c\r
+srp_event.c\r
+srp_hba.c\r
+srp_hca.c\r
+srp_session.c\r
+ link.exe /out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibsrp.sys /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibsrp.sys \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\ibsrp.res \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_connection.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_data_path.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_descriptors.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_event.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_hba.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_hca.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_session.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\scsiwmi.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\storport.lib \r
+srp_connection.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibsrp.sys \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\ibsrp.res \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_connection.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_data_path.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_descriptors.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_event.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_hba.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_hca.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel\objchk_wlh_amd64\amd64\srp_session.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\scsiwmi.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\storport.lib \r
+Generating code\r
+Finished generating code\r
+Linking for c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDLL=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ibwsd.dll"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64\ibspdll.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /DNDEBUG  /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I..\..\..\inc /I..\..\..\inc\user /IC:\WinDDK\6001.18000\inc\ddk /Ic:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\ibspdll.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDLL=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel: TARGETPATH is ..\..\..\bin\kernel\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""qlgcvnic.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\inic.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK    -DNDIS_MINIPORT_DRIVER -DNDIS_WDM=1  -DDEPRECATE_DDK_FUNCTIONS -DNDIS51_MINIPORT -DBINARY_COMPATIBLE=0 -DLBFO_ENABLED=1 /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I.. /I..\..\..\inc /I..\..\..\inc\kernel /Ic:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\crt .\inic.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /MT\r
+ /U_MT\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ -DNDIS_MINIPORT_DRIVER\r
+ -DNDIS_WDM=1\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ -DNDIS51_MINIPORT\r
+ -DBINARY_COMPATIBLE=0\r
+ -DLBFO_ENABLED=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\vnic_driver.c .\vnic_adapter.c .\vnic_ib.c .\vnic_control.c .\vnic_data.c .\vnic_netpath.c .\vnic_viport.c \r
+vnic_driver.c\r
+vnic_adapter.c\r
+vnic_ib.c\r
+vnic_control.c\r
+vnic_data.c\r
+vnic_netpath.c\r
+vnic_viport.c\r
+ link.exe /out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\qlgcvnic.sys /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\qlgcvnic.sys \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\inic.res \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_adapter.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_ib.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_control.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_data.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_netpath.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_viport.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ndis.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibal.lib \r
+vnic_driver.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\qlgcvnic.sys \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\inic.res \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_adapter.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_ib.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_control.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_data.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_netpath.obj \r
+c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel\objchk_wlh_amd64\amd64\vnic_viport.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ndis.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\ibal.lib \r
+Generating code\r
+Finished generating code\r
+Linking for c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDLL=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel: TARGETPATH is ..\..\..\..\bin\kernel\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""mt23108.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mt23108.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /DNDEBUG  -DDRIVER -D__MSC__  -D__KERNEL__ -DMT_KERNEL -D__WIN__ -D__LITTLE_ENDIAN -DMT_LITTLE_ENDIAN  -DMAX_ERROR=4 -DIVAPI_THH  -DMTL_MODULE=MDT -DUSE_MOSAL -DMT_BUILD_LIB -D__DLL_EXPORTS__  -DUSE_KMUTEX -DSIMULTANUOUS_DPC -DMAP_PHYS_ADDR_VIA_KERNEL /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I. /I..\..\kernel /I..\..\..\..\inc /I..\..\..\..\inc\kernel /I..\mlxsys\tools /I..\tavor_arch_db /I..\Hca\verbs /I..\Hca\verbs\common /I..\mlxsys\mpga\os_dep\win /I..\mlxsys\mpga /I..\mlxsys\mtl_types /I..\mlxsys\mtl_types\win /I..\mlxsys\mtl_types\win\win /I..\mlxsys\mtl_common /I..\mlxsys\mtl_common\os_dep\win /I..\mlxsys\mosal /I..\mlxsys\mosal\os_dep\win /I..\Hca\hcahal /I..\hca\hcahal\tavor /I..\hca\hcahal\tavor\util /I..\hca\hcahal\tavor\thh_hob /I..\hca\hcahal\tavor\cmdif /I..\hca\hcahal\tavor\eventp /I..\hca\hcahal\tavor\uar /I..\hca\hcahal\tavor\mrwm /I..\hca\hcahal\tavor\thh_cqm /I..\hca\hcahal\tavor\udavm /I..\hca\hcahal\tavor\mcgm /I..\hca\hcahal\tavor\ddrmm /I..\hca\hcahal\tavor\thh_qpm /I..\hca\hcahal\tavor\thh_srqm /I..\hca\hcahal\tavor\uldm /I..\hca\hcahal\tavor\thhul_hob /I..\hca\hcahal\tavor\thhul_pdm /I..\hca\hcahal\tavor\thhul_cqm /I..\hca\hcahal\tavor\thhul_qpm /I..\hca\hcahal\tavor\thhul_mwm /I..\hca\hcahal\tavor\thhul_srqm /I..\hca\hcahal\tavor\os_dep\win /I..\mlxsys\os_dep\win\tdriver /Ic:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\crt .\mt23108.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ link.exe /out:..\..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mt23108.sys /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/subsystem:native,6.00 \r
+/base:0x10000 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mt23108.sys \r
+..\..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mt23108.exp \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mt23108.res \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mtl_common_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mosal_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mpga_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\hh_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\thh_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\thhul_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\vapi_common_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\tdriver_sources.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+mtl_common_kl_sources.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/subsystem:native,6.00 \r
+/base:0x10000 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mt23108.sys \r
+..\..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mt23108.exp \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mt23108.res \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mtl_common_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mosal_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\mpga_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\hh_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\thh_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\thhul_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\vapi_common_kl_sources.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\objchk_wlh_amd64\amd64\tdriver_sources.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+Generating code\r
+Finished generating code\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel: TARGETPATH is ..\..\..\bin\kernel\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""thca.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /DNDEBUG  -DDRIVER -DDEPRECATE_DDK_FUNCTIONS -D__MSC__  -D__KERNEL__ -D__WIN__ -D__LITTLE_ENDIAN -DMT_LITTLE_ENDIAN  -DUSE_RELAY_MOD_NAME -DMAX_ERROR=4 -DIVAPI_THH  -DMTL_MODULE=HCA /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I..\..\..\inc /I..\..\..\inc\kernel /I..\vapi\tavor_arch_db /I..\vapi\Hca\verbs /I..\vapi\Hca\verbs\common /I..\vapi\mlxsys\mtl_types /I..\vapi\mlxsys\mtl_types\win /I..\vapi\mlxsys\mtl_types\win\win /I..\vapi\mlxsys\mtl_common /I..\vapi\mlxsys\mtl_common\os_dep\win /I..\vapi\mlxsys\mosal /I..\vapi\mlxsys\mosal\os_dep\win /I..\vapi\Hca\hcahal /I..\vapi\Hca\hcahal\tavor /I..\vapi\Hca\hcahal\tavor\os_dep\win /I..\vapi\Hca\hcahal\tavor\thhul_hob /I..\vapi\Hca\hcahal\tavor\thhul_pdm /I..\vapi\Hca\hcahal\tavor\thhul_cqm /I..\vapi\Hca\hcahal\tavor\thhul_qpm /I..\vapi\Hca\hcahal\tavor\thhul_mwm /I..\vapi\Hca\hcahal\tavor\util /I..\vapi\Hca\hcahal\tavor\thh_hob /I..\vapi\Hca\hcahal\tavor\cmdif /I..\vapi\Hca\hcahal\tavor\eventp /I..\vapi\Hca\hcahal\tavor\uar /I..\vapi\Hca\hcahal\tavor\mrwm /I..\vapi\Hca\hcahal\tavor\udavm /I..\vapi\Hca\hcahal\tavor\mcgm /I..\vapi\Hca\hcahal\tavor\ddrmm /I..\vapi\Hca\hcahal\tavor\uldm /I..\vapi\mlxsys\os_dep\win\tdriver /Ic:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\crt .\hca.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\kernel\r
+ /I..\vapi\tavor_arch_db\r
+ /I..\vapi\Hca\verbs\r
+ /I..\vapi\Hca\verbs\common\r
+ /I..\vapi\mlxsys\mtl_types\r
+ /I..\vapi\mlxsys\mtl_types\win\r
+ /I..\vapi\mlxsys\mtl_types\win\win\r
+ /I..\vapi\mlxsys\mtl_common\r
+ /I..\vapi\mlxsys\mtl_common\os_dep\win\r
+ /I..\vapi\mlxsys\mosal\r
+ /I..\vapi\mlxsys\mosal\os_dep\win\r
+ /I..\vapi\Hca\hcahal\r
+ /I..\vapi\Hca\hcahal\tavor\r
+ /I..\vapi\Hca\hcahal\tavor\os_dep\win\r
+ /I..\vapi\Hca\hcahal\tavor\thhul_hob\r
+ /I..\vapi\Hca\hcahal\tavor\thhul_pdm\r
+ /I..\vapi\Hca\hcahal\tavor\thhul_cqm\r
+ /I..\vapi\Hca\hcahal\tavor\thhul_qpm\r
+ /I..\vapi\Hca\hcahal\tavor\thhul_mwm\r
+ /I..\vapi\Hca\hcahal\tavor\util\r
+ /I..\vapi\Hca\hcahal\tavor\thh_hob\r
+ /I..\vapi\Hca\hcahal\tavor\cmdif\r
+ /I..\vapi\Hca\hcahal\tavor\eventp\r
+ /I..\vapi\Hca\hcahal\tavor\uar\r
+ /I..\vapi\Hca\hcahal\tavor\mrwm\r
+ /I..\vapi\Hca\hcahal\tavor\udavm\r
+ /I..\vapi\Hca\hcahal\tavor\mcgm\r
+ /I..\vapi\Hca\hcahal\tavor\ddrmm\r
+ /I..\vapi\Hca\hcahal\tavor\uldm\r
+ /I..\vapi\mlxsys\os_dep\win\tdriver\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ -DDRIVER\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ -D__MSC__\r
+ -D__KERNEL__\r
+ -D__WIN__\r
+ -D__LITTLE_ENDIAN\r
+ -DMT_LITTLE_ENDIAN\r
+ -DUSE_RELAY_MOD_NAME\r
+ -DMAX_ERROR=4\r
+ -DIVAPI_THH\r
+ -DMTL_MODULE=HCA\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\hca_driver.c .\hca_data.c .\hca_direct.c .\hca_mcast.c .\hca_memory.c .\hca_verbs.c .\hca_smp.c \r
+hca_driver.c\r
+hca_data.c\r
+hca_direct.c\r
+hca_mcast.c\r
+hca_memory.c\r
+hca_verbs.c\r
+hca_smp.c\r
+ link.exe /out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\thca.sys /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\thca.sys \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca.res \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_data.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_direct.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_mcast.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_memory.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_verbs.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_smp.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mt23108.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wdmguid.lib \r
+hca_driver.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\thca.sys \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca.res \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_data.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_direct.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_mcast.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_memory.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_verbs.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\kernel\objchk_wlh_amd64\amd64\hca_smp.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mt23108.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wdmguid.lib \r
+Generating code\r
+Finished generating code\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\user directory *************\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel: TARGETPATH is ..\..\..\bin\kernel\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""mthca.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_log.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /DNDEBUG  -DDRIVER -DDEPRECATE_DDK_FUNCTIONS -D__LITTLE_ENDIAN /DDEPRECATE_DDK_FUNCTIONS=1 /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I.. /I..\..\..\inc /I     ..\..\..\inc\kernel /Ic:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\ddk /IC:\WinDDK\6001.18000\inc\crt .\mthca_log.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\r
+ /I    ..\..\..\inc\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ -DDRIVER\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ -D__LITTLE_ENDIAN\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\hca_utils.c ..\mt_utils.c \r
+hca_utils.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_utils.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\inc\r
+ /I    ..\..\..\inc\kernel\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\ddk\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /DNDEBUG\r
+ -DDRIVER\r
+ -DDEPRECATE_DDK_FUNCTIONS\r
+ -D__LITTLE_ENDIAN\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ -cbstring\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\mthca_log.c .\hca_data.c .\hca_direct.c .\hca_driver.c .\hca_mcast.c .\hca_memory.c .\hca_pci.c .\hca_pnp.c .\hca_verbs.c .\mt_cache.c .\mt_device.c .\mt_l2w.c .\mt_memory.c .\mt_packer.c .\mt_reset_tavor.c .\mt_ud_header.c .\mt_uverbs.c .\mt_verbs.c .\mt_pa_cash.c .\mthca_allocator.c .\mthca_av.c .\mthca_catas.c .\mthca_cmd.c .\mthca_cq.c .\mthca_eq.c .\mthca_mad.c .\mthca_main.c .\mthca_mcg.c .\mthca_memfree.c .\mthca_mr.c .\mthca_pd.c .\mthca_profile.c .\mthca_provider.c .\mthca_qp.c .\mthca_srq.c .\mthca_uar.c \r
+mthca_log.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+hca_data.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+hca_direct.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+hca_driver.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+hca_mcast.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+hca_memory.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+hca_pci.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+hca_pnp.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+hca_verbs.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_cache.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_device.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_l2w.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_memory.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_packer.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_reset_tavor.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_ud_header.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_uverbs.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_verbs.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mt_pa_cash.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_allocator.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+Compiling...\r
+mthca_av.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_catas.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_cmd.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_cq.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_eq.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_mad.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_main.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_mcg.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_memfree.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_mr.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_mr.c(879) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_mr.c(879) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+mthca_pd.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_profile.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_provider.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+mthca_qp.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_qp.c(1177) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_qp.c(1177) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+mthca_srq.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_srq.c(188) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_srq.c(188) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_srq.c(717) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_srq.c(717) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_srq.c(717) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_srq.c(717) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+mthca_uar.c\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+ link.exe /out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mthca.sys /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mthca.sys \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_log.res \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_utils.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_utils.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_log.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_data.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_direct.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_mcast.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_memory.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_pci.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_pnp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_verbs.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_cache.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_device.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_l2w.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_memory.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_packer.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_reset_tavor.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_ud_header.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_uverbs.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_verbs.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_pa_cash.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_allocator.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_av.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_catas.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_cq.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_eq.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_mad.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_main.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_mcg.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_memfree.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_mr.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_pd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_profile.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_provider.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_qp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_srq.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_uar.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wdmguid.lib \r
+hca_utils.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/pdbcompress \r
+/STACK:0x40000,0x1000 \r
+/driver \r
+/base:0x10000 \r
+/subsystem:native,6.00 \r
+/entry:GsDriverEntry \r
+/out:..\..\..\bin\kernel\objchk_wlh_amd64\amd64\mthca.sys \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_log.res \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_utils.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_utils.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_log.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_data.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_direct.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_driver.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_mcast.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_memory.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_pci.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_pnp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\hca_verbs.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_cache.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_device.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_l2w.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_memory.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_packer.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_reset_tavor.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_ud_header.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_uverbs.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_verbs.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mt_pa_cash.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_allocator.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_av.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_catas.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_cmd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_cq.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_eq.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_mad.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_main.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_mcg.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_memfree.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_mr.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_pd.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_profile.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_provider.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_qp.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_srq.obj \r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\objchk_wlh_amd64\amd64\mthca_uar.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\BufferOverflowK.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ntoskrnl.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hal.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wmilib.lib \r
+..\..\..\bin\kernel\objchk_wlh_amd64\amd64\complib.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\wdmguid.lib \r
+Generating code\r
+Finished generating code\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user directory *************\r
+Linking for c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDLL=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""IbInstaller.dll"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\ibinstaller.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  -DUNICODE -D_UNICODE /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /Ic:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\ibinstaller.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+.\ibinstaller.rc(40) : fatal error RC1015: cannot open include file 'afxres.h'.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\ibinstaller.rc(40) : error RC1015: cannot open include file 'afxres.h'.\r
+ link.exe /out:..\..\..\bin\user\objchk_wlh_amd64\amd64\IbInstaller.dll /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/merge:.rdata=.text \r
+/pdbcompress \r
+/dynamicbase \r
+/STACK:0x40000,0x1000 \r
+/dll \r
+/base:@C:\WinDDK\6001.18000\bin\coffbase.txt,IbInstaller \r
+/subsystem:console,6.00 \r
+-entry:_DllMainCRTStartup \r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\stdafx.obj \r
+..\..\..\bin\user\objchk_wlh_amd64\amd64\IbInstaller.exp \r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\ibinstaller.res \r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\ibinstaller.obj \r
+C:\WinDDK\6001.18000\lib\crt\amd64\msvcrt.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\setupapi.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\kernel32.lib \r
+stdafx.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/merge:.rdata=.text \r
+/pdbcompress \r
+/dynamicbase \r
+/STACK:0x40000,0x1000 \r
+/dll \r
+/base:@C:\WinDDK\6001.18000\bin\coffbase.txt,IbInstaller \r
+/subsystem:console,6.00 \r
+-entry:_DllMainCRTStartup \r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\stdafx.obj \r
+..\..\..\bin\user\objchk_wlh_amd64\amd64\IbInstaller.exp \r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\ibinstaller.res \r
+c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\ibinstaller.obj \r
+C:\WinDDK\6001.18000\lib\crt\amd64\msvcrt.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\setupapi.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\kernel32.lib \r
+LINK : fatal error LNK1181: cannot open input file 'c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\ibinstaller.res'\r
+link : error LNK1181: cannot open input file 'c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user\objchk_wlh_amd64\amd64\ibinstaller.res'\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\flint.cpp .\flint-tools.cpp \r
+flint.cpp\r
+flint-tools.cpp\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""installsp.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64\installsp.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I..\..\..\inc /I..\..\..\inc\user /Ic:\progra~1\mic977~1\include /Ic:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\installsp.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\progra~1\mic977~1\include\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ -DPERFMON_ENABLED\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\installsp.c \r
+installsp.c\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2143: syntax error : missing ')' before 'type'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2169: '_strset' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2169: '_strset' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2085: '_Str' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2085: '_Str' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2169: 'strcpy' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2169: 'strcpy' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2169: 'strcat' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2169: 'strcat' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : warning C4132: '__in_z' : const object should be initialized\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2085: 'strnlen_s' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2085: 'strnlen_s' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ';' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ';' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(81) : error C2143: syntax error : missing ';' before '{'\r
+c:\winddk\6001.18000\inc\crt\string.h(81) : error C2143: syntax error : missing ';' before '{'\r
+c:\winddk\6001.18000\inc\crt\string.h(82) : error C2065: '_MaxCount' : undeclared identifier\r
+c:\winddk\6001.18000\inc\crt\string.h(82) : error C2065: '_MaxCount' : undeclared identifier\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : fatal error C1003: error count exceeds 100; stopping compilation\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C1003: error count exceeds 100; stopping compilation\r
+ link.exe /out:..\..\..\bin\user\objchk_wlh_amd64\amd64\installsp.exe /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/merge:.rdata=.text \r
+/pdbcompress \r
+/STACK:0x80000,0x2000 \r
+/tsaware \r
+/dynamicbase \r
+/subsystem:console,6.00 \r
+/base:@C:\WinDDK\6001.18000\bin\coffbase.txt,usermode64 \r
+/entry:mainCRTStartup \r
+c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64\installsp.res \r
+c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64\installsp.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\advapi32.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\kernel32.lib \r
+C:\WinDDK\6001.18000\lib\crt\amd64\msvcrt.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ws2_32.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\LoadPerf.lib \r
+LINK : fatal error LNK1181: cannot open input file 'c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64\installsp.obj'\r
+link : error LNK1181: cannot open input file 'c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\objchk_wlh_amd64\amd64\installsp.obj'\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""vstat.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\win\include /r /fo c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user\objchk_wlh_amd64\amd64\vstat.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I..\..\..\inc /I..\..\..\inc\user /Ic:\mshefty\scm\winof\branches\winverbs\tools\vstat\user\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\vstat.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\vstat\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\vstat_main.c \r
+vstat_main.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compile errors: not linking c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user directory *************\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\flint\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\flint\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+c:\winddk\6001.18000\bin\makefile.new(2777) : fatal error U1050: : c:\mshefty\scm\winof\branches\winverbs\tools\flint\user - USE_CRTDLL is not supported. Use USE_MSVCRT=1 instead.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\flint\user\r
+c:\winddk\6001.18000\bin\makefile.new(2777) : error U1050: : c:\mshefty\scm\winof\branches\winverbs\tools\flint\user - USE_CRTDLL is not supported. Use USE_MSVCRT=1 instead.\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\flint\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\mst\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\mst\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+c:\winddk\6001.18000\bin\makefile.new(2777) : fatal error U1050: : c:\mshefty\scm\winof\branches\winverbs\tools\mst\user - USE_CRTDLL is not supported. Use USE_MSVCRT=1 instead.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mst\user\r
+c:\winddk\6001.18000\bin\makefile.new(2777) : error U1050: : c:\mshefty\scm\winof\branches\winverbs\tools\mst\user - USE_CRTDLL is not supported. Use USE_MSVCRT=1 instead.\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\mst\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\spark\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\spark\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+c:\winddk\6001.18000\bin\verify.src(51) : fatal error U1050: BLD1003 : STL lib listed explicitly - use USE_STL=1 (c:\mshefty\scm\winof\branches\winverbs\tools\spark\user)\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\spark\user\r
+c:\winddk\6001.18000\bin\verify.src(51) : error U1050: BLD1003 : STL lib listed explicitly - use USE_STL=1 (c:\mshefty\scm\winof\branches\winverbs\tools\spark\user)\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\spark\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\nsc *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\nsc: TARGETPATH is ..\..\bin\user\objchk_wlh_amd64\r
+c:\winddk\6001.18000\bin\makefile.new(2777) : fatal error U1050: : c:\mshefty\scm\winof\branches\winverbs\tools\nsc - USE_CRTDLL is not supported. Use USE_MSVCRT=1 instead.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\nsc\r
+c:\winddk\6001.18000\bin\makefile.new(2777) : error U1050: : c:\mshefty\scm\winof\branches\winverbs\tools\nsc - USE_CRTDLL is not supported. Use USE_MSVCRT=1 instead.\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\nsc\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ib_send_bw.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\win\include /r /fo c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\objchk_wlh_amd64\amd64\send_bw.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /D__WIN__ /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I.. /I..\..\..\..\inc /I..\..\..\..\inc\user /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\send_bw.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\getopt.c ..\perf_utils.c \r
+getopt.c\r
+perf_utils.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\send_bw.c \r
+send_bw.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ib_send_lat.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\win\include /r /fo c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\objchk_wlh_amd64\amd64\send_lat.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /D__WIN__ /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I.. /I..\..\..\..\inc /I..\..\..\..\inc\user /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\send_lat.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\getopt.c ..\perf_utils.c \r
+getopt.c\r
+perf_utils.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\send_lat.c \r
+send_lat.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ib_write_lat.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\win\include /r /fo c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\objchk_wlh_amd64\amd64\write_lat.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /D__WIN__ /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I.. /I..\..\..\..\inc /I..\..\..\..\inc\user /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\write_lat.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\getopt.c ..\perf_utils.c \r
+getopt.c\r
+perf_utils.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\write_lat.c \r
+write_lat.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ib_write_bw.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\win\include /r /fo c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\objchk_wlh_amd64\amd64\write_bw.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /D__WIN__ /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I.. /I..\..\..\..\inc /I..\..\..\..\inc\user /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\write_bw.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\getopt.c ..\perf_utils.c \r
+getopt.c\r
+perf_utils.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\write_bw.c \r
+write_bw.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ib_read_lat.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\win\include /r /fo c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\objchk_wlh_amd64\amd64\read_lat.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /D__WIN__ /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I.. /I..\..\..\..\inc /I..\..\..\..\inc\user /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\read_lat.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\getopt.c ..\perf_utils.c \r
+getopt.c\r
+perf_utils.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\read_lat.c \r
+read_lat.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""ib_read_bw.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION="""""" /I..\..\win\include /r /fo c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\objchk_wlh_amd64\amd64\read_bw.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /D__WIN__ /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I.. /I..\..\..\..\inc /I..\..\..\..\inc\user /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\read_bw.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\getopt.c ..\perf_utils.c \r
+getopt.c\r
+perf_utils.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\r
+ /I..\..\..\..\inc\r
+ /I..\..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /D__WIN__\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\read_bw.c \r
+read_bw.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tests\alts\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tests\alts\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tests\alts\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tests\alts\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /I..\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tests\alts\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ ..\allocdeallocpd.c ..\alts_misc.c ..\cmtests.c ..\createanddestroycq.c ..\createanddestroyqp.c ..\createdestroyav.c ..\creatememwindow.c ..\ibquery.c ..\madtests.c ..\multisendrecv.c ..\openclose.c ..\querycaattr.c ..\registermemregion.c ..\reregister_hca.c ..\registerpnp.c ..\smatests.c \r
+allocdeallocpd.c\r
+alts_misc.c\r
+cmtests.c\r
+createanddestroycq.c\r
+createanddestroyqp.c\r
+createdestroyav.c\r
+creatememwindow.c\r
+ibquery.c\r
+madtests.c\r
+multisendrecv.c\r
+openclose.c\r
+querycaattr.c\r
+registermemregion.c\r
+reregister_hca.c\r
+registerpnp.c\r
+smatests.c\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tests\alts\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tests\alts\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /I..\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tests\alts\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\alts_main.c \r
+alts_main.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\alts\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\alts\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ rc -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""cmtest.exe"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user\objchk_wlh_amd64\amd64\cmtest.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1   /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /DDBG=1 /D__BUILDMACHINE__=WinDDK   /D_DLL=1 /D_MT=1  /DDEPRECATE_DDK_FUNCTIONS=1 /DMSC_NOOPT /DNTDDI_VERSION=0x06000100 -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""   /I..\..\..\inc /I..\..\..\inc\user /Ic:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user\objchk_wlh_amd64\amd64 /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\api /IC:\WinDDK\6001.18000\inc\crt .\cmtest.rc\r
+Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\cmtest_main.c \r
+cmtest_main.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tests\wsd\user\ttcp *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tests\wsd\user\ttcp: TARGETPATH is ..\..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tests\wsd\user\ttcp\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tests\wsd\user\ttcp\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tests\wsd\user\ttcp\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\ttcp.c \r
+ttcp.c\r
+ link.exe /out:..\..\..\..\bin\user\objchk_wlh_amd64\amd64\ttcp.exe /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\tests\wsd\user\ttcp\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/merge:.rdata=.text \r
+/pdbcompress \r
+/STACK:0x80000,0x2000 \r
+/tsaware \r
+/dynamicbase \r
+/subsystem:console,6.00 \r
+/base:@C:\WinDDK\6001.18000\bin\coffbase.txt,usermode64 \r
+/entry:mainCRTStartup \r
+c:\mshefty\scm\winof\branches\winverbs\tests\wsd\user\ttcp\objchk_wlh_amd64\amd64\ttcp.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\advapi32.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\kernel32.lib \r
+C:\WinDDK\6001.18000\lib\crt\amd64\msvcrt.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ws2_32.lib \r
+ttcp.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/merge:.rdata=.text \r
+/pdbcompress \r
+/STACK:0x80000,0x2000 \r
+/tsaware \r
+/dynamicbase \r
+/subsystem:console,6.00 \r
+/base:@C:\WinDDK\6001.18000\bin\coffbase.txt,usermode64 \r
+/entry:mainCRTStartup \r
+c:\mshefty\scm\winof\branches\winverbs\tests\wsd\user\ttcp\objchk_wlh_amd64\amd64\ttcp.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\advapi32.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\kernel32.lib \r
+C:\WinDDK\6001.18000\lib\crt\amd64\msvcrt.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ws2_32.lib \r
+Generating code\r
+Finished generating code\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\progra~1\mic977~1\include\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""\r
+ -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""\r
+ -DVER_FILEMAJORVERSION=1\r
+ -DVER_FILEMINORVERSION=0\r
+ -DVER_FILEBUILD=0\r
+ -DVER_FILEREV=0\r
+ -DVER_PROVIDER="""OpenIB"""\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W4\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\printip.c \r
+printip.c\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2143: syntax error : missing ')' before 'type'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : warning C4131: '_strset' : uses old-style declarator\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : warning C4131: '_strset' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2169: '_strset' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2169: '_strset' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2085: '_Str' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2085: '_Str' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : warning C4131: '_strset_s' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : warning C4131: '_strset_s' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : warning C4131: 'strcpy_s' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : warning C4131: 'strcpy_s' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : warning C4131: 'strcpy' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : warning C4131: 'strcpy' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2169: 'strcpy' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2169: 'strcpy' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : warning C4131: 'strcat_s' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : warning C4131: 'strcat_s' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '_Dst' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2082: redefinition of formal parameter 'rsize_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2146: syntax error : missing ',' before identifier '_DstSize'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ')' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : warning C4131: 'strcat' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : warning C4131: 'strcat' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2169: 'strcat' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2169: 'strcat' : intrinsic function, cannot be defined\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '_Dest' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2085: '__in_z' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(77) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : warning C4131: 'strnlen' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : warning C4131: 'strnlen' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ')' before '('\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2091: function returns function\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2085: 'strnlen_s' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2085: 'strnlen_s' : not in formal parameter list\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ';' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2143: syntax error : missing ';' before 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter '_Str'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2082: redefinition of formal parameter 'size_t'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2146: syntax error : missing ',' before identifier '_MaxCount'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(80) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(81) : error C2143: syntax error : missing ';' before '{'\r
+c:\winddk\6001.18000\inc\crt\string.h(81) : error C2143: syntax error : missing ';' before '{'\r
+c:\winddk\6001.18000\inc\crt\string.h(82) : error C2065: '_MaxCount' : undeclared identifier\r
+c:\winddk\6001.18000\inc\crt\string.h(82) : error C2065: '_MaxCount' : undeclared identifier\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(102) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : 'type'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(108) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : error C2059: syntax error : ')'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ')' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing '{' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C2143: syntax error : missing ';' before 'const'\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : fatal error C1003: error count exceeds 100; stopping compilation\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : error C1003: error count exceeds 100; stopping compilation\r
+ link.exe /out:..\..\..\bin\user\objchk_wlh_amd64\amd64\PrintIP.exe /machine:amd64 @c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\objchk_wlh_amd64\amd64\lnk.rsp\r
+Microsoft (R) Incremental Linker Version 8.00.50727.278\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+/MERGE:_PAGE=PAGE \r
+/MERGE:_TEXT=.text \r
+/SECTION:INIT,d \r
+/OPT:REF \r
+/OPT:ICF \r
+/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 \r
+/INCREMENTAL:NO \r
+/release \r
+/NODEFAULTLIB \r
+/WX \r
+/debug \r
+/debugtype:cv,fixup,pdata \r
+/version:6.0 \r
+/osversion:6.0 \r
+/opt:nowin98 \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+/merge:.rdata=.text \r
+/pdbcompress \r
+/STACK:0x80000,0x2000 \r
+/tsaware \r
+/dynamicbase \r
+/subsystem:console,6.00 \r
+/base:@C:\WinDDK\6001.18000\bin\coffbase.txt,usermode64 \r
+/entry:mainCRTStartup \r
+c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\objchk_wlh_amd64\amd64\printip.obj \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\advapi32.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\kernel32.lib \r
+C:\WinDDK\6001.18000\lib\crt\amd64\msvcrt.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\ws2_32.lib \r
+C:\WinDDK\6001.18000\lib\wlh\amd64\Iphlpapi.lib \r
+LINK : fatal error LNK1181: cannot open input file 'c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\objchk_wlh_amd64\amd64\printip.obj'\r
+link : error LNK1181: cannot open input file 'c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\objchk_wlh_amd64\amd64\printip.obj'\r
+Compiling and Linking c:\mshefty\scm\winof\branches\winverbs\tests\limits\user *************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='\r
+c:\mshefty\scm\winof\branches\winverbs\tests\limits\user: TARGETPATH is ..\..\..\bin\user\objchk_wlh_amd64\r
+ cl.exe @c:\mshefty\scm\winof\branches\winverbs\tests\limits\user\objchk_wlh_amd64\amd64\cl.rsp\r
+Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.278 for x64\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+cl /Fo"c:\mshefty\scm\winof\branches\winverbs\tests\limits\user\objchk_wlh_amd64\amd64/"\r
+ /FC\r
+ /Iamd64\\r
+ /I.\r
+ /I..\..\..\inc\r
+ /I..\..\..\inc\user\r
+ /Ic:\mshefty\scm\winof\branches\winverbs\tests\limits\user\objchk_wlh_amd64\amd64\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\api\r
+ /IC:\WinDDK\6001.18000\inc\crt\r
+ /D_WIN64\r
+ /D_AMD64_\r
+ /DAMD64\r
+ /DCONDITION_HANDLING=1\r
+ /DNT_INST=0\r
+ /DWIN32=100\r
+ /D_NT1X_=100\r
+ /DWINNT=1\r
+ /D_WIN32_WINNT=0x0600\r
+ /DWINVER=0x0600\r
+ /D_WIN32_IE=0x0700\r
+ /DWIN32_LEAN_AND_MEAN=1\r
+ /DDEVL=1\r
+ /DDBG=1\r
+ /D__BUILDMACHINE__=WinDDK\r
+ /D_DLL=1\r
+ /D_MT=1\r
+ /DDEPRECATE_DDK_FUNCTIONS=1\r
+ /DMSC_NOOPT\r
+ /DNTDDI_VERSION=0x06000100\r
+ /c\r
+ /Zc:wchar_t-\r
+ /Zl\r
+ /Zp8\r
+ /Gy\r
+ /W3\r
+ /Wp64\r
+ /EHs-c-\r
+ /GR-\r
+ /GF\r
+ /GS\r
+ /Z7\r
+ /Od\r
+ /Oi\r
+ /GL\r
+ /Z7\r
+ /DKMDF_MAJOR_VERSION=01\r
+ /DKMDF_MINOR_VERSION=007\r
+ /homeparams\r
+ /FIC:\WinDDK\6001.18000\inc\api\warning.h\r
+ .\limits_main.c \r
+limits_main.c\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\limits\user\r
+NMAKE : fatal error U1073: don't know how to make '..\..\..\bin\user\objchk_wlh_amd64\amd64\complibd.lib'\r
+Stop.\r
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\limits\user\r
+nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR= failed - rc = 2\r
+\r
diff --git a/branches/winverbs/buildchk_wlh_amd64.wrn b/branches/winverbs/buildchk_wlh_amd64.wrn
new file mode 100644 (file)
index 0000000..e22069f
--- /dev/null
@@ -0,0 +1,103 @@
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\user\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2226) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2227) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2355) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2375) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2705) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\kernel\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_sync.c(593) : warning C4996: 'RtlEnlargedIntegerMultiply' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_sync.c(617) : warning C4996: 'RtlEnlargedIntegerMultiply' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(69) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(102) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(119) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(139) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(160) : warning C4996: 'HalGetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(178) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(195) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(216) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\mlxsys\mosal\os_dep\win\mosal_ntddk.c(237) : warning C4996: 'HalSetBusDataByOffset' was declared deprecated\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(599) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(600) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1005) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1005) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1007) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thh_hob\thh_hob.c(1013) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_pdm\thhul_pdm.c(161) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2226) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2227) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2355) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2375) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mt23108\vapi\hca\hcahal\tavor\thhul_qpm\thhul_qpm.c(2705) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\mlnx_uvp_qp.c(991) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user\mlnx_uvp_srq.c(316) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_mr.c(879) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_qp.c(1177) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_srq.c(188) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_srq.c(717) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mthca_srq.c(717) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)\r
+c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel\mt_atomic.h(18) : warning C4197: 'atomic_t' : top-level volatile in cast is ignored\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : warning C4132: '__in_z' : const object should be initialized\r
+warnings in directory c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user\r
+c:\winddk\6001.18000\inc\crt\string.h(64) : warning C4131: '_strset' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(65) : warning C4131: '_strset_s' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(67) : warning C4131: 'strcpy_s' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(70) : warning C4131: 'strcpy' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(72) : warning C4131: 'strcat_s' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(75) : warning C4131: 'strcat' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(76) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(78) : warning C4131: 'strnlen' : uses old-style declarator\r
+c:\winddk\6001.18000\inc\crt\string.h(109) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(110) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(111) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(112) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(113) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(114) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(115) : warning C4132: '__in_z' : const object should be initialized\r
+c:\winddk\6001.18000\inc\crt\string.h(116) : warning C4132: '__in_z' : const object should be initialized\r
diff --git a/branches/winverbs/buildchk_wnet_AMD64.err b/branches/winverbs/buildchk_wnet_AMD64.err
new file mode 100644 (file)
index 0000000..fd0afb4
--- /dev/null
@@ -0,0 +1,3 @@
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\wvtests\user\r
+tests\wvtests\user\wv_main.obj : error LNK2001: unresolved external symbol IID_IWVProvider\r
+bin\user\objchk_wnet_amd64\amd64\winverb.exe : error LNK1120: 1 unresolved externals\r
diff --git a/branches/winverbs/buildchk_wnet_AMD64.log b/branches/winverbs/buildchk_wnet_AMD64.log
new file mode 100644 (file)
index 0000000..27872f4
--- /dev/null
@@ -0,0 +1,233 @@
+BUILD: Computing Include file dependencies:\r
+BUILD: Examining c:\mshefty\scm\winof\branches\winverbs directory tree for files to compile.\r
+Compiling (NoSync) c:\mshefty\scm\winof\branches\winverbs\tests\wvtests\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 NOPASS0=1 AMD64=1'\r
+cl -nologo  -Iamd64\ -I. -IC:\WINDDK\3790~1.183\inc\mfc42 -I..\..\..\inc -I..\..\..\inc\user -Iobjchk_wnet_AMD64\amd64 -IC:\WINDDK\3790~1.183\inc\wnet -IC:\WINDDK\3790~1.183\inc\wnet -IC:\WINDDK\3790~1.183\inc\crt -IC:\WINDDK\3790~1.183\inc\wnet\crt\stl60 -D_WIN64 -D_AMD64_ -DAMD64   -DCONDITION_HANDLING=1   -DNT_INST=0 -DWIN32=100 -D_NT1X_=100 -DWINNT=1 -D_WIN32_WINNT=0x0502 /DWINVER=0x0502 -D_WIN32_IE=0x0603    -DWIN32_LEAN_AND_MEAN=1 -D_AMD64_SIMULATOR_PERF_ -D_SKIP_IF_SIMULATOR_ -D_AMD64_SIMULATOR_ -D_AMD64_WORKAROUND_ -DDEVL=1 -DDBG=1 -D__BUILDMACHINE__=WinDDK  -DNDEBUG -D_DLL=1 -D_MT=1  -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""     /c /Zl /Zp8 /Gy  /W3 /Wp64 /WX     /EHs-c-  /GR- /GF /GS -Z7 /Od /Oi  -Z7   /EHsc -d2home -FIC:\WINDDK\3790~1.183\inc\wnet\warning.h     .\wv_main.cpp \r
+cl : Command line warning D9025 : overriding '/EHs-' with '/EHs'\r
+cl : Command line warning D9025 : overriding '/EHc-' with '/EHc'\r
+wv_main.cpp\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\core\complib\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\core\al\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\flint\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\mst\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\spark\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\nsc directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\alts\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\wsd\user\ttcp directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\limits\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\wvtests\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= AMD64=1'\r
+       link -out:..\..\..\bin\user\objchk_wnet_AMD64\amd64\winverb.exe -machine:amd64 @C:\DOCUME~1\mshefty\LOCALS~1\Temp\nm2A5.tmp\r
+Microsoft (R) Incremental Linker Version 8.00.40310.39\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+\r
+-MERGE:_PAGE=PAGE \r
+-MERGE:_TEXT=.text \r
+-SECTION:INIT,d \r
+-OPT:REF \r
+-OPT:ICF \r
+-IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218 \r
+-INCREMENTAL:NO \r
+-FULLBUILD \r
+/release \r
+-NODEFAULTLIB \r
+/WX \r
+-debug \r
+-debugtype:cv \r
+-version:5.2 \r
+-osversion:5.2 \r
+-debug \r
+-debugtype:cv,fixup,pdata \r
+/opt:nowin98 \r
+C:\WINDDK\3790~1.183\lib\wnet\amd64\hotpatch.obj \r
+/functionpadmin:6 \r
+-merge:.rdata=.text \r
+/pdbcompress \r
+-STACK:0x80000,0x2000 \r
+/tsaware \r
+-subsystem:console,4.00 \r
+-base:@C:\WINDDK\3790~1.183\bin\coffbase.txt,usermode64 \r
+-entry:mainCRTStartup \r
+objchk_wnet_AMD64\amd64\wv_main.obj \r
+C:\WINDDK\3790~1.183\lib\wnet\amd64\BufferOverflowU.lib \r
+C:\WINDDK\3790~1.183\lib\crt\amd64\msvcrt.lib \r
+C:\WINDDK\3790~1.183\lib\crt\amd64\msvcprt.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\amd64\advapi32.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\amd64\kernel32.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\amd64\ntdll.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\amd64\kernel32.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\amd64\advapi32.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\amd64\user32.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\amd64\ole32.lib \r
+..\..\..\bin\user\objchk_wnet_AMD64\amd64\winverbsd.lib \r
+wv_main.obj : error LNK2001: unresolved external symbol IID_IWVProvider\r
+..\..\..\bin\user\objchk_wnet_AMD64\amd64\winverb.exe : fatal error LNK1120: 1 unresolved externals\r
+       echo Skip Binplace:\r
+Skip Binplace:\r
+\r
+Stop.\r
diff --git a/branches/winverbs/buildchk_wnet_AMD64.wrn b/branches/winverbs/buildchk_wnet_AMD64.wrn
new file mode 100644 (file)
index 0000000..af4ea65
--- /dev/null
@@ -0,0 +1,2 @@
+cl : warning D9025 : overriding '/EHs-' with '/EHs'\r
+cl : warning D9025 : overriding '/EHc-' with '/EHc'\r
diff --git a/branches/winverbs/buildchk_wnet_x86.err b/branches/winverbs/buildchk_wnet_x86.err
new file mode 100644 (file)
index 0000000..c2985af
--- /dev/null
@@ -0,0 +1,3 @@
+errors in directory c:\mshefty\scm\winof\branches\winverbs\tests\wvtests\user\r
+tests\wvtests\user\wv_main.obj : error LNK2001: unresolved external symbol _IID_IWVProvider\r
+bin\user\objchk_wnet_x86\i386\winverb.exe : error LNK1120: 1 unresolved externals\r
diff --git a/branches/winverbs/buildchk_wnet_x86.log b/branches/winverbs/buildchk_wnet_x86.log
new file mode 100644 (file)
index 0000000..88bdc63
--- /dev/null
@@ -0,0 +1,228 @@
+BUILD: Computing Include file dependencies:\r
+BUILD: Examining c:\mshefty\scm\winof\branches\winverbs directory tree for files to compile.\r
+Compiling (NoSync) c:\mshefty\scm\winof\branches\winverbs\tests\wvtests\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 NOPASS0=1 386=1'\r
+cl -nologo -Ii386\ -I. -IC:\WINDDK\3790~1.183\inc\mfc42 -I..\..\..\inc -I..\..\..\inc\user -Iobjchk_wnet_x86\i386 -IC:\WINDDK\3790~1.183\inc\wnet -IC:\WINDDK\3790~1.183\inc\wnet -IC:\WINDDK\3790~1.183\inc\crt -IC:\WINDDK\3790~1.183\inc\wnet\crt\stl60 -D_X86_=1 -Di386=1  -DSTD_CALL -DCONDITION_HANDLING=1   -DNT_INST=0 -DWIN32=100 -D_NT1X_=100 -DWINNT=1 -D_WIN32_WINNT=0x0502 /DWINVER=0x0502 -D_WIN32_IE=0x0603    -DWIN32_LEAN_AND_MEAN=1 -DDEVL=1 -DDBG=1 -D__BUILDMACHINE__=WinDDK -DFPO=0  -DNDEBUG -D_DLL=1 -D_MT=1  -DIB_COMPANYNAME="""OpenFabrics\x20Alliance"""  -DIB_PRODUCTNAME="""OpenFabrics\x20Windows"""  -DVER_FILEMAJORVERSION=1  -DVER_FILEMINORVERSION=0  -DVER_FILEBUILD=0  -DVER_FILEREV=0  -DVER_PROVIDER="""OpenIB"""     /c /Zl /Zp8 /Gy /Gm-  /W3 /WX /Gz  /GX-  /GR- /GF /GS /G6 /Ze /Gi- /QIfdiv- /hotpatch -Z7 /Od /Oi  /Oy-   /EHsc -FIC:\WINDDK\3790~1.183\inc\wnet\warning.h     .\wv_main.cpp \r
+wv_main.cpp\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\core\complib\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\core\al\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\core\bus\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\core\iou\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\core\winverbs\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\opensm directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\osmtest directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\opensm\user\ibtrapgen directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\test\udapl\dapltest directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dat\udat directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl\dapl\udapl directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dat\udat directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\dapl\udapl_scm directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dapltest directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtest directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\dapl2\test\dtestx directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\ipoib\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\srp\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\wsd\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\ulp\qlgcvnic\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\hw\mthca\kernel directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\hw\mthca\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\coinstaller\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\fwupdate\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\wsdinstall\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\vstat\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\mtcr\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= MAKEDLL=1 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\flint\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\mst\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\spark\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\nsc directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_bw directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\send_lat directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_lat directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\write_bw directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_lat directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tools\perftests\user\read_bw directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\alts\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\cmtest\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\wsd\user\ttcp directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\ibat\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\limits\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+\r
+Stop.\r
+Linking c:\mshefty\scm\winof\branches\winverbs\tests\wvtests\user directory ********************\r
+'nmake.exe /nologo BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'\r
+       link -out:..\..\..\bin\user\objchk_wnet_x86\i386\winverb.exe -machine:ix86 @C:\DOCUME~1\mshefty\LOCALS~1\Temp\nm2A3.tmp\r
+Microsoft (R) Incremental Linker Version 7.10.4035\r
+Copyright (C) Microsoft Corporation.  All rights reserved.\r
+\r
+-MERGE:_PAGE=PAGE \r
+-MERGE:_TEXT=.text \r
+-SECTION:INIT,d \r
+-OPT:REF \r
+-OPT:ICF \r
+-IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221 \r
+-INCREMENTAL:NO \r
+-FULLBUILD \r
+/release \r
+-NODEFAULTLIB \r
+/WX \r
+-debug \r
+-debugtype:cv \r
+-version:5.2 \r
+-osversion:5.2 \r
+/functionpadmin:5 \r
+/safeseh \r
+/opt:nowin98 \r
+-merge:.rdata=.text \r
+/pdbcompress \r
+-STACK:0x40000,0x2000 \r
+/tsaware \r
+-subsystem:console,4.00 \r
+-base:@C:\WINDDK\3790~1.183\bin\coffbase.txt,usermode \r
+-entry:mainCRTStartup \r
+objchk_wnet_x86\i386\wv_main.obj \r
+C:\WINDDK\3790~1.183\lib\wnet\i386\BufferOverflowU.lib \r
+C:\WINDDK\3790~1.183\lib\crt\i386\msvcrt.lib \r
+C:\WINDDK\3790~1.183\lib\crt\i386\msvcprt.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\i386\advapi32.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\i386\kernel32.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\i386\kernel32.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\i386\advapi32.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\i386\user32.lib \r
+C:\WINDDK\3790~1.183\lib\wnet\i386\ole32.lib \r
+..\..\..\bin\user\objchk_wnet_x86\i386\winverbsd.lib \r
+wv_main.obj : error LNK2001: unresolved external symbol _IID_IWVProvider\r
+..\..\..\bin\user\objchk_wnet_x86\i386\winverb.exe : fatal error LNK1120: 1 unresolved externals\r
+       echo Skip Binplace:\r
+Skip Binplace:\r
+\r
+Stop.\r
diff --git a/branches/winverbs/dirs b/branches/winverbs/dirs
new file mode 100644 (file)
index 0000000..2332668
--- /dev/null
@@ -0,0 +1,6 @@
+DIRS=\\r
+       core    \\r
+       ulp             \\r
+       hw              \\r
+       tools   \\r
+       tests\r