From owner-freebsd-arm@FreeBSD.ORG Tue Feb 24 02:02:06 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE7952CF for ; Tue, 24 Feb 2015 02:02:05 +0000 (UTC) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) (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 9646A33A for ; Tue, 24 Feb 2015 02:02:05 +0000 (UTC) Received: by qcwr17 with SMTP id r17so1982633qcw.1 for ; Mon, 23 Feb 2015 18:01:58 -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 :content-transfer-encoding; bh=jeTcP/6oZSbnrE6qe0tyDwdonoiw1KWMsLCQRBbDhH8=; b=I1Jk7iH5bOfJLUFOrVljP0n64wg+b6pXwd1zFhr3RpcVFPqKPeHN6tNV7/mDXO3e41 zeqeSWnmUhHBoTZ/I9Vjxqs/os0VlrbgheradgzSFnhO+qi2ZjBrk+ApoQZffIu1hP3n haRPf1vVg2/W5DaySHklhnO0bNEwyuCB1Lcuaz7/XrllYDWlzEEw5L/SqcvsNYTpaJri +jNapenN8ootLAbwM6anMjFhYVfwb9BDEFA6+DjBjPmcWE/hbYAhgzd2gVtKpjKDwQ1G ajUR4kglaHcKHEuYXaAZoQMjX39mLBSo7kBGg6l17USDvRATwhBwv9GTmxxjU+dQlbZa OHWA== X-Gm-Message-State: ALoCoQmU4v+xfriOZB84xtbf5AnbNlsrYyYLfRdJZ4MuasvSV8AfFHgxaN0RTp8Qc6UGgl8ZDeay X-Received: by 10.229.83.196 with SMTP id g4mr32012395qcl.18.1424743318145; Mon, 23 Feb 2015 18:01:58 -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 f46sm28667434qgd.3.2015.02.23.18.01.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Feb 2015 18:01:57 -0800 (PST) Message-ID: <54EBDB94.5030702@ambient-md.com> Date: Mon, 23 Feb 2015 21:01:56 -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: Brett Wynkoop Subject: Re: kernel build fails References: <20150223173731.4902457d@ivory.wynn.com> <54EBC6AD.30707@ambient-md.com> <20150223202549.74fc38ae@ivory.wynn.com> In-Reply-To: <20150223202549.74fc38ae@ivory.wynn.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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:02:06 -0000 Hi, Im not a developer, but i will try tomorrow. Im running in qemu freebsd v10.1 armv6 (arm1176). I will keep posted. Thanks, Peter On 2/23/2015 8:25 PM, Brett Wynkoop wrote: > Greeting- > > I yanked the arm7 reference from the Makefile generated by config and > now we have the following: > > In file included > from /usr/src/sys/arm/compile/BEAGLEBONE/../../../arm/arm/genassym.c:36: > In file included > from /usr/src/sys/arm/compile/BEAGLEBONE/../../../sys/bus.h:129: In > file included > from /usr/src/sys/arm/compile/BEAGLEBONE/../../../cddl/compat/opensolaris/sys/kobj.h:41: > In file included > from /usr/src/sys/arm/compile/BEAGLEBONE/../../../cddl/compat/opensolaris/sys/vnode.h:41: > In file included > from /usr/src/sys/arm/compile/BEAGLEBONE/../../../sys/namei.h:37: In > file included > from /usr/src/sys/arm/compile/BEAGLEBONE/../../../sys/filedesc.h:41: In > file included > from /usr/src/sys/arm/compile/BEAGLEBONE/../../../sys/seq.h:70: ./machine/cpu.h:22:9: > error: implicit declaration of function 'cp15_pmccntr_get' is invalid > in C99 [-Werror,-Wimplicit-function-declaration] return > cp15_pmccntr_get(); ^ 1 error generated. *** Error code 1 > > Stop. > make[3]: stopped in /usr/src/sys/modules/dtrace/dtrace > *** Error code 1 > > Stop. > make[2]: stopped in /usr/src/sys/modules/dtrace > *** Error code 1 > > Stop. > make[1]: stopped in /usr/src/sys/modules > *** Error code 1 > > Stop. > make: stopped in /usr/src/sys/arm/compile/BEAGLEBONE > root@beaglebone:/usr/src/sys/arm/compile/BEAGLEBONE # > > > I think some of the arm kernel folks need to try a native build of the > kernel. We should be able to native builds of the kernel. > > I can provide ssh and root access to my BB if needs be, but I bet there > are lots of them in the hands of arm kernel devs. > > > -Brett >