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.

gdb 调试dvrrdk



您好!

我用的是DM8168 EVM 板卡,在调试DM8168 rdk的demo时候遇到

gdbserver: error initializing thread_db library: version mismatch between libthread_db and libpthread

gdbserver: error initializing thread_db library: version mismatch between libthread_db and libpthread

gdbserver: error initializing thread_db library: version mismatch between libthread_db and libpthread、

我写了个简单的程序,没有多线程,没有问题。

是不是多线程的库的问题,我直接用gcc的库替换板子上的库,error没有了,但是出现其他问题了,

请教下各位,怎么解决这个问题呢,我用的交叉编译器是随开发板一起寄过来的CD中的,arm 2009q

非常感谢!