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]
Other format: [Raw text]

Re: arm-linux-gdb show "Don't know how to run"


On Mon, May 02, 2005 at 02:40:02AM +0800, Τ¶«É½ wrote:
> 1. I have install gdb5.3 as follow:
>    ./configure --target=arm-linux

This is a cross debugger.

> (gdb) run
> Starting program:
> /friendly-arm/root/examples/hello/hello
> Don't know how to run.  Try "help target".

You have to tell it how to connect to your target.  For arm-linux, you
should probably read the documentation for "gdbserver".

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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