From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quality Quorum To: chester@linux.org.tw Cc: gdb@sourceware.cygnus.com Subject: Re: help with remote debug!! Date: Tue, 18 Jul 2000 05:52:00 -0000 Message-id: References: X-SW-Source: 2000-07/msg00062.html 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