From owner-freebsd-arm@FreeBSD.ORG Sun Dec 2 19:24:12 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD9D016A468 for ; Sun, 2 Dec 2007 19:24:12 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.freebsd.org (Postfix) with ESMTP id 39E1713C478 for ; Sun, 2 Dec 2007 19:24:12 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [85.19.218.45] (account mc467741@c2i.net [85.19.218.45] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 709904639 for freebsd-arm@freebsd.org; Sun, 02 Dec 2007 20:24:04 +0100 From: Hans Petter Selasky To: freebsd-arm@freebsd.org Date: Sun, 2 Dec 2007 20:24:42 +0100 User-Agent: KMail/1.9.7 References: <200712021634.18193.hselasky@c2i.net> In-Reply-To: <200712021634.18193.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712022024.43708.hselasky@c2i.net> Subject: Re: Setting up an AT91RM9200 based board with FreeBSD 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: Sun, 02 Dec 2007 19:24:12 -0000 On Sunday 02 December 2007, Hans Petter Selasky wrote: > Hi, > > I have an AT91RM9200 based board here which I want to load a FreeBSD/ARM > kernel onto, based on the FreeBSD P4 USB project. I managed to get the > kernel compiled, but I cannot compile all the other stuff I need, like > bootloaders and programs ... > > I'm using the CVS version of FreeBSD-HEAD (probably 8-current) of today. > > For example I get these errors: > Hi again, My box was running FreeBSD-6.x . Seems like crossbuilding 7-current for ARM on a 6.x box did not work. I've now upgraded to 7-current and it is building fine so far. --HPS