From owner-freebsd-arm@FreeBSD.ORG Thu Feb 28 22:13:29 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 95B5DE9D for ; Thu, 28 Feb 2013 22:13:29 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7106AB for ; Thu, 28 Feb 2013 22:13:29 +0000 (UTC) Received: from [88.198.91.248] (helo=[IPv6:::1]) by id.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1UBBjC-000DUZ-6C; Thu, 28 Feb 2013 14:13:28 -0800 Message-ID: <512FD685.8070009@bluezbox.com> Date: Thu, 28 Feb 2013 14:13:25 -0800 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Re: I u-boot fails to compile References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 2/28/2013 4:07 AM, XiaoQI Ge wrote: > I tried to compile U-BOOT (https://github.com/linux-sunxi/u-boot-sunxi), > but failed, suggesting: > > gmake [1]: *** [u-boot] Segmentation fault: 11 > > I do not know how to solve. > [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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: Thu, 28 Feb 2013 22:13:29 -0000 On 2/28/2013 4:07 AM, XiaoQI Ge wrote: > I tried to compile U-BOOT (https://github.com/linux-sunxi/u-boot-sunxi), > but failed, suggesting: > > gmake [1]: *** [u-boot] Segmentation fault: 11 > > I do not know how to solve. > In addition to Tim's patches for libc and static you'll also need to use gsed instead of sed with later versions of u-boot repo. Install textproc/gsed and rename sed to gsed in helper.mk. I have patch for using user-defined sed name but haven't pushed it to upstream yet.