Ask Your Question

vyga's profile - activity

2017-03-16 06:29:43 -0600 received badge  Notable Question (source)
2017-03-16 06:29:43 -0600 received badge  Popular Question (source)
2014-01-08 02:39:08 -0600 asked a question tutorial for crosscompiling opencv applications for rpi

Hi,

I was trying to get working crosscompilation on ubuntu for rpi for 3 months now without success. Have tried lots of tutorials, but non of them is working. Maybe someone knows or have tested/working tutorial and can share it with me?

2013-12-30 14:23:29 -0600 asked a question crosscompiling for rpi (opencv based programs)

I am new to crosscompiling. I have ubuntu and crosscompiling for rpi, have written program using opencv(compilled for arm), but I don't want installing opencv on rpi, because it takes to much place. Is it possible to build/copy needed libraries into program/folder?

Thanks

2013-12-28 18:53:44 -0600 received badge  Scholar (source)
2013-12-28 18:53:27 -0600 commented answer cross compiling opencv - /usr/local/lib/libopencv_core.so: file not recognized: File format not recognized

Hi, thanks, have done that. But now I am getting another error:

/usr/local/lib/libopencv_highgui.so: undefined reference to `__fdelt_chk@GLIBC_2.15'

Do You have an idea what can it be?

2013-11-15 01:39:34 -0600 commented question cross compiling opencv - /usr/local/lib/libopencv_core.so: file not recognized: File format not recognized

someone???

2013-11-14 16:00:00 -0600 asked a question cross compiling opencv - /usr/local/lib/libopencv_core.so: file not recognized: File format not recognized

I am trying to get cross compiling to work on ubuntu. error: **make all Building target: aaaaa Invoking: Cross G++ Linker arm-linux-gnueabihf-g++ -L/usr/local/lib -L/usr/lib -o "aaaaa" ./aaaaa.o -lopencv_core /usr/local/lib/libopencv_core.so: file not recognized: File format not recognized collect2: error: ld returned 1 exit status

make: * [aaaaa] Error 1

blabla@ubuntu:/usr/local/lib$ file libopencv_core.so libopencv_core.so: symbolic link to `/usr/local/lib/libopencv_core.so.2.4'

Have no idea why it is not working :(

2013-11-14 15:52:24 -0600 commented answer Cross compiling opencv using eclipse for pi

LAKSHMI, you mention that you figured it out, can you share the answer; have the same problem and can't figure it out :(