From owner-freebsd-arm@FreeBSD.ORG Tue Jun 18 04:23:52 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C2D157EE for ; Tue, 18 Jun 2013 04:23:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id 949F4174D for ; Tue, 18 Jun 2013 04:23:52 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id f4so9038702iea.11 for ; Mon, 17 Jun 2013 21:23:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=6InM8z2DUJxqubljRX/wfQ4MrotMjfe82yWHqQyxsNo=; b=XWbQCMmugH9tbq2NIcwLhrG3B7dGwoPBSkt1El1IpktB089UnWTjrctuqygPyVSbl3 H4oPp23r8BpqT1dRXX5Hex+694R1iX370J1KrJJnZ6QALkiISi5XJJ9nUox3XUhpEFE+ xuoLP/bsKLqBIcqg604bEYsoxs+FYzsyZeu8bpgpPoNYGOrulYZeUNm9K7h93s9q5bsK FT12zF0aUKsBvEadLjPvV+FYc4evKwFqxbRzCg2R85ajvSO8Zr0hE+jyeyX2z7zbxafQ MMmVSCkNnip7+WbC0/4dYV0uG9i756Ltn9Yr0Bhh1m/TIW1KKOJm7uS9OmHCxKyUEdqE K/5g== X-Received: by 10.50.25.194 with SMTP id e2mr6597264igg.111.1371529432307; Mon, 17 Jun 2013 21:23:52 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id ct8sm20555569igb.7.2013.06.17.21.23.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Jun 2013 21:23:51 -0700 (PDT) Sender: Warner Losh Subject: Re: Two questions on -current... Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Mon, 17 Jun 2013 22:23:49 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <25ACCE84-5498-43EC-AD9D-D0CC17A8DB65@bsdimp.com> References: <1371521474.1391.9.camel@fbsd-laptop> To: Jason Birch X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQkwfNyCkFXaKfRwUY2FaCQZyvRoN8u+tJOY+G0MnMxRwjFy0McNZGtagRhFgMAIXTyAv7p8 Cc: mcgovern@beta.com, freebsd-arm 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: Tue, 18 Jun 2013 04:23:52 -0000 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=3Darm > TARGET_ARCH=3Darm KERNCONF=3DDB-88F6XXX buildkernel" in /usr/src)? >=20 > You'll need TARGET_ARCH=3Darmv6, I think.=20 The Marvel Kirkwood are armv5te. I think the actual problem may be that no buildworld and/or = kernel-toolchain was done first... Warner