From owner-freebsd-arm@FreeBSD.ORG Tue Oct 22 22:33:10 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3EBE1559 for ; Tue, 22 Oct 2013 22:33:10 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id 214CC2D73 for ; Tue, 22 Oct 2013 22:33:09 +0000 (UTC) Received: from bender.Home (97e5e46b.skybroadband.com [151.229.228.107]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id 424675E30F; Tue, 22 Oct 2013 22:23:30 +0000 (UTC) Date: Tue, 22 Oct 2013 23:23:23 +0100 From: Andrew Turner To: Olivier Houchard Subject: Re: AVILA kernel Message-ID: <20131022232323.35652386@bender.Home> In-Reply-To: <20131022215744.GA63463@ci0.org> References: <20131022215744.GA63463@ci0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Berislav Purgar , "freebsd-arm@freebsd.org" 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, 22 Oct 2013 22:33:10 -0000 On Tue, 22 Oct 2013 23:57:45 +0200 Olivier Houchard wrote: > The only thing I can think of, on top of my mind, is I'm still using > gcc to compile my kernels, and you may be using clang. As I don't > think clang has been tested much with big-endian arm, maybe there're > a few issues there. If you're using it, can you try to switch to gcc > to see if it is any better ? Clang has no support for big-endian ARM. There is someone working on it, but last time I looked it was not upstreamed. Andrew