hi all, i have patch eth.patch to linux-2.6.14 and then compile the kernel on target machine. i run gdbserver on the target machine and run gdb on develop machine.
gdb vmlinux (gdb) target remote 192.168.1.106:6666 Remote debugging using 192.168.1.106:6666 Couldn't establish connection to remote target Remote communication error: Connection reset by peer.
is there anyone met the problem ? please give me an advice thanks