Ask Your Question

greenblood's profile - activity

2014-09-01 03:16:44 -0600 asked a question Problem installing opencv with cuda

Hi, I have installed opencv and with cuda enabled, and all seems to compile ok. But I am getting this error which seems to be opencv related coming up when I try to compile my application-

CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find CUDA: Found unsuitable version "6.0", but required is exact version "5.5" (found /usr/local/cuda)

I had installed and uninstalled cuda 6 previously and installed 5.5 but am still getting this error.

Can anyone help with this?

Cheers

Steve

2014-05-20 10:49:55 -0600 received badge  Student (source)
2014-05-16 06:34:33 -0600 commented question Install problem, ubuntu with virtualbox on win7 64 pc

still stuck at the second 'make' command - i am cd'd into 'release' and ran the instruction cmake -D cmake_build_type=release -D cmake_install_prefix=/usr/local .. which worked fine, but there are no files still in 'release'. so when i run 'make' it is saying there is no make files found and no target specified. What am i doing wrong? I am following the instructions perfectly!

Cheers

Steve

2014-05-15 06:19:40 -0600 commented question Install problem, ubuntu with virtualbox on win7 64 pc

this is a right pain! still not getting anywhere. I'd like to try the gui, but cant find it in the download....

2014-05-15 04:11:26 -0600 commented question Install problem, ubuntu with virtualbox on win7 64 pc

ok thanks for that. i ran that and this time it worked! however, now i at the next step ie type make when in release and it is saying no targets specified and no makefile found? i think those instructions could do with a little padding out so numptys like me can understand without asking daft questions lol

2014-05-15 03:30:19 -0600 commented question Install problem, ubuntu with virtualbox on win7 64 pc

ok, i have messed up here a tad. i made the dir called release then cd into it but i couldnt run the make command, so cd'd back into the opencv-2.4.9 folder and ran make there just in case, and it ran...but then stopped due to this error. i have just cd'd back into release and there is nothing at all in there. i must have made some mistake in following the instructions... i will re-read them and see what happened.

edit- ok i looked back in the history and found that i cd'd into release then ran this - cmake -D cmake_build_type=release -D cmake_install_prefix=/usr/local ./ how do i fix this command to find the makelists in opencv-2.4.9?

2014-05-15 03:00:04 -0600 commented question Install problem, ubuntu with virtualbox on win7 64 pc

Hi berak, many thanks for helping. Can you explain what you mean by clear all temps? do you mean tempory files or folders? where are they likely to be and what are they likely to be called? i have used ls to list all in the opencv-2.4.9 directory and it is not obvious to me, sorry i am such a numpty!

2014-05-14 04:41:31 -0600 received badge  Editor (source)
2014-05-14 03:41:44 -0600 asked a question Install problem, ubuntu with virtualbox on win7 64 pc

Hi peeps,

I am having a problem instaling opencv 2.4.9 on the above. I am getting as far as make instruction and am getting this error-

c++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make[2]: *** 
[modules/gpu/CMakeFiles/opencv_perf_gpu.dir/perf/perf_imgproc.cpp.o] Error 4
make[1]: *** [modules/gpu/CMakeFiles/opencv_perf_gpu.dir/all] Error 2
make: *** [all] Error 2

Any sugestions? I have tried increasing thememory on the virtualbox.

Cheers

Steve