From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32399 invoked by alias); 27 Oct 2003 22:40:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32367 invoked from network); 27 Oct 2003 22:40:51 -0000 Received: from unknown (HELO ext-ch1gw-3.online-age.net) (216.34.191.37) by sources.redhat.com with SMTP; 27 Oct 2003 22:40:51 -0000 Received: from int-ch1gw-4.online-age.net (int-ch1gw-4 [3.159.232.68]) by ext-ch1gw-3.online-age.net (8.12.9/8.12.9/990426-RLH) with ESMTP id h9RMdgVB002316; Mon, 27 Oct 2003 17:39:43 -0500 (EST) Received: from uswaumsxb4medge.med.ge.com (localhost [127.0.0.1]) by int-ch1gw-4.online-age.net (8.12.9/8.12.3/990426-RLH) with ESMTP id h9RMdfOT022097; Mon, 27 Oct 2003 17:39:42 -0500 (EST) Received: by uswaumsxb4medge.med.ge.com with Internet Mail Service (5.5.2656.59) id ; Mon, 27 Oct 2003 16:37:27 -0600 Received: from tuba.moneng.mei.com ([3.20.87.235]) by uswaumsxbhmedge.med.ge.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id VVRBNRK2; Mon, 27 Oct 2003 16:39:37 -0600 From: "Wolcott, Ken (MED, Compuware)" Reply-To: "Wolcott, Ken (MED, Compuware)" To: Dan Kegel Cc: kleine-budde@gmx.de, gdb mailing list , crossgcc@sources.redhat.com Content-Type: text/plain; charset="iso-8859-1" Organization: GEMS-IT Subject: Re: newbie question: need arm9 native gdb; how to compile gdb source for arm9? Date: Mon, 27 Oct 2003 22:40:00 -0000 User-Agent: KMail/1.4.3 References: <200310271003.17884.ken.wolcott@med.ge.com> <200310271528.00439.ken.wolcott@med.ge.com> <3F9DA554.8080507@ixiacom.com> In-Reply-To: <3F9DA554.8080507@ixiacom.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200310271641.25846.ken.wolcott@med.ge.com> X-SW-Source: 2003-10/txt/msg00302.txt.bz2 Hi Dan; #!/bin/bash export PATH=3D"/tuba_local/crosstool/crosstool-0.24/result/arm-arm9-linux-gnu/gcc-= 3.2.1-glibc-2.3.2/bin:/sbin:/usr/sbin:/usr/bin:/bin" ... configure calls ... Ken On Monday 27 October 2003 17:08, Dan Kegel wrote: > Hi Ken, > that's odd; all that's between the ***'s in your message are aa bunch > of configure runs. You didn't actually build anything. > - Dan > > Wolcott, Ken (MED, Compuware) wrote: > > Hi Dan; > > > > I did "export PATH=3Dstuff:" > > > > The script is between the lines of asterisks... > > > > The most recent run can't find nm either :-( > > > > Ken > > > > On Monday 27 October 2003 16:00, Dan Kegel wrote: > >>That all looks fine. Can't imagine why it didn't find ar. > >> > >>Did you also set PATH when doing the 'make'? All you show > >>in the script is the 'configure's. > >>- Dan > >> > >>Wolcott, Ken (MED, Compuware) wrote: > >>>Hi Dan; > >>> > >>> This is my script to build gdb: > >>> > >>>************************************************************** > >>>#!/bin/bash > >>> > >>> > >>>export > >>>PATH=3D"/tuba_local/crosstool/crosstool-0.24/result/arm-arm9-linux-gnu= /gcc > >>>- 3.2.1-glibc-2.3.2/bin:/sbin:/usr/sbin:/usr/bin:/bin" > >>> > >>># This builds an arm9 cross gdb... > >>># ../gdb-6.0/configure --target=3Darm-arm9-linux-gnu > >>> > >>># This builds a native arm9 gdb using i686-unknown-linux-gnu to build > >>>it... # ../gdb-6.0/configure --host=3Darm-arm9-linux-gnu > >>>--build=3Di686-unknown-linux-gnu --target=3Darm-arm9-linux-gnu > >>> > >>># only use arm9 tools? > >>>../gdb-6.0/configure --host=3Darm-arm9-linux-gnu > >>> --build=3Darm-arm9-linux-gnu --target=3Darm-arm9-linux-gnu > >>>************************************************************** > >>> > >>>This is the output of the ls: > >>>************************************************************** > >>>tuba:/tuba_local/gdb_6.0/build_arm9_gdb_6.0_try3> ls > >>>/tuba_local/crosstool/crosstool-0.24/result/arm-arm9-linux-gnu/gcc-3.2= .1 > >>>- glibc-2.3.2/bin arm-arm9-linux-gnu-addr2line=20 > >>> arm-arm9-linux-gnu-c++filt arm-arm9-linux-gnu-gccbug=20 > >>> arm-arm9-linux-gnu-objcopy > >>>arm-arm9-linux-gnu-size > >>>arm-arm9-linux-gnu-ar arm-arm9-linux-gnu-cpp > >>>arm-arm9-linux-gnu-gcov arm-arm9-linux-gnu-objdump > >>>arm-arm9-linux-gnu-strings > >>>arm-arm9-linux-gnu-as arm-arm9-linux-gnu-g++ > >>>arm-arm9-linux-gnu-ld arm-arm9-linux-gnu-ranlib > >>>arm-arm9-linux-gnu-strip > >>>arm-arm9-linux-gnu-c++ arm-arm9-linux-gnu-gcc > >>>arm-arm9-linux-gnu-nm arm-arm9-linux-gnu-readelf > >>>tuba:/tuba_local/gdb_6.0/build_arm9_gdb_6.0_try3> > >>>************************************************************** > >>> > >>>Thanks, > >>>Ken > >>> > >>>On Monday 27 October 2003 15:15, Dan Kegel wrote: > >>>>Wolcott, Ken (MED, Compuware) wrote: > >>>>>../gdb-6.0/configure \ > >>>>>--host=3Darm-arm9-linux-gnu \ > >>>>>--build=3Di686-unknown-linux-gnu \ > >>>>>--target=3Darm-arm9-linux-gnu > >>>>> > >>>>>because I want a native arm9 gdb they can run on the board itself. > >>>>> > >>>>>This failed due to: > >>>>> > >>>>>********************************************************************= ** > >>>>>** * ********************** arm-arm9-linux-gnu-ar rc libiberty.a \ > >>>>> regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp= .o > >>>>> concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o > >>>>> getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o > >>>>> lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o > >>>>> obstack.o partition.o physmem.o pex-unix.o safe-ctype.o sort.o > >>>>> spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o > >>>>> xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o mkstemps.o > >>>>>make[1]: arm-arm9-linux-gnu-ar: Command not found > >>>>>make[1]: *** [libiberty.a] Error 127 > >>>>>make[1]: Leaving directory > >>>>>`/tuba_local/gdb_6.0/build_arm9_gdb_6.0_try2/libiberty' > >>>>>make: *** [all-libiberty] Error 2 > >>>>>********************************************************************= ** > >>>>>** * ********************** > >>>>> > >>>>>I don't have an arm-arm9-linux-gnu-ar executeable as a result of > >>>>> running crosstool :-( > >>>> > >>>>What *do* you have as a result of running crosstool? > >>>>Can you do an 'ls' in the bin directory of the toolchain? > >>>>Sounds like maybe you just have a path set wrong... > >>>> > >>>>In other words, don't panic, your toolchain is probably fine... > >>>>- Da > > > > n --=20 Kenneth A. Wolcott Consultant, Clinical Systems Engineering GE Medical Systems Information Technologies 8200 West Tower Avenue, Milwaukee, WI 53223 Phone: 414/362-2720=20 Email: Ken.Wolcott@med.ge.com