Build Log
  

Rebuild started: Project: testCu, Configuration: Debug|Win32

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

"C:\CUDA\bin\nvcc.exe" -ccbin "c:\Program Files (x86)\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 -I"C:\Program Files (x86)\NVIDIA Corporation\NVIDIA CUDA SDK\common\inc" -o Debug\testCu.obj testCu.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\test\Win32\Debug\BAT0000118282312.bat"""
Output Window
  
Performing Custom Build Step
testCu.cu
"testCu.cu", line 6: error: identifier "printf" is undefined
   printf("ca marche");
   ^
1 error detected in the compilation of "C:\DOCUME~1\ROMAIN~1.ROC\LOCALS~1\Temp/tmpxft_0000021c_00000000-5.ii".
Results
  
Build log was saved at "file://c:\Program Files (x86)\NVIDIA Corporation\NVIDIA CUDA SDK\projects\test\test\Win32\Debug\BuildLog.htm"
testCu - 1 error(s), 0 warning(s)