当前位置: 技术问答>linux和unix
开发平台gdbserver的使用
来源: 互联网 发布时间:2016-06-29
本文导语: 我打算交叉调试 在开发板上面移植了安装好的arm-linux-gdbserver 但是在开发板上使用arm-linux-gdbserver之后出现以下错误: arm-linux-gdbserver:relocation error:/lib/libthread_db.so.1:symbol __libc_write,version GLIBC_PRIVATE not defined in fil...
我打算交叉调试 在开发板上面移植了安装好的arm-linux-gdbserver
但是在开发板上使用arm-linux-gdbserver之后出现以下错误:
arm-linux-gdbserver:relocation error:/lib/libthread_db.so.1:symbol __libc_write,version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
刚开始以为是版本不匹配的问题,开发板的gcc版本是3.4.6
我就重新下了一个gdb 6.6的,还是出同样的问题。
望各位高手大大赐教。^^
但是在开发板上使用arm-linux-gdbserver之后出现以下错误:
arm-linux-gdbserver:relocation error:/lib/libthread_db.so.1:symbol __libc_write,version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
刚开始以为是版本不匹配的问题,开发板的gcc版本是3.4.6
我就重新下了一个gdb 6.6的,还是出同样的问题。
望各位高手大大赐教。^^
|
libthread.so 和libthread_db.so.1 版本不对应吧?
这两个库包含在glibc中, 请check一下glibc的版本,我知道4.2以上不会有问题的。
要不找人要个库也行。
这两个库包含在glibc中, 请check一下glibc的版本,我知道4.2以上不会有问题的。
要不找人要个库也行。