nagaraja wrote:
> 
> 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

By the way, 'c' is correct...

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

Did you try putting a breakpoint at main, to see if it gets that far?

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

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

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

Reply via email to