env:opencv 2.0+arm-none-linux-gnueabi-gcc+ dm6467
I have cross complied the OpenCV's library, and get the executable file.but when I run the file,something happened:
./lena: /lib/tls/libpthread.so.0: version `GLIBC_2.4' not found (required by lib
cv.so.4)
./lena: /lib/tls/libpthread.so.0: version `GLIBC_2.4' not found (required by lib
cxcore.so.4)
./lena: /lib/tls/libpthread.so.0: version `GLIBC_2.4' not found (required by lib
highgui.so.4)
./lena: /lib/tls/libpthread.so.0: version `GLIBC_2.4' not found (required by lib
ml.so.4)
I hope someone can give me some advise ,thank you very much!