From owner-freebsd-arm@FreeBSD.ORG Thu Jan 19 07:55:36 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0BDD106566B for ; Thu, 19 Jan 2012 07:55:36 +0000 (UTC) (envelope-from johny.mattsson@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 407088FC08 for ; Thu, 19 Jan 2012 07:55:35 +0000 (UTC) Received: by wibhq12 with SMTP id hq12so4568214wib.13 for ; Wed, 18 Jan 2012 23:55:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=wlgOoWUXwnX/FM1qIvbN9ISkPwLCiJsRDZeKBdPFIek=; b=ipr/c2/imXbp7gYoGupgMTdryYW0n7MIbhV+y/850KFLk28qX1WTko8gvHM45A6wKy 1hfmLWHN+MEMGC8pW3KmSjwd9+Ph8pic9ZuOsCMYHQ7+hMqFde8hT2OlWLZ993nBN7+n O6MEV+2Iv76fJCJ5K8frG0GAA6Rz/u9ZS/fJY= MIME-Version: 1.0 Received: by 10.180.93.193 with SMTP id cw1mr42121699wib.5.1326958208282; Wed, 18 Jan 2012 23:30:08 -0800 (PST) Sender: johny.mattsson@gmail.com Received: by 10.223.155.207 with HTTP; Wed, 18 Jan 2012 23:30:08 -0800 (PST) In-Reply-To: <8042D895-3B3D-431E-ADCC-A150BDC838ED@kientzle.com> References: <23CB6C35-9450-40BA-9FA3-37C44B328CA8@freebsd.org> <8042D895-3B3D-431E-ADCC-A150BDC838ED@kientzle.com> Date: Thu, 19 Jan 2012 18:30:08 +1100 X-Google-Sender-Auth: NIhVQjTKHuEkrFWJihFlsXl3PEs Message-ID: From: Johny Mattsson To: Tim Kientzle Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: arm@freebsd.org Subject: Re: ports cross-compilers vs. native toolchain X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2012 07:55:36 -0000 On 19 January 2012 16:49, Tim Kientzle wrote: > Sounds like I should keep poking at u-boot with the > native cross tools=E2=80=A6. > When I was building custom uboot binaries for my Sheevaplugs, I used the CodeSourcery pre-built ARM toolchain for Linux (on Linux). It was the path of least resistance for me, and it worked really well. I don't know if that's a workable path for you or not, but I thought I'd throw the suggestion out there. Cheers, /Johny