From owner-freebsd-mips@FreeBSD.ORG Thu Aug 26 05:53:33 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 33D2C106564A for ; Thu, 26 Aug 2010 05:53:33 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id BB5D58FC0A for ; Thu, 26 Aug 2010 05:53:32 +0000 (UTC) Received: by wwd20 with SMTP id 20so1160640wwd.1 for ; Wed, 25 Aug 2010 22:53:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=koLMZDedjJzRYD6lzg59WVveER2vQa8QaJ3m+JXONW8=; b=dB59VC/Zg70QvLMKq728c2WfBGSJu5osPX7w/vk3zoYAqxbsjIhkUlTo/YD5VWvqMN cSPZ9Uh7abwoGK+KwKGnANFBz0vYeDAiONK6pnExSPCS5ticAg1MEnE12vN+my77sqEo Pf1sZd6B2Mssdi0wupdZMxx61dOmaKWg6YcVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vnBcIdNY1K1+HSnyyY3KY7sPRh2NiUhY034T4+QAL6z1SZpxXvU2/uy7+WLAcKKLBx 2EmpAUUpfhiGS7UrxlRCSX5TaIcjIoNFtXuUXhyun58jsRKKxg3ezpPqqRI93LnSEvxm /tHc3UEYZjSOTAggvvYHct7c84I0Y57bSbPm0= MIME-Version: 1.0 Received: by 10.216.203.71 with SMTP id e49mr8348357weo.60.1282802011831; Wed, 25 Aug 2010 22:53:31 -0700 (PDT) Received: by 10.216.156.135 with HTTP; Wed, 25 Aug 2010 22:53:31 -0700 (PDT) In-Reply-To: <20100825.232923.287595822763821210.imp@bsdimp.com> References: <32AB5C9615CC494997D9ABB1DB12783C024C875590@SJ-EXCH-1.adaranet.com> <20100825.151325.645538350615354761.imp@bsdimp.com> <20100825.232923.287595822763821210.imp@bsdimp.com> Date: Thu, 26 Aug 2010 11:23:31 +0530 Message-ID: From: "Jayachandran C." To: "M. Warner Losh" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: PMahan@adaranet.com, 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: Thu, 26 Aug 2010 05:53:33 -0000 On Thu, Aug 26, 2010 at 10:59 AM, M. Warner Losh wrote: > In message: > =A0 =A0 =A0 =A0 =A0 =A0"Jayachandran C." write= s: > : On Thu, Aug 26, 2010 at 2:43 AM, M. Warner Losh wrote: > : > In message: <32AB5C9615CC494997D9ABB1DB12783C024C875590@SJ-EXCH-1.ada= ranet.com> > : > =A0 =A0 =A0 =A0 =A0 =A0Patrick 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. =A0Th= ere > : > 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... > : > : The 64-bit userland builds for me with =A0-DWITHOUT_CDDL -DWITHOUT_USB > : -DWITHOUT_BLUETOOTH =A0-DWITHOUT_RESCUE - are you referring to these, o= r > : are there other issues? > > I can do a buildworld now without any of these flags. =A0I don't know > what the bluetooth issue is/was, but it doesn't kill the build. =A0I If I remember correctly, one of those uses ld to convert a binary blob to a object file, and that failed because the generated object was not of the correct abi. I had thought it it be a toolchain/bfd issue, but did not dig further. JC.