From owner-freebsd-arm@FreeBSD.ORG Wed Jun 26 05:00:49 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6882D2BA; Wed, 26 Jun 2013 05:00:49 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 2D66B1DE8; Wed, 26 Jun 2013 05:00:48 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r5Q50emh030898; Wed, 26 Jun 2013 05:00:40 GMT (envelope-from kientzle@FreeBSD.org) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id mnkry42z6tigh5ughdj3sdxmta; Wed, 26 Jun 2013 05:00:40 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Subject: Re: Port: U-Boot for BeagleBone Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <20130625163051.10fd81481cd46c2654a11005@FreeBSD.org> Date: Tue, 25 Jun 2013 22:00:39 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <3B16A2E5-C92B-4248-BE98-DD5C1194CB05@freebsd.org> <20130518100512.57c47fe6@bender> <534F7C76-12EF-4BF7-9872-0B2F366358E3@bsdimp.com> <879F5401-AC0D-494F-AE54-CE8B4AAF289F@freebsd.org> <20130625163051.10fd81481cd46c2654a11005@FreeBSD.org> To: Stanislav Sedov X-Mailer: Apple Mail (2.1283) Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 05:00:49 -0000 On Jun 25, 2013, at 4:30 PM, Stanislav Sedov wrote: > On Sat, 25 May 2013 11:36:57 -0700 > Tim Kientzle mentioned: >=20 >>=20 >> On May 25, 2013, at 10:08 AM, Warner Losh wrote: >>=20 >>>=20 >>> On May 25, 2013, at 1:02 AM, Tim Kientzle wrote: >>>=20 >>>>=20 >>>> On May 18, 2013, at 7:28 AM, Warner Losh wrote: >>>>=20 >>>>> A long time ago I was able to build u-boot using the cross-* = ports... They even have wrapper ports so you can get the write = dependencies.=20 >>>>=20 >>>> Which wrapper ports are you referring to? >>>>=20 >>>> I don't see anything that looks useful. >>>=20 >>> I think I used arm-rtems-{binutils,gcc} to do the building.... >>=20 >> That's what I was afraid of. arm-rtems-gcc is gone (or will be = shortly). >>=20 >=20 > Yes, I tried to prevent that to no avail. The reasons mentioned are > completely nonsensical. "rtems" in names of those ports means ABI > they provide (which is very close to bare metal) and not the actual = OS, > but the ports are being removed because someone was unable to build = RTEMS > on PCBSD. >=20 > Oh well. >=20 > Anyway, if you need any help with cross-XXX, let me know. I'm making progress on it again. I have a working arm-eabi-binutils port ready to commit. I almost have a working arm-eabi-gcc port. Though I seem to be stuck on some issue with Perl5.14 on 10-CURRENT? https://redports.org/buildarchive/20130625154000-12976/ Locally, I've been able to build U-Boot for BeagleBone by having the port depend on arm-eabi-gcc. Tim