How to compile the CUDA project (from CUDA 3.0 examples) in the Visual Studio 2010??
I have this error:
1> nvcc fatal : nvcc cannot find a supported cl version. Only MSVC 8.0 and MSVC 9.0 are supported
Please, help me!
How to compile the CUDA project (from CUDA 3.0 examples) in the Visual Studio 2010??
I have this error:
1> nvcc fatal : nvcc cannot find a supported cl version. Only MSVC 8.0 and MSVC 9.0 are supported
Please, help me!
Would a parallel installation of Visual C++ 2008 Express (compiler only, no IDE) help? Of course it will be hard to find a 64 bit compiler… but still.
Alternatively the Windows SDK might be coming with a suitable compiler.
Then the CUDA build rules could be modified to use this compiler instead.