This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: help with remote debug!!




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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]