From owner-freebsd-mips@FreeBSD.ORG Wed Aug 25 21:42:37 2010 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CFF3106564A for ; Wed, 25 Aug 2010 21:42:37 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 36A4C8FC17 for ; Wed, 25 Aug 2010 21:42:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o7PLfjbY014251; Wed, 25 Aug 2010 15:41:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 25 Aug 2010 15:41:46 -0600 (MDT) Message-Id: <20100825.154146.1055929314527823379.imp@bsdimp.com> To: PMahan@adaranet.com From: "M. Warner Losh" In-Reply-To: <32AB5C9615CC494997D9ABB1DB12783C024C8755B1@SJ-EXCH-1.adaranet.com> References: <32AB5C9615CC494997D9ABB1DB12783C024C875590@SJ-EXCH-1.adaranet.com> <20100825.151325.645538350615354761.imp@bsdimp.com> <32AB5C9615CC494997D9ABB1DB12783C024C8755B1@SJ-EXCH-1.adaranet.com> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-mips@FreeBSD.org Subject: Re: Is the MIPS kernel buildable from HEAD? X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2010 21:42:37 -0000 In message: <32AB5C9615CC494997D9ABB1DB12783C024C8755B1@SJ-EXCH-1.adaranet.com> Patrick Mahan writes: : Warner, : : I'm trying to build it for a Cavium eval board EBT5800 - and I am getting : the following error(s): : : Octeon ebt5800# bootoctlinux 20000000 : ELF file is 32 bit : Skipping non LOAD program header (type 0x6) : Skipping non LOAD program header (type 0x3) : Skipping non LOAD program header (type 0x70000000) : : : Have you seen this? Yes. What SDK are you using? : This is trying to build it with OCTEON1-32 configuration file. I've loaded both OCTEON1 and OCTEON1-32 on a uboot from the 1.9.0 SDK. I've had OCTEON1 fail on an older uboot. warner : Thanks, : : Patrick : : > -----Original Message----- : > From: M. Warner Losh [mailto:imp@bsdimp.com] : > Sent: Wednesday, August 25, 2010 2:13 PM : > To: Patrick Mahan : > Cc: freebsd-mips@FreeBSD.org : > Subject: Re: Is the MIPS kernel buildable from HEAD? : > : > In message: <32AB5C9615CC494997D9ABB1DB12783C024C875590@SJ-EXCH- : > 1.adaranet.com> : > Patrick Mahan writes: : > : Is it possible to build the MIPS kernel from HEAD? Or is the : > : current development still external to the HEAD branch? : > : > Yes. The tip of head is where the mips action is these days. There : > is no external development branch. : > : > There is one issue, however. If you are building for one of the : > 64-bit processors a 64-bit kernel, then the required userland won't : > build. There's still issues that need to be sorted out... : > : > Warner : :