help with remote debug!!
Quality Quorum
qqi@world.std.com
Tue Jul 18 05:52:00 GMT 2000
On Tue, 18 Jul 2000 chester@linux.org.tw wrote:
> Hi....!
> I got some confuse about remote debug feature on gdb.
> (I have read some GDB doc).
> Build all of cross-compile in my PC for StrongARM and bootable
> kernel that uses cross-compile.
> Then i do the following command,
> $ arm-unknown-linux-gdb vmlinux
>
> and,
> (gdb) set remotebaud 115200
> (gdb) target remote /dev/ttyS0
> (gdb) run
>
> But it hang on connect to remote target,no message on my terminal.
>
> What can i do for it ?? Or more doc i can study??
Steps are as follows:
1. Find/adapt/develop gdb stub for ARM processor.
2. Hook it up the serial driver on the target.
3. Link it into your image.
4. Activate it upon start up.
>
> Thanks,
> Chester
>
Thanks,
Aleksey
More information about the Gdb
mailing list