From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9610 invoked by alias); 23 Oct 2014 17:40:55 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 9530 invoked by uid 89); 23 Oct 2014 17:40:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: p02c11o147.mxlogic.net Received: from p02c11o147.mxlogic.net (HELO p02c11o147.mxlogic.net) (208.65.144.80) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 23 Oct 2014 17:40:53 +0000 Received: from unknown [76.164.174.82] (EHLO ex-hc3.corp.adtran.com) by p02c11o147.mxlogic.net(mxl_mta-8.2.0-0) with ESMTP id 5ad39445.2ae882c1d940.407.00-561.1130.p02c11o147.mxlogic.net (envelope-from ); Thu, 23 Oct 2014 11:40:53 -0600 (MDT) X-MXL-Hash: 54493da54834aff6-ff529f0423886458a4527f5e35f0213884cbc4a0 Received: from unknown [76.164.174.82] (EHLO ex-hc3.corp.adtran.com) by p02c11o147.mxlogic.net(mxl_mta-8.2.0-0) over TLS secured channel with ESMTP id eaa39445.0.31048.00-293.88337.p02c11o147.mxlogic.net (envelope-from ); Thu, 23 Oct 2014 11:28:16 -0600 (MDT) X-MXL-Hash: 54493ab02fc613c8-ae3ac73d5deb4d0c334770f818a90e08f7882a65 Received: from ex-mb1.corp.adtran.com ([fe80::51a3:972d:5f16:9952]) by ex-hc3.corp.adtran.com ([fe80::3892:20fa:600f:75c6%15]) with mapi id 14.03.0210.002; Thu, 23 Oct 2014 12:28:08 -0500 From: ANDY KENNEDY To: 'Nikita Orlov' , Bryan Hundven CC: "per-arnold.blaasmo@atmel.com" , "crossgcc maillist" Subject: RE: Announcing `autocrossgen' Date: Thu, 23 Oct 2014 17:40:00 -0000 Message-ID: References: <5448AFDE.5080900@atmel.com> <6111901414052286@web28m.yandex.ru> <6438291414055216@web11m.yandex.ru> In-Reply-To: <6438291414055216@web11m.yandex.ru> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-AnalysisOut: [v=2.1 cv=PaXrh0Rd c=1 sm=1 tr=0 a=J+LXdEUA8t8MtBPt16/Qbg==] X-AnalysisOut: [:117 a=J+LXdEUA8t8MtBPt16/Qbg==:17 a=qZHQZMT3apYA:10 a=C3Z] X-AnalysisOut: [OIDTcl6cA:10 a=BLceEmwcHowA:10 a=kj9zAlcOel0A:10 a=xqWC_Br] X-AnalysisOut: [6kY4A:10 a=eJNrpioGAAAA:8 a=YlVTAMxIAAAA:8 a=CCpqsmhAAAAA:] X-AnalysisOut: [8 a=jAfPOIUMAAAA:8 a=W-XM2hF3foZRYUlN1IIA:9 a=CjuIK1q_8ugA] X-AnalysisOut: [:10 a=4t78-hnhQh4A:10 a=gE_ZUhsuebIA:10] X-Spam: [F=0.5000000000; CM=0.500; MH=0.500(2014102308); S=0.200(2014051901)] X-MAIL-FROM: X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00040.txt.bz2 > -----Original Message----- > From: crossgcc-owner@sourceware.org [mailto:crossgcc-owner@sourceware.org= ] On Behalf Of Nikita Orlov > Sent: Thursday, October 23, 2014 4:07 AM > To: Bryan Hundven > Cc: per-arnold.blaasmo@atmel.com; crossgcc maillist > Subject: Re: Announcing `autocrossgen' >=20 > I see. Thanks! Maybe you can advice me some tool for such task? >=20 Nikita, Assuming your question was: Can you give me advice on a tool that would build me a native toolchain for Arm? The answer to this would be: Currently, there is nothing that will do this for you. Older versions of BuildRoot (pre 2013) would build you a toolchain for the target, but this support has been removed. Having said this, you can build gcc against your cross-toolchain and make it work the right way for the target. At that point, it would be a great idea for you to natively build (assuming the cross-built gcc you have works) gcc again for the target (this will ensure that gcc has the correct paths associated with it - which can be a problem when building some things). If your target is supported in BuildRoot-2012.02, then you should be able to select legacy options and choose to build each component of a toolchain through the menu options. Good luck! Andy -- For unsubscribe information see http://sourceware.org/lists.html#faq