From owner-freebsd-mips@FreeBSD.ORG Wed Aug 25 21:49:44 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 D8C02106566B for ; Wed, 25 Aug 2010 21:49:44 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 75E708FC1D for ; Wed, 25 Aug 2010 21:49:44 +0000 (UTC) Received: by wwb13 with SMTP id 13so1585001wwb.31 for ; Wed, 25 Aug 2010 14:49:43 -0700 (PDT) Received: by 10.216.184.19 with SMTP id r19mr5812092wem.36.1282772982332; Wed, 25 Aug 2010 14:49:42 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.216.5.5 with HTTP; Wed, 25 Aug 2010 14:47:55 -0700 (PDT) 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> From: Juli Mallett Date: Wed, 25 Aug 2010 14:47:55 -0700 X-Google-Sender-Auth: 7Nb2ArUGGaNvXS-whaYd5n6MLNg Message-ID: To: Patrick Mahan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:49:44 -0000 Hi Patrick, Those aren't errors per se; if nothing is happening after that, something else is wrong. If you aren't using a recent U-Boot, I suggest installing a recent U-Boot. If you are using a recent U-Boot and know how to recompile it, I can send you patches that might help. There is an unused data structure, linux_app_boot_info_t, which clobbers some of the memory used for launching multiple processors in U-Boot 1.9.0. I have patches to remove it if you would like to give that a try. Thanks, Juli. On Wed, Aug 25, 2010 at 14:34, Patrick Mahan wrote: > Warner, > > I'm trying to build it for a Cavium eval board EBT5800 - =A0and I am gett= ing > 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? > > This is trying to build it with OCTEON1-32 configuration file. > > 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> >> =A0 =A0 =A0 =A0 =A0 =A0 Patrick Mahan writes: >> : Is it possible to build the MIPS kernel from HEAD? =A0Or is the >> : current development still external to the HEAD branch? >> >> Yes. =A0The tip of head is where the mips action is these days. =A0There >> is no external development branch. >> >> There is one issue, however. =A0If you are building for one of the >> 64-bit processors a 64-bit kernel, then the required userland won't >> build. =A0There's still issues that need to be sorted out... >> >> Warner > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" >