Hi,
I worked on DM8168 evm board, and i use gdbserver to debug the dvrrdk demo.
and the following error appeared.
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
and i write a simple programm, ti works ok.
It seems that gdbserver debug multi-thread programm ,goes error!
as different lib version,
and i tried use the cross-tools lib to instead the filesystem lib, gdbserver go well, however the dvrrdk_multi_chan_mfc.out demo
can not works well.
How to solve the gdbserver problem , my gdb download from wiki which ti gives link.
thank you!