From owner-freebsd-arm@FreeBSD.ORG Thu Jul 4 19:42:32 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 67B08619 for ; Thu, 4 Jul 2013 19:42:32 +0000 (UTC) (envelope-from rpaulo@felyko.com) Received: from felyko.com (felyko.com [IPv6:2607:f2f8:a528::3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id 52B641BAE for ; Thu, 4 Jul 2013 19:42:32 +0000 (UTC) Received: from [IPv6:2601:9:4d00:119:dce0:37cf:e5e6:f376] (unknown [IPv6:2601:9:4d00:119:dce0:37cf:e5e6:f376]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id A44E33983B; Thu, 4 Jul 2013 12:42:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=felyko.com; s=mail; t=1372966951; bh=FXR+WdpnX76pgjvn6RzgCCqh4Q3TVRKRY+CJeMK0R/A=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=CRRf0o/ijz3knouvx28ESNy/HZU23wSNP2PO3Eu97HcUHJ/qOCgSKrZvQdGHLoMAI hr7LRxx0pSdzfeRUxaKeF5mIGyX0ObreE1KZOlxrVMB419oS/AdN4ZNLF8CQCSUXRB VG1s55oFBypQeASVQCrHjAmBmTjmRk71bVttZuqo= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Most recent R-PI kernel refuses to build From: Rui Paulo In-Reply-To: <20130704150959.76adeedf@ivory.wynn.com> Date: Thu, 4 Jul 2013 12:42:30 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <94DAA01E-8E5E-43C7-919C-6DBB0B5D40EB@felyko.com> References: <20130704150959.76adeedf@ivory.wynn.com> To: Brett Wynkoop X-Mailer: Apple Mail (2.1508) Cc: Brett Wynkoop X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 19:42:32 -0000 On 4 Jul 2013, at 12:09, Brett Wynkoop wrote: > Greeting- >=20 > Just used csup to pull the most recent sources and for starters tried > to build a generic Pi kerne, with these results" >=20 > Don't forget to do ``make cleandepend && make depend'' > root@fbsd-pi:/usr/src/sys/arm/conf # cd ../compile/RPI-B > root@fbsd-pi:/usr/src/sys/arm/compile/RPI-B # make depend && make = clean > "../../../conf/kern.mk", line 37: Malformed conditional > (${MK_FORMAT_EXTENSIONS} =3D=3D "no") "../../../conf/kern.mk", line = 39: > if-less else "../../../conf/kern.mk", line 41: if-less endif > make: fatal errors encountered -- cannot continue > root@fbsd-pi:/usr/src/sys/arm/compile/RPI-B #=20 >=20 > So is the only way for me to get caught up to head going to be do > another cross build with Tim's tools. That seems nuts to me. You don't have an up to date kernel-toolchain. To save you lots of work, = you should probably build the kernel with 'buildworld' + 'buildkernel' = or 'kernel-toolchain' + 'buildkernel'. -- Rui Paulo