Build Log
  

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

Command Lines
  
Creating temporary file "c:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\projects\template\x64\Debug\BAT0004CB6122104.bat" with contents
[
@echo off

"C:\CUDA\bin\nvcc.exe" -ccbin "C:\Program Files\Microsoft Visual Studio 8\VC\bin" -c -D_DEBUG -DWIN32 -D_CONSOLE -D_MBCS -Xcompiler /EHsc,/W3,/nologo,/Wp64,/Od,/Zi,/RTC1,/MTd -I"C:\CUDA\include" -I./ -I../../common/inc -o Debug\template.obj template.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\NVIDIA Corporation\NVIDIA CUDA SDK\projects\template\x64\Debug\BAT0004CB6122104.bat"""
Creating temporary file "c:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\projects\template\x64\Debug\RSP0004CC6122104.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\vc80.pdb" /W3 /c /Wp64 /Zi /TP ".\template_gold.cpp"
]
Creating command line "cl.exe @"c:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\projects\template\x64\Debug\RSP0004CC6122104.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\projects\template\x64\Debug\RSP0004CD6122104.rsp" with contents
[
/OUT:"../../bin/win64/Debug/template.exe" /INCREMENTAL:NO /LIBPATH:"C:\CUDA\lib" /LIBPATH:"../../common/lib" /MANIFEST /MANIFESTFILE:"x64\Debug\template.exe.intermediate.manifest" /DEBUG /PDB:"x64\Debug/template.pdb" /SUBSYSTEM:CONSOLE /OPT:NOICF /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

".\debug\template.obj"

".\x64\debug\template_gold.obj"
]
Creating command line "link.exe @"c:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\projects\template\x64\Debug\RSP0004CD6122104.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Performing Custom Build Step
template.cu
tmpxft_00000cf8_00000000-3.gpu
tmpxft_00000cf8_00000000-7.gpu
tmpxft_00000cf8_00000000-3.c
tmpxft_00000cf8_00000000-12.i
Compiling...
template_gold.cpp
Linking...
.\debug\template.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
Results
  
Build log was saved at "file://c:\Program Files\NVIDIA Corporation\NVIDIA CUDA SDK\projects\template\x64\Debug\BuildLog.htm"
template - 1 error(s), 0 warning(s)