Update: I did finally get this working although I couldn't use the gdb binary from your site, I think because I have a distrbution with libc and your binary is compiled with glibc or something. I just did a ./configure --target=arm-linux --host=i686-pc-linux-gnu on the GDB sources and it actually built and worked. Next step for me is get GNU Insight working so I can use a debugger I can actually deal with...