From owner-freebsd-arm@freebsd.org Fri Jun 26 08:47:01 2015 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 C220B98DA72 for ; Fri, 26 Jun 2015 08:47:01 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id 857F71439; Fri, 26 Jun 2015 08:47:01 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from bender.Home (97e07b11.skybroadband.com [151.224.123.17]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id 157FED7E1C; Fri, 26 Jun 2015 08:46:24 +0000 (UTC) Date: Fri, 26 Jun 2015 09:46:23 +0100 From: Andrew Turner To: Glen Barber Cc: freebsd-arm@freebsd.org Subject: Re: 11-armv6-GUMSTIX-snap build failure Message-ID: <20150626094623.6186096c@bender.Home> In-Reply-To: <20150626000041.GN1265@FreeBSD.org> References: <20150626000041.GN1265@FreeBSD.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Fri, 26 Jun 2015 08:47:01 -0000 On Fri, 26 Jun 2015 00:00:41 +0000 Glen Barber wrote: > ----- Forwarded message from Glen Barber ----- > > Date: Thu, 25 Jun 2015 23:58:32 GMT > From: Glen Barber > To: gjb@freebsd.org > Subject: 11-armv6-GUMSTIX-snap build failure > ... > -------------------------------------------------------------- > >>> World build completed on Thu Jun 25 22:20:22 UTC 2015 > -------------------------------------------------------------- > -------------------------------------------------------------- > >>> Kernel build for GUMSTIX started on Thu Jun 25 22:20:22 UTC 2015 > -------------------------------------------------------------- > ===> GUMSTIX > -------------------------------------------------------------- > >>> stage 1: configuring the kernel > -------------------------------------------------------------- > Kernel build directory is /usr/obj/arm.armv6/usr/src/sys/GUMSTIX The GUMSTIX kernel config shouldn't be built as armv6. It should be build with TARGET_ARCH=arm. This is the default if building with just TARGET=arm specified. Andrew