windows - Why can't nvcc find my Visual C++ installation? -
i'm running windows 7 pro x64 on core i5 nvidia 3100m, cuda compatible.
i've tried installing both 32-bit , 64-bit cuda toolkits nvidia, unfortunately either of them cannot compile anything; nvcc says "cannot find supported cl version. msvc 8.0 , msvc 9.0 supported".
i have x86 , x86-64 compilers installed via windows 7 sdk (compiler version 15.00.30729.01 both arches). both compilers operating correctly; i've built , tested c , c++ code using them. i've tried running nvcc command shells set both 32 bit , 64 bit compilation, , using -ccbin command line option nvcc point @ visual c++ install directory.
what right way of handling setup? there way make nvcc more verbose going on? -v flag isn't terrible helpful. ideally way make show finding versus it's expecting find. work better if install visual c++ express instead? or commercial version of vc++ supported use cuda?
it looks didn't install visual studio 2005 or 2008, compiler version number indicates msvc 9.0. simplest way working install visual studiso , believe express work.
also, might want take @ topic on nvidia forum
Comments
Post a Comment