From owner-freebsd-arm@FreeBSD.ORG Thu Feb 26 04:45:35 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8550D6F5 for ; Thu, 26 Feb 2015 04:45:35 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 159406E7 for ; Thu, 26 Feb 2015 04:45:35 +0000 (UTC) Received: by wgha1 with SMTP id a1so7663965wgh.12 for ; Wed, 25 Feb 2015 20:45:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kr8IVCFpu0V4bT9GNB2fRjbcbPQ9Nwf/LaZ1ROOoMQA=; b=RdqZgbrPo7nRsQ4ApeaumfED6h4ZsAuzkgrk8vDi9IilHeYMEbcKdrLrNVtuH2phi/ RULfbFHBJeTWi5tFuWu7qz7QWxHoygw8lj6SwdW+vEEUScr/u6UiBJEm/2PwdSAxpfup 8zf8DvE5i8IB67hG0MK2EqtHXdom+g0PIcU0YKTdHEZGktiUGNA2e/SNCZUnxEtYZ135 aI7dlh5Xi7TEsbS2zpJe3VoKKYcCP6HX8WOTfEZVpoB6pBTmHm+1R7Z4tnPZvhApe1Uc 9PGqnJCdRNtSRyXd4yEc3Uv7YHVXQpOvNnVpmwtOjf0AeFZt5ePHNZFoSffdKMglU83t MoyQ== MIME-Version: 1.0 X-Received: by 10.180.87.103 with SMTP id w7mr12297755wiz.48.1424925933564; Wed, 25 Feb 2015 20:45:33 -0800 (PST) Received: by 10.180.195.99 with HTTP; Wed, 25 Feb 2015 20:45:33 -0800 (PST) In-Reply-To: <20150225144201.48124440@ivory.wynn.com> References: <20150223173731.4902457d@ivory.wynn.com> <54EBC6AD.30707@ambient-md.com> <20150223201030.3a3d0a32@ivory.wynn.com> <20150225144201.48124440@ivory.wynn.com> Date: Thu, 26 Feb 2015 01:45:33 -0300 Message-ID: Subject: Re: kernel build fails From: Luiz Otavio O Souza To: Brett Wynkoop Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-arm@freebsd.org" , Peter Garshtja X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 04:45:35 -0000 On 25 February 2015 at 16:42, Brett Wynkoop wrote: > On Wed, 25 Feb 2015 12:37:50 -0300 > Luiz Otavio O Souza wrote: > > >> Brett, >> >> Things have evolved since 10.0 and the defaults used by crochet don't >> work anymore. >> >> Please remove the /etc/make.conf file. >> >> The CPUTYPE in that file is wrong for Beaglebones (ARMv7): >> https://github.com/kientzle/crochet-freebsd/blob/master/board/BeagleBone/overlay/etc/make.conf >> >> Luiz > > > So are you saying just remove make.conf, or replace it with the one > from the URL above? > > -Brett Just remove the file. The URL was to give a hint about the crochet issue to other people involved in this thread. Luiz