I want to debug oscam with gdb on OpenPLi 4 (vuduo2).
gdb is available as a package, that is great, but I stumbled upon a problem with threading: "warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available."
The only version of libpthread available on the latest OpenPLi 4 version seems to be 2.19. So it seems to me, that the supplied libthread_db does not match its version. Could this be?
I have also tried using the libs from the toolchain I am using to compile oscam. However, this does not work, too.
How to fix this issues?
And a sidenote: Why is there no gcc package for OpenPLi 4? It would make debuging a lot easier.