From owner-freebsd-arm@freebsd.org Wed Jan 13 20:25:09 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2AD8A8181B for ; Wed, 13 Jan 2016 20:25:09 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7DF01807 for ; Wed, 13 Jan 2016 20:25:09 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Wed, 13 Jan 2016 20:25:45 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u0DKP7VV008040; Wed, 13 Jan 2016 13:25:07 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1452716707.46848.53.camel@freebsd.org> Subject: Re: Cannot build RBPI2 kernel on pi From: Ian Lepore To: Toby , freebsd-arm@freebsd.org Date: Wed, 13 Jan 2016 13:25:07 -0700 In-Reply-To: <5696AF70.2030901@fsck.ch> References: <567718A1.7040900@fsck.ch> <56949397.6010906@fsck.ch> <47893d8835f.5a36239a@mail.schwarzes.net> <5696AF70.2030901@fsck.ch> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 20:25:10 -0000 On Wed, 2016-01-13 at 21:11 +0100, Toby wrote: > On 12/01/16 22:22, Andreas Schwarz wrote: > > I just build a new world (r293653) at my RPI2, all is working like > > expected. > > > > Is your source tree complete and up to date? You can check this > > with "svnlite status". > > > > And what is your building procedure? The proper procedure is to > > build the > > kernel-toolchain before building the kernel (this is needed when > > the build > > tools changing). > > On 12/01/16 17:47, Tom Vijlbrief wrote: > > Building on the Raspberry works OK for me with 11-CURRENT. > > > > Did you do a > > > > make buildworld > > > > before "make buildkernel"? > > > > Tom > > > Bummer! I totally forgot to do a buildworld to get the toolchain > before > building the kernel. I didn't even bother to look at the handbook, > because in the past, I have done this countless times and knew the > procedure by heart. But I guess that past is now too distant (the > last > time I did this probably was right before freebsd-update was > introduced). > > Anyway, thanks a lot for this hint to both of you, I'll try it again > tonight. > > Toby If you don't really need the whole world you can save some time by using make kernel-toolchain. -- Ian