I'm trying to cross compile and execute a program with zbar library (a well known QR decoder library), When I execute the program in variscite I get this error:
./tcross3: error while loading shared libraries: /mnt/usrcross/lib/libzbar.so.0: internal error
LD_LIBRARY_PATH is set to the libzbar path, that is compiled in 32 bits architecture for ARM.
I tried also libdecodeqr and zxing (C libraries), but i couldn't compile them with opencv.
Any idea?
Thanks