From owner-freebsd-arm@FreeBSD.ORG Tue Feb 24 02:15:38 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 5042B8AF for ; Tue, 24 Feb 2015 02:15:38 +0000 (UTC) Received: from mail-qa0-f52.google.com (mail-qa0-f52.google.com [209.85.216.52]) (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 07523671 for ; Tue, 24 Feb 2015 02:15:37 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id v10so25086490qac.11 for ; Mon, 23 Feb 2015 18:15:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type; bh=tjptKSXjpRTIrQ5KiwvkZqsiHH7zb+wvdkbUHIUklsE=; b=UEd3PgVirHBj0XyiLpB4d490tvfv/l3MotbQRN0ud63OA0pvsMbe7mbWkmvicnwApo 42mQww8zDuG3loVveg9f/TU0ynZTEMkXZ0VtfUc6rDrrvb8Qz9jy1EfUGW9i4eK7RDZ9 /I+pY7uk0Qb5pNJOh+qgDBAhCWx9kgXMSZzcFWsRTKNKa7c6HHu2y5FzreVgZuqriYRr Nds4XRs7oo4kPO6JSaqvq7yNfsfhVq26wqACPChOSihRC+NvS0FN88KfsQIaBB07oGzn CQ6YQVJOw508U9bv1FQ/F4+6bBScsPkSLrUehFpI7wpVJ1L6T4EvSoqAUwiO2QhSWZkn VIgw== X-Gm-Message-State: ALoCoQnjUMZLD2a5TaCCMNII/xjg9i7k07Cc03HAHtCiuYTuXU1RxLxaTuAKUoyWZDxtDZGvXZpP X-Received: by 10.229.248.138 with SMTP id mg10mr31195089qcb.29.1424737968694; Mon, 23 Feb 2015 16:32:48 -0800 (PST) Received: from [172.26.26.1] (ip69-17-247-231.vif.net. [69.17.247.231]) by mx.google.com with ESMTPSA id k11sm28664520qaj.17.2015.02.23.16.32.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Feb 2015 16:32:47 -0800 (PST) Message-ID: <54EBC6AD.30707@ambient-md.com> Date: Mon, 23 Feb 2015 19:32:45 -0500 From: Peter Garshtja User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Michael Mitchell , Brett Wynkoop Subject: Re: kernel build fails References: <20150223173731.4902457d@ivory.wynn.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-arm@freebsd.org" 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: Tue, 24 Feb 2015 02:15:38 -0000 Hi, In your output i see *-O -pipe -mcpu=arm1176jzf-s arm1176 is armv6, but beaglebone has armv7 cpu. Are you compiling using crochet ? If not, try crochet its easy to use. Thanks, Peter *