Hi,
My attempt to compile with nvcc fails: “nvcc fatal: nvcc cannot find a supported cl version. Only MSVC 8.0 and MSVC 9.0 are supported”
The configuration that I am using is: MCVC 10.0, x86_ia64 machine, Windows-7/64-bits, CUDA Toolkit v3.2
Any idea when nvcc is going to support MSVC 10.0?
Is there any workaround, or is there any beta version of nvcc that I can try?
Hi,
My attempt to compile with nvcc fails: “nvcc fatal: nvcc cannot find a supported cl version. Only MSVC 8.0 and MSVC 9.0 are supported”
The configuration that I am using is: MCVC 10.0, x86_ia64 machine, Windows-7/64-bits, CUDA Toolkit v3.2
Any idea when nvcc is going to support MSVC 10.0?
Is there any workaround, or is there any beta version of nvcc that I can try?
You can build applications with VS2010 if you specify “90” in the general options in project properties. But you need MSVC9.0 installed on your computer (using VS2008 Express for example).
You can build applications with VS2010 if you specify “90” in the general options in project properties. But you need MSVC9.0 installed on your computer (using VS2008 Express for example).