Build Log
  

Rebuild started: Project: test, Configuration: Debug|x64

Command Lines
  
Creating temporary file "c:\Program Files (x86)\NVIDIA Corporation\NVIDIA CUDA SDK\projects\test\x64\Debug\BAT00001D28362512.bat" with contents
[
@echo off

nvcc -O2 -IC:\CUDA\include -c -o Debug\test.obj test.cu

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd
]
Creating command line """c:\Program Files (x86)\NVIDIA Corporation\NVIDIA CUDA SDK\projects\test\x64\Debug\BAT00001D28362512.bat"""
Creating temporary file "c:\Program Files (x86)\NVIDIA Corporation\NVIDIA CUDA SDK\projects\test\x64\Debug\RSP00001E28362512.rsp" with contents
[
/OUT:"C:\Program Files (x86)\NVIDIA Corporation\NVIDIA CUDA SDK\projects\test\x64\Debug\test.exe" /LIBPATH:"C:\CUDA\lib" /MANIFEST /MANIFESTFILE:"x64\Debug\test.exe.intermediate.manifest" /MACHINE:X64 cuda.lib cudart.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

".\debug\test.obj"
]
Creating command line "link.exe @"c:\Program Files (x86)\NVIDIA Corporation\NVIDIA CUDA SDK\projects\test\x64\Debug\RSP00001E28362512.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Performing Custom Build Step
nvcc fatal  : nvcc cannot find a supported cl version. Only MSVC 7.1 and MSVC 8.0 are supported
Linking...
LINK : fatal error LNK1181: cannot open input file '.\debug\test.obj'
Results
  
Build log was saved at "file://c:\Program Files (x86)\NVIDIA Corporation\NVIDIA CUDA SDK\projects\test\x64\Debug\BuildLog.htm"
test - 1 error(s), 0 warning(s)