This is the mail archive of the gdb@sourceware.org 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: how to cross-compile gdb for arm?


On 11/28/05, yang xiaoli <alula418@hotmail.com> wrote:
> I'll corss-compile gdb for arm board, will use gdb to debug on arm board.
> I use gdb6.0 or gdb6.3 and configure with:
> CC=arm-linux-gcc ../gdb-6.3/configure --target=arm-linux \
> --build=arm-linux --host=arm-linux

What kind of machine are you compiling GDB itself on?  That should be
your --build.

What kind of machine do you intend to run GDB on while you debug your
ARM programs?  That should be your --host.

Will you run GDB on the same machine as the program being debugged? 
Then your --host and --target should be the same.  If you're going to
run GDB on a different kind of machine (and debug over the network, or
over a serial line), then your --host and --target should be
different.


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