Hello everyone,
I'm trying to cross-compile an example of OpenCV 2.4.3 executing this:
arm-linux-gnueabi-g++ main.cpp -o test1 `pkg-config opencv --libs` `pkg-config opencv --cflags`.
It returns the following error:
/usr/local/lib/libopencv_calib3d.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
I already got the OpenCV libs compiled for ARM, and I'm using a wandoboard.