hello,

I am running  gdbserver (build natively for arm) on target and gdb-5.1
cross-debuger on host(build with host=i586target=arm-linux)  and using
procedure mensioned in /gdb/gdbserver/REDME

on target machine doing:
./gdbserver /dev/ttySA0 hello foo.txt

on host doing :

./arm-linux-gdb hello
(gdb) target remote /dev/ttys0
(gdb) load.........success
(gdb) r (even tried with ) c

Continuing
Program Received signal SIGSEGV,Segmentation fault.
0x00000000 in ?? ().

can anybody mail the procedure used to remote debug and command used.

Thanks and regards
Nagaraja


_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to