From owner-freebsd-mips@FreeBSD.ORG Thu Aug 26 03:14:10 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 BF3C61065674 for ; Thu, 26 Aug 2010 03:14:10 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 52A818FC0A for ; Thu, 26 Aug 2010 03:14:09 +0000 (UTC) Received: by wyb33 with SMTP id 33so1789471wyb.13 for ; Wed, 25 Aug 2010 20:14:09 -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=nNjBLLE6jsc7LVUEiiO1HzvmEleBEMyXyZ0Qlg2OwbI=; b=GmrrFGNksroiH8f6dXbPnK0xHfD8/omD3OCeWeDTOMfchqyKEUVeyKmguqupzeV2EJ d+PDpPR8UoJ39ECFEsSYsZAm8zO/W4egJzMat531YxVtQ8wjGtOA643neJiN8pAP18eg ZuE1K9DjBuyi2ohXZsgMeyFlWPLmJatARv86c= 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=oJ08VZPzIGESySty3TTUklXiOIVuip0uRiFVEuwUxG4Ek7ebElXb/A4ZADBOudCV47 US+Z4LYtrhG3AWAr1b4A9RKHqmYG5M8ceYXmfqzYfzKFoh6q7TJu4Dx9ibHhBOAlqd5T +Qbc6j4b9eLX1B+sEs/nX91cR6FuT9CYAcrNY= MIME-Version: 1.0 Received: by 10.227.147.79 with SMTP id k15mr8121555wbv.128.1282792449080; Wed, 25 Aug 2010 20:14:09 -0700 (PDT) Received: by 10.216.156.135 with HTTP; Wed, 25 Aug 2010 20:14:09 -0700 (PDT) In-Reply-To: <20100825.151325.645538350615354761.imp@bsdimp.com> References: <32AB5C9615CC494997D9ABB1DB12783C024C875590@SJ-EXCH-1.adaranet.com> <20100825.151325.645538350615354761.imp@bsdimp.com> Date: Thu, 26 Aug 2010 08:44:09 +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 03:14:10 -0000 On Thu, Aug 26, 2010 at 2:43 AM, M. Warner Losh wrote: > In message: <32AB5C9615CC494997D9ABB1DB12783C024C875590@SJ-EXCH-1.adarane= t.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. =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... The 64-bit userland builds for me with -DWITHOUT_CDDL -DWITHOUT_USB -DWITHOUT_BLUETOOTH -DWITHOUT_RESCUE - are you referring to these, or are there other issues? Thanks. JC.