From owner-freebsd-arm@FreeBSD.ORG Tue Jun 25 04:51:24 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 38F3FFE for ; Tue, 25 Jun 2013 04:51:24 +0000 (UTC) (envelope-from tim@kientzle.com) 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 19EC61227 for ; Tue, 25 Jun 2013 04:51:23 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r5P4pGbi022859; Tue, 25 Jun 2013 04:51:16 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id h877zq5q57mbuzy9u237fysunn; Tue, 25 Jun 2013 04:51:16 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: Raspberry pi not ready to self-host yet? Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <800732D1-B06A-40AE-AE69-F6170662B2AA@turbofuzz.com> Date: Mon, 24 Jun 2013 21:51:15 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <6A7EDC6F-7441-47D4-BAF4-661207C5E737@kientzle.com> References: <800732D1-B06A-40AE-AE69-F6170662B2AA@turbofuzz.com> To: "Jordan K. Hubbard" X-Mailer: Apple Mail (2.1283) Cc: freebsd-arm@freebsd.org 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: Tue, 25 Jun 2013 04:51:24 -0000 On Jun 24, 2013, at 7:55 AM, Jordan K. Hubbard wrote: > You see the same compilation error in basic_string.tcc in various = ports, like apr: Now that's odd. I built apr just a couple of weeks ago (part of building subversion from ports) and it compiled okay on BeagleBone. So this might be very recent breakage. > I do appreciate that it's a heck of a lot easier to cross-compile for = these things, and great work getting things to this point, but = self-hosting is still one of the magical milestones you always hope an = embedded target will get to someday, assuming it actually has enough = grunt to do so (and I think the PI does). :) A few months back, I was able to self-host on the BeagleBone, so our armv6 support was doing pretty well at that time. I think that with the Clang and EABI switches, we've regressed a bit since then. Tim