nvcc fatal : Unknown option 'dc' opencv with cuda

asked 2014-04-29 17:24:11 -0600

gauss89 gravatar image

updated 2014-04-29 17:28:28 -0600

Hello,

I am trying to build opencv 2.4.8 with cuda 4.2 I was under the impression that one only has to check with_CUDA to get it working and I did just that it compiled ok but when I tried to process any video or image it would give an error like function (cvImageShow) not implemented. One of the answers mentioned that I need WITH_NVCUVID on, so tried that but I am running into

nvcc fatal : Unknown option 'dc'

problem now.

I am using
Windows 7 64 bit
Visual studio 2010
opencv 2.4.8
cuda 4.2
cmake 2.8.12.2
graphics card Nvidia GForce 9500 GT

edit retag flag offensive close merge delete

Comments

I also forgot to mention that in my prior build without WITH_NVCUID option there was no gpu folder in my build.

gauss89 gravatar imagegauss89 ( 2014-04-29 17:39:27 -0600 )edit