Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: kleine-budde@gmx.de (Marc Kleine-Budde)
To: "Wolcott, Ken (MED, Compuware)" <Ken.Wolcott@med.ge.com>
Cc: gdb mailing list <gdb@sources.redhat.com>, crossgcc@sources.redhat.com
Subject: Re: newbie question: need arm9 native gdb; how to compile gdb source for arm9?
Date: Mon, 27 Oct 2003 16:41:00 -0000	[thread overview]
Message-ID: <20031027164136.GA21818@timberwolf.dyndns.org> (raw)
In-Reply-To: <200310271003.17884.ken.wolcott@med.ge.com>

On Mon, Oct 27, 2003 at 10:03:17AM -0600, Wolcott, Ken (MED, Compuware) wrote:
>   I have an arm9 cross compiler tool chain created by Dan Kegel's crosstool 
> (http://www.kegel.com/crosstool/).  My developers want a gdb that can grok an 
> arm9 coredump.  They think that they need an arm9 gdb.  How do I compile an 
> arm9 gdb from source?  I know how to compile a native gdb from source.

>   configure --with-gcc=/mumble/../gcc where this is the path to the arm9 gcc 
> doesn't result in an arm9 gdb.

You need to compile your gdb on your host system by hand with:

GNU_HOST=i686-unknown-linux-gnu \	(your host system touple)
GNU_TARGET=arm-linux \			(or whatever your target touple is)
./configure \
	--build=$GNU_HOST \
	--host=$GNU_HOST \
	--target=$GNU_TARGET

or use a sophisticated tool like (is here tool advertising allowed :)
ptxdist...(http://ptxdist.sf.net) that can also be used with an external
toolchain from dan's crosstool....please use the CVS version of ptxdist

hth - Marc

-- 
<Findus> Also Einschalten, Spielen _und_ Brennen mit Linux oder
Einschalten (..) Spielen _oder_ Brennen, Patchen, Patchen, Patchen
mit Windows ;-)


  parent reply	other threads:[~2003-10-27 16:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-27 16:01 Wolcott, Ken (MED, Compuware)
2003-10-27 16:37 ` Dan Kegel
2003-10-27 16:41 ` Marc Kleine-Budde [this message]
2003-10-27 20:21   ` Wolcott, Ken (MED, Compuware)
2003-10-27 20:26     ` Dan Kegel
2003-10-27 20:50       ` Wolcott, Ken (MED, Compuware)
2003-10-27 21:12         ` Dan Kegel
2003-10-27 21:26           ` Wolcott, Ken (MED, Compuware)
2003-10-27 22:19             ` Dan Kegel
2003-10-27 22:40               ` Wolcott, Ken (MED, Compuware)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031027164136.GA21818@timberwolf.dyndns.org \
    --to=kleine-budde@gmx.de \
    --cc=Ken.Wolcott@med.ge.com \
    --cc=crossgcc@sources.redhat.com \
    --cc=gdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox