Build Log
  

Rebuild started: Project: 3wareDrv, Configuration: Release|Win32

Command Lines
  
Creating temporary file "C:\Users\Greg\AppData\Local\Temp\BAT00000232085252.bat" with contents
[
@echo off

install\makesys 32 rebuild

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"

exit 1

:VCEnd
]
Creating command line "C:\Users\Greg\AppData\Local\Temp\BAT00000232085252.bat"
Output Window
  
Performing Makefile project actions
*********************************************************************
Building 3wareDrv.sys: fre x86
using the command line:   build -e -cf -M
using tools in directory: \devkits\WDK
source files in directory: .
with results in directory: .\Release\x86
*********************************************************************
path contains nonexistant c:\program files\microsoft visual studio 9.0\common7\tools\bin, removing
path contains nonexistant c:\windows\syswow64, removing
BUILD: Compile and Link for x86
BUILD: Loading \devkits\wdk\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Start time: Fri Sep 19 15:22:56 2008
BUILD: Examining c:\devwork\3waredrv directory for files to compile.
    c:\devwork\3waredrv 
BUILD: Saving \devkits\wdk\build.dat...
BUILD: Compiling and Linking c:\devwork\3waredrv directory
Compiling resources - 3waredrv.rc
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.278 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.
cl /Fo"c:\devwork\3waredrv\objfre_wlh_x86\i386/"
   /FC
   
   /Ii386
   /I.
   /Ic:\devwork\3waredrv\objfre_wlh_x86\i386
   /I\devkits\WDK\inc\api
   /I\devkits\WDK\inc\api
   /I\devkits\WDK\inc\ddk
   /I\devkits\WDK\inc\ddk
   /I\devkits\WDK\inc\crt
   /D_X86_=1
   /Di386=1
   
   /DSTD_CALL
   /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
   /D__BUILDMACHINE__=WinDDK
   /DFPO=0
   
   /DNDEBUG
   /D_DLL=1
   /DNDEBUG
   
   /DNTDDI_VERSION=0x06000100
   
   
   
   
   /c
   /Zc:wchar_t-
   /Zl
   /Zp8
   /Gy
   /Gm-
   -cbstring
   /W3
   /WX
   /Gz
   
   
   /hotpatch
   /EHs-c-
   
   /GR-
   /GF
   /GS
   /Zi
   /Oxs
   
   /Oy-
   /Zi
   /Fdc:\devwork\3waredrv\objfre_wlh_x86\i386\
   
   
   /DKMDF_MAJOR_VERSION=01
   /DKMDF_MINOR_VERSION=007
   /FI\devkits\WDK\inc\api\warning.h
   
   
   
   
   
   .\main.cpp .\init.cpp .\smart.cpp .\ioctl.cpp .\srb.cpp .\scsi.cpp .\isr.cpp .\wmi.cpp .\memblks.cpp .\cmdqueue.cpp .\packets.cpp .\firmware.cpp .\hardware.cpp .\eventq.cpp .\logout.cpp .\messages.cpp .\globals.cpp .\misc.cpp .\stats.cpp .\savecmd.cpp 
main.cpp
init.cpp
smart.cpp
ioctl.cpp
srb.cpp
scsi.cpp
isr.cpp
wmi.cpp
memblks.cpp
cmdqueue.cpp
packets.cpp
firmware.cpp
hardware.cpp
eventq.cpp
logout.cpp
messages.cpp
globals.cpp
misc.cpp
stats.cpp
savecmd.cpp
Generating Code...
Linking Executable - objfre_wlh_x86\i386\3waredrv.sys
Microsoft (R) Incremental Linker Version 8.00.50727.278
Copyright (C) Microsoft Corporation.  All rights reserved.
/MERGE:_PAGE=PAGE 
/MERGE:_TEXT=.text 
/SECTION:INIT,d 
/OPT:REF 
/OPT:ICF 
/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221 
/INCREMENTAL:NO 
/release 
/NODEFAULTLIB 
/WX 
/debug 
/debugtype:cv,fixup,pdata 
/version:6.0 
/osversion:6.0 
/functionpadmin:5 
/safeseh 
/pdbcompress 
/STACK:0x40000,0x1000 
/driver 
/base:0x10000 
/subsystem:native,6.00 
/entry:GsDriverEntry@8 
/out:c:\devwork\3waredrv\objfre_wlh_x86\i386\3wareDrv.sys 
c:\devwork\3waredrv\objfre_wlh_x86\i386\3waredrv.res 
c:\devwork\3waredrv\objfre_wlh_x86\i386\main.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\init.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\smart.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\ioctl.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\srb.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\scsi.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\isr.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\wmi.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\memblks.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\cmdqueue.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\packets.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\firmware.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\hardware.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\eventq.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\logout.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\messages.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\globals.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\misc.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\stats.obj 
c:\devwork\3waredrv\objfre_wlh_x86\i386\savecmd.obj 
\devkits\WDK\lib\wlh\i386\BufferOverflowK.lib 
\devkits\WDK\lib\wlh\i386\ntoskrnl.lib 
\devkits\WDK\lib\wlh\i386\hal.lib 
\devkits\WDK\lib\wlh\i386\wmilib.lib 
\devkits\WDK\lib\wlh\i386\scsiport.lib 
\devkits\WDK\lib\wlh\i386\scsiwmi.lib 
BUILD: Finish time: Fri Sep 19 15:23:00 2008
BUILD: Done
    2 files compiled - 2 Warnings - 21 LPS
    1 executable built
................................................
Signability test complete.
Errors:
None
Warnings:
None
Catalog generation complete.
c:\DevWork\3wareDrv\RELEASE\X86\amccdrv9.cat
The following certificate was selected:
    Issued to: AMCC
    Issued by: VeriSign Class 3 Code Signing 2004 CA
    Expires:   6/12/2009 4:59:59 PM
    SHA1 hash: FE5F598DF347B8BEF9085D3D783DE362019BAA8E
Done Adding Additional Store
Attempting to sign: .\Release\x86\amccdrv9.cat
Successfully signed and timestamped: .\Release\x86\amccdrv9.cat
Number of files successfully Signed: 1
Number of warnings: 0
Number of errors: 0
The following certificate was selected:
    Issued to: AMCC
    Issued by: VeriSign Class 3 Code Signing 2004 CA
    Expires:   6/12/2009 4:59:59 PM
    SHA1 hash: FE5F598DF347B8BEF9085D3D783DE362019BAA8E
Done Adding Additional Store
Attempting to sign: .\Release\x86\3wareDrv.sys
Successfully signed and timestamped: .\Release\x86\3wareDrv.sys
Number of files successfully Signed: 1
Number of warnings: 0
Number of errors: 0
Results
  
Build log was saved at "file://c:\DevWork\3wareDrv\Release\x86\BuildLog.htm"
3wareDrv - 0 error(s), 0 warning(s)