Brand new at this. Running Windows 7 64 bit, MS Visual Studio 2010 (does CUDA support the new version?). VS makes me “convert” the CUDA bandwithTest sample from 2008 to current. When I go to build it, I get
1>------ Build started: Project: bandwidthTest, Configuration: Debug x64 ------
1>Build started 5/7/2010 1:19:00 PM.
1>InitializeBuildStatus:
1> Touching “x64\Debug\bandwidthTest.unsuccessfulbuild”.
1>_CUDA_Build_Rule:
1> Compiling with CUDA Build Rule…
1> The system cannot find the path specified.
1>C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\Cuda.targets(45,5): error MSB3721: The command “echo “$(CUDA_BIN_PATH)\nvcc.exe” -m64 -ccbin “C:\Program Files (x86)\Microsoft Visual Studio 2010\VC\bin” -D_DEBUG -D_WIN32 -I"C:\CUDA\include” -I"./" -I"…/…/common/inc" -I"…/…/…/shared/inc" -I"C:\CUDA\include" -Xcompiler “/EHsc /W3 /nologo /Od /Zi /MTd " -maxrregcount=32 -gencode=arch=compute_10,code="sm_10,compute_10" -gencode=arch=compute_20,code="sm_20,compute_20" --compile -o “$(IntDir)$(InputName).cu.obj” “C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\src\bandwidthTest\bandwidthTest.cu”
1>C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\Cuda.targets(45,5): error MSB3721: “$(CUDA_BIN_PATH)\nvcc.exe” -m64 -gencode=arch=compute_10,code="sm_10,compute_10" -gencode=arch=compute_20,code="sm_20,compute_20" -ccbin “C:\Program Files (x86)\Microsoft Visual Studio 2010\VC\bin” -D_DEBUG -D_WIN32 -I"C:\CUDA\include” -I"./" -I"…/…/common/inc" -I"…/…/…/shared/inc" -I"C:\CUDA\include" -Xcompiler “/EHsc /W3 /nologo /Od /Zi /MTd " -I"C:\CUDA\include” -maxrregcount=32 -gencode=arch=compute_10,code="sm_10,compute_10" -gencode=arch=compute_20,code="sm_20,compute_20" --compile -o “$(IntDir)$(InputName).cu.obj” “C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\src\bandwidthTest\bandwidthTest.cu”" exited with code 1.
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.18
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
please help clueless me…
TdeP