From owner-freebsd-arm@FreeBSD.ORG Tue Jun 18 04:10:19 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 308443BD for ; Tue, 18 Jun 2013 04:10:19 +0000 (UTC) (envelope-from jbirch@jbirch.net) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) by mx1.freebsd.org (Postfix) with ESMTP id F327E16E5 for ; Tue, 18 Jun 2013 04:10:18 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id ta17so4126570obb.36 for ; Mon, 17 Jun 2013 21:10:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=VorYQsvI/swC2R7Cdb9WHGto6Rirq72OQBm6N5nq4Ys=; b=okDEcnKZTbRnqL8h/cgVM6QjYOPel+YXox6ZX2EEnaxY7fMHkchNKRfT6JalwYTmfu tEIUcO2S4nhBFC/WE8K2btKdG3QH50Hm7ix7XDccCDkOVH7++1QbSVHlSUB+GCNG59L1 mqY2RAIYJ8kYSQbDILdppigt/2KiXZ0fC11IM0CQUuzeaEbtkVtI6oPpb/Qof7bXTZY6 XYja6CnE7GXaqrMvraqvbkhhs7fCirhPvHIZRfC3EBq0vEQ+znXw2AjR6MPBe3qFfYXT 6WUvWRxT55bcc6N2uMYf68FiWG7P43i5oTERMmJBiWlQGE8Afxe6YDL5iJLRvHwvXADZ zeVA== MIME-Version: 1.0 X-Received: by 10.60.137.163 with SMTP id qj3mr11156556oeb.84.1371528618488; Mon, 17 Jun 2013 21:10:18 -0700 (PDT) Received: by 10.182.216.40 with HTTP; Mon, 17 Jun 2013 21:10:18 -0700 (PDT) X-Originating-IP: [59.167.133.100] In-Reply-To: References: <1371521474.1391.9.camel@fbsd-laptop> Date: Tue, 18 Jun 2013 14:10:18 +1000 Message-ID: Subject: Re: Two questions on -current... From: Jason Birch To: Warner Losh X-Gm-Message-State: ALoCoQl5GQ9K/HM7HUQUP4veNEjyX7AFANCfmW5CiD6ahWdI3YVRLmeam3c1YmTbNzOZ2jjhvoXt Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:10:19 -0000 > 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.