From owner-freebsd-arm@FreeBSD.ORG Fri Jun 21 01:26:47 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 649C9EF0 for ; Fri, 21 Jun 2013 01:26:47 +0000 (UTC) (envelope-from mcgovern@beta.com) Received: from spoon.beta.com (spoon.beta.com [199.165.180.2]) by mx1.freebsd.org (Postfix) with ESMTP id 15B8A110F for ; Fri, 21 Jun 2013 01:26:46 +0000 (UTC) Received: from [199.165.180.44] ([199.165.180.44]) by spoon.beta.com (8.14.5/8.14.5) with ESMTP id r5L1QXfb024437; Thu, 20 Jun 2013 21:26:33 -0400 (EDT) (envelope-from mcgovern@beta.com) Subject: Re: Two questions on -current... From: "Brian J. McGovern" To: Warner Losh In-Reply-To: <25ACCE84-5498-43EC-AD9D-D0CC17A8DB65@bsdimp.com> References: <1371521474.1391.9.camel@fbsd-laptop> <25ACCE84-5498-43EC-AD9D-D0CC17A8DB65@bsdimp.com> Content-Type: text/plain; charset="us-ascii" Organization: B.E.T.A. Date: Thu, 20 Jun 2013 21:26:31 -0400 Message-ID: <1371777991.1369.2.camel@fbsd-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on spoon.beta.com Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mcgovern@beta.com List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 01:26:47 -0000 On Mon, 2013-06-17 at 22:23 -0600, Warner Losh wrote: > On Jun 17, 2013, at 10:10 PM, Jason Birch wrote: > > 2.) When trying to compile DB-88F6XXX, I'm getting an error "error: > > unknown target CPU 'armv5te', despite a find ... grep... on the code > > showing this option in both gcc and clang compilers and tools. Is this > > processor deprecated in current? Is there are a replacement? Did I miss > > a change in how to build the kernel (Currently using "make TARGET=arm > > TARGET_ARCH=arm KERNCONF=DB-88F6XXX buildkernel" in /usr/src)? > > > > You'll need TARGET_ARCH=armv6, I think. > > The Marvel Kirkwood are armv5te. > > I think the actual problem may be that no buildworld and/or kernel-toolchain was done first... > > Warner > > > Would this be a make XDEV=arm XDEV_ARCH=arm xdev? A buildworld and xdev had been done prior, but I have not specifically run a kernel-toolchain. The only thing I didn't try was to chroot in to the resulting directory in /usr.