This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
David,
This is what I use (successfully for our toolchain using (gdb-6.2.1) with
uClibc. This is an excerpt from the toolchain SRPM.
%define gcc_version 3.3.3
%define gdb_version 6.2.1
%define cross_archs mipsel
....
../gdb-%{gdb_version}/configure \
--prefix=%{tools_dir_prefix} \
--build=i386-pc-linux-gnu \
--host=i386-pc-linux-gnu \
--target=%{cross_archs}-linux
make all-gdb
make install-gdb
Hope this helps,
//TT
-----Original Message-----
From: crossgcc-owner@sources.redhat.com
[mailto:crossgcc-owner@sources.redhat.com] On Behalf Of David Wuertele
Sent: Tuesday, November 16, 2004 10:21 AM
To: crossgcc@sources.redhat.com
Subject: compiling gdb to talk to cross-compiled gdbserver
I'm looking for the instructions for building a gdb to run on my i386
desktop that can talk to a gdbserver that is running on my mipsel target. I
have done this before but for the life of me I can't find the configure
switches.
I'm using gdb-6.2. Can someone point me towards the appropriate page in the
documentation?
Thanks!
Dave
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |