Hi, I installed the gdbserver package on my router and rebuilt the pcmcia-cs package with debugging symbols enabled, but I'm still unable to debug that stuff.
I tried the gdb from toolchain_build_mipsel/gdbclient-6.3/gdb and a self compiled package for mipsel (--target=mips-unknown-linux-uclibc --host=i686-linux). Both could connect to the gdb server but don't tell me anything interesting: on the target: ------------------------- gdbserver host:1234 /usr/sbin/cardmgr on the host: ------------------------- $ /usr/local/bin/mips-unknown-linux-uclibc-gdb GNU gdb 6.4 Copyright 2005 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-linux --target=mips-unknown-linux-uclibc". (gdb) target remote 192.168.100.10:1234 Remote debugging using 192.168.100.10:1234 0xffffffffc08aaa2a in ?? () (gdb) cont Continuing. Program received signal SIGSEGV, Segmentation fault. 0xffffffffd4d0b32a in ?? () (gdb) bt #0 0xffffffffd4d0b32a in ?? () (gdb) q What do I need to get more out of this? uclibc binaries on the gdb host or what? bye, Markus
signature.asc
Description: OpenPGP digital signature
_______________________________________________ freewrt-developers mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-developers
