From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MOtzC-0001rx-SN for garchives@archives.gentoo.org; Thu, 09 Jul 2009 13:48:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15F74E043D; Thu, 9 Jul 2009 13:48:30 +0000 (UTC) Received: from relay.pcl-ipout02.plus.net (relay.pcl-ipout02.plus.net [212.159.7.100]) by pigeon.gentoo.org (Postfix) with ESMTP id D0CD5E043D for ; Thu, 9 Jul 2009 13:48:29 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAHeRVUrUnw6U/2dsb2JhbADRDYQIBQ Received: from fhw-relay07.plus.net ([212.159.14.148]) by relay.pcl-ipout02.plus.net with ESMTP; 09 Jul 2009 14:48:29 +0100 Received: from [84.92.213.176] (helo=mercury.bucknall.me.uk) by fhw-relay07.plus.net with esmtp (Exim) id 1MOtzA-0002hx-I9 for gentoo-embedded@lists.gentoo.org; Thu, 09 Jul 2009 14:48:28 +0100 Received: from [192.168.0.5] (aurora [192.168.0.5]) by mercury.bucknall.me.uk (Postfix) with ESMTP id 2009388209 for ; Thu, 9 Jul 2009 14:47:08 +0100 (BST) Message-ID: <4A55F693.6080705@bucknall.me.uk> Date: Thu, 09 Jul 2009 14:54:27 +0100 From: billium User-Agent: Thunderbird 2.0.0.22 (X11/20090628) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] crossdev References: <4A54C5EE.90902@bucknall.me.uk> <200907082155.48890.vapier@gentoo.org> <4A55D89C.4040100@gmx.ch> In-Reply-To: <4A55D89C.4040100@gmx.ch> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Plusnet-Relay: fd2498af2ef75e7ceb7aa2959328ce19 X-Archives-Salt: eabbfabd-d12d-4174-a16d-f4e021bd2cd3 X-Archives-Hash: 400670043bf7983aa5bff1844972c9ea Martin Gysel wrote: > Mike Frysinger schrieb: > >> On Wednesday 08 July 2009 12:14:38 billium wrote: >> >> >>> The target is arm cortex with using newlib. >>> >>> If I try crossdev -s3 -t arm-elf-gnueabi >>> in the summary header libc: glibc-[latest] >>> and it fails with BFD does not support target. >>> >>> >> i dont think your tuple makes any sense. i'm pretty sure you want "arm-elf- >> eabi". >> -mike >> >> > > but if I understand crossdev code correctly with this tuple newlib > doesn't get selected (*-newlib|*-elf but not > *-newlib*|*-elf*). > furthermore AFAIK for the compiler the word eabi is important otherwise > arm eabi isn't selected as default. so my suggestion is to use > arm-softfloat-eabi and change crossdev (add |*-eabi just after > *-newlib|*-elf). > another option would probably be to just change *-elf to *-elf* so that > newlib gets selected but in this case I don't know how gcc behaves... > @mike is there a change to have one of these mods added to crossdev > upstream? > > /martin > > > This is what I have found, hence the cheat mentioned in the first post. But I can't cheat and get gdb also. Billy