Ask Your Question

jst42's profile - activity

2017-03-11 22:15:51 -0600 received badge  Taxonomist
2013-06-05 21:08:45 -0600 received badge  Notable Question (source)
2013-01-30 06:30:49 -0600 received badge  Popular Question (source)
2012-11-01 02:06:15 -0600 received badge  Student (source)
2012-10-30 17:01:03 -0600 asked a question 2.4.3RC - Visual Studio 2012 - CUDA 5.0

Has anyone successfully compiled the 2.4.3 release candidate in MSVC-11 using CUDA 5.0, and if so how did you do it? I get this error message:

1>------ Build started: Project: opencv_core, Configuration: Debug x64 ------ 1> Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/src/cuda/Debug/cuda_compile_generated_matrix_operations.cu.obj 1>nvcc : fatal error : nvcc cannot find a supported cl version. Only MSVC 9.0 and MSVC 10.0 are supported 1> CMake Error at cuda_compile_generated_matrix_operations.cu.obj.cmake:198

I have tried to explicitly identify usage of the MSVC-11 compiler in "nvcc.profile" and in "Cuda 5.0.props", but to no avail.