Build Log
  

Build started: Project: compressRLE, Configuration: Debug|x64

Command Lines
  
Creating temporary file "c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\RSP00024522844116.rsp" with contents
[
/Od /I "C:\CUDA\include" /I "./" /I "../../common/inc" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"x64\Debug\\" /Fd"x64\Debug\vc90.pdb" /W3 /c /Wp64 /Zi /TP ".\RLE.cpp"
]
Creating command line "cl.exe @"c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\RSP00024522844116.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\RSP00024622844116.rsp" with contents
[
/OUT:"../../bin/win64/Debug/asyncAPI.exe" /INCREMENTAL:NO /LIBPATH:"C:\CUDA\lib64" /LIBPATH:"../../common/lib" /MANIFEST /MANIFESTFILE:"x64\Debug\asyncAPI.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"x64\Debug/asyncAPI.pdb" /SUBSYSTEM:CONSOLE /OPT:NOICF /DYNAMICBASE:NO /MACHINE:X64 cudart.lib cutil64D.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\x64\Debug\RLE.obj"

".\x64\Debug\RLE.cu.obj"

".\x64\Debug\holger_time.obj"
]
Creating command line "link.exe @"c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\RSP00024622844116.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\RSP00024722844116.rsp" with contents
[
/outputresource:"..\..\bin\win64\Debug\asyncAPI.exe;#1" /manifest

".\x64\Debug\asyncAPI.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\RSP00024722844116.rsp" /nologo"
Creating temporary file "c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\BAT00024822844116.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\x64\Debug\mt.dep"
]
Creating command line """c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\BAT00024822844116.bat"""
Creating temporary file "c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\BAT00024922844116.bat" with contents
[
@echo off

IF EXIST cg_variables.h move cg_variables.h Debug\

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

exit 1

:VCEnd
]
Creating command line """c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\BAT00024922844116.bat"""
Output Window
  
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
RLE.cpp
.\RLE.cpp(40) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
.\RLE.cpp(56) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
.\RLE.cpp(75) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data
.\RLE.cpp(146) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\RLE.cpp(162) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\RLE.cpp(193) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\RLE.cpp(194) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\RLE.cpp(195) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
Linking...
Embedding manifest...
Performing Post-Build Event...
Results
  
Build log was saved at "file://c:\Users\Ahmed\Desktop\NVIDIA GPU Computing SDK\C\src\asyncAPI\x64\Debug\BuildLog.htm"
compressRLE - 0 error(s), 9 warning(s)