GDB m68k debug multi-thread application fails: capability not available

2011-01-14 Thread Horvath, Lars Michael
Hello, On a ColdFire (twr-mcf5441x) board, I am trying to debug an application linked with -lpthread, but GDB fails: Starting program: /upcodepr.linux.mcf54415 Reading symbols from /lib/ld.so.1...done. Reading symbols from /lib/libc.so.6...done. Reading symbols from /lib/libpthread.so.0...done. [

GDB 7.2 build fails in m68klinux-nat.c - undeclared symbols

2011-01-14 Thread Horvath, Lars Michael
Hello all, I am trying to build gdb 7.2, but it fails. See errors below. My target is m68k (MCF5441x) and compiler is gcc-4.4.54-eglibc-2.10.54. Kernel target version 2.6.29. gdb 6.8 also fails, but gdb 6.6 succeeded. Obviously the PT_D0... are not defined, but I can't figure out where