This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

porting OpenCV to dm6467



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!