佚名通过本文主要向大家介绍了arm9开发板,arm9 s3c2440开发板,arm9开发板哪家好,arm9嵌入式开发板,周立功arm9开发板等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题:arm9开发板加载完后,按enter键报错
描述:
zqs@zqs:/usr/local/tslib/bin$ file ts_calibrate
ts_calibrate: ELF 32-bit LSB executable, ARM, version 1, dynamically linked (uses shared libs), for GNU/Linux 2.4.3, not stripped
将这个可执行程序移植到开发板上运行,结果开发板加载完内核提示按enter键,按了之后报错如下:
Please press Enter to activate this console.
ts_calibrate: /lib/libdl.so.2: version `GLIBC_2.1' not found (required by /lib/libts-0.0.so.0)
ts_calibrate: /lib/libdl.so.2: version `GLIBC_2.0' not found (required by /lib/libts-0.0.so.0)
ts_calibrate: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by /lib/libts-0.0.so.0)
ts_calibrate: /lib/libc.so.6: version `GLIBC_2.1' not found (required by /lib/libts-0.0.so.0)
ts_calibrate: /lib/libc.so.6: version `GLIBC_2.0' not found (required by /lib/libts-0.0.so.0)
我在网上也找了很多资料,但是没有找到关于这个错误,请各位大神指教
描述:
arm库交叉编译移植linux
用的arm9开发板,然后我将一些QTE的库文件加入放到了/lib下,程序也在虚拟机上用3.4.1交叉编译工具进行了编译,文件属性如下:zqs@zqs:/usr/local/tslib/bin$ file ts_calibrate
ts_calibrate: ELF 32-bit LSB executable, ARM, version 1, dynamically linked (uses shared libs), for GNU/Linux 2.4.3, not stripped
将这个可执行程序移植到开发板上运行,结果开发板加载完内核提示按enter键,按了之后报错如下:
Please press Enter to activate this console.
ts_calibrate: /lib/libdl.so.2: version `GLIBC_2.1' not found (required by /lib/libts-0.0.so.0)
ts_calibrate: /lib/libdl.so.2: version `GLIBC_2.0' not found (required by /lib/libts-0.0.so.0)
ts_calibrate: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by /lib/libts-0.0.so.0)
ts_calibrate: /lib/libc.so.6: version `GLIBC_2.1' not found (required by /lib/libts-0.0.so.0)
ts_calibrate: /lib/libc.so.6: version `GLIBC_2.0' not found (required by /lib/libts-0.0.so.0)
我在网上也找了很多资料,但是没有找到关于这个错误,请各位大神指教