gdb remote debugging problem
Hi All,
I 've been trying to remote debug my an app in my linux box using gdbserver. As soon as I hit "target remote remote_ip: port" from DDD in my host PC, the following msg comes:
<CODE>
(gdb) target remote IP:PORT
`system-supplied DSO at 0x110000' has disappeared; keeping its symbols.
warning: the debug information found in "/home/CvsCode/i30-system/output/i30-rootfs-sarge/lib/ld-2.3.6.so" does not match "/home/CvsCode/i30-system/output/i30-rootfs-sarge/lib/ld-linux.so.2" (CRC mismatch).
0xb7eef7b0 in __gxx_personality_v0 () from /home/CvsCode/i30-system/output/i30-rootfs-sarge/lib/ld-linux.so.2
</CODE>
Can some guru figure out what is going wrong?
Last edited by unev_21; 10-26-2009 at 09:15 AM.
|