From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31095 invoked by alias); 27 Oct 2003 20:26:43 -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 31009 invoked from network); 27 Oct 2003 20:26:42 -0000 Received: from unknown (HELO racerx.ixiacom.com) (64.60.75.69) by sources.redhat.com with SMTP; 27 Oct 2003 20:26:42 -0000 Received: from ixiacom.com (dank.ixiacom.com [192.168.3.117]) by racerx.ixiacom.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id VV0LVPFJ; Mon, 27 Oct 2003 12:27:26 -0800 Message-ID: <3F9D8AF5.5060902@ixiacom.com> Date: Mon, 27 Oct 2003 20:26:00 -0000 From: Dan Kegel User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030617 X-Accept-Language: en MIME-Version: 1.0 To: "Wolcott, Ken (MED, Compuware)" CC: kleine-budde@gmx.de, gdb mailing list , crossgcc@sources.redhat.com Subject: Re: newbie question: need arm9 native gdb; how to compile gdb source for arm9? References: <200310271003.17884.ken.wolcott@med.ge.com> <20031027164136.GA21818@timberwolf.dyndns.org> <200310271423.13383.ken.wolcott@med.ge.com> In-Reply-To: <200310271423.13383.ken.wolcott@med.ge.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00295.txt.bz2 Wolcott, Ken (MED, Compuware) wrote: > ../gdb-6.0/configure \ > --host=arm-arm9-linux-gnu \ > --build=i686-unknown-linux-gnu \ > --target=arm-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... - Dan