I’ve been interested in CUDA for a while and have chosen to start using the CUDA.NET from GASS. I’ve installed al the drivers for CUDA(2.1) and the toolkit and SDK.
I’ve done the starting guide for a project but when I try to build the project he gives the following error:
Error 1 The command “nvcc.exe compute.cu --cubin” exited with code -1. project_CUDANET
(project_CUDANET is the project in which I’m working, compute.cu is the .cu file for the GPU).
The compute.cu file is empty for now. The main .cs file contains only the code discribed in the starting guide.
The example’s give the same error. The CUDA example’s from the SDK and toolkit run fine and fast(around 40 fps for that green fluid example).
I’m running:
Core 2 Duo 2.0 Ghz, 2mb L2
Geforce 8600M GT 256Mb
3 gb ddr2
Visual studio 2008 team suite
Vista with al the updates
dx10
CUDA 2.1 drivers and toolkit and SDK.
Any help or solution?