[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Remote debugging on sa-1110
From: |
Michael Snyder |
Subject: |
Re: Remote debugging on sa-1110 |
Date: |
Thu, 02 May 2002 11:21:53 -0700 |
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.