From owner-freebsd-arm@FreeBSD.ORG Wed Jun 19 20:56:39 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D06A2BD1 for ; Wed, 19 Jun 2013 20:56:39 +0000 (UTC) (envelope-from rskanth@yahoo.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id B491B1E46 for ; Wed, 19 Jun 2013 20:56:39 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UpPQf-0004yE-0x for freebsd-arm@freebsd.org; Wed, 19 Jun 2013 13:56:33 -0700 Date: Wed, 19 Jun 2013 13:56:33 -0700 (PDT) From: rskanth To: freebsd-arm@freebsd.org Message-ID: <1371675392953-5821526.post@n5.nabble.com> In-Reply-To: References: <201306142359.r5ENxAes024505@oldred.freebsd.org> <201306162210.r5GMA05N031413@freefall.freebsd.org> <51BF76F3.8020806@yahoo.com> <51C0B3AA.3060304@yahoo.com> Subject: Re: arm/179561: Compilation issue for lighttpd on raspberry pi MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 19 Jun 2013 21:11:01 +0000 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: Wed, 19 Jun 2013 20:56:39 -0000 All the roads are right now pointing to a clang issue on FreeBSD arm. The alignment issue originally noted by hiren is tracked in this PR. http://llvm.org/bugs/show_bug.cgi?id=15696. At this point I am keen on figuring out a) the Official way to cross-build ports on x86. I tried a few unofficial ones without success. I prefer this as it can significantly reduce build time b) completely disable clang in the native build on raspberry pi. I tried over-riding the /etc/make.conf with g++ for CXX and CPP, I get issues with the config. Any help is greatly appreciated. -- View this message in context: http://freebsd.1045724.n5.nabble.com/arm-179561-Compilation-issue-for-lighttpd-on-raspberry-pi-tp5820160p5821526.html Sent from the freebsd-arm mailing list archive at Nabble.com.