From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3580 Path: news.gmane.org!not-for-mail From: Ian Denhardt Newsgroups: gmane.linux.lib.musl.general Subject: Re: Compile error doing cross build on arm Date: Mon, 08 Jul 2013 18:32:26 -0400 Message-ID: <20130708223226.7207.57627@urza> References: <20130708155802.24215.17389@urza> <20130708195152.0704f577@ralda.gmx.de> <20130708183517.GJ29800@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1373322792 18442 80.91.229.3 (8 Jul 2013 22:33:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2013 22:33:12 +0000 (UTC) Cc: Rich Felker To: musl@lists.openwall.com Original-X-From: musl-return-3584-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jul 09 00:33:14 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UwJzd-000528-RV for gllmg-musl@plane.gmane.org; Tue, 09 Jul 2013 00:33:13 +0200 Original-Received: (qmail 7407 invoked by uid 550); 8 Jul 2013 22:33:13 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 7394 invoked from network); 8 Jul 2013 22:33:12 -0000 In-Reply-To: <20130708183517.GJ29800@brightrain.aerifal.cx> User-Agent: alot/0.3.4 Xref: news.gmane.org gmane.linux.lib.musl.general:3580 Archived-At: > The indirect cause of the error, and the real problem, is almost > surely that the compiler was configured for old, pre-EABI ARM ABI. > This ABI is NOT supported by musl, and will lead to various major > problems that could otherwise go undetected for a long time, like > misaligned structures (the old ABI only had 4-byte alignment for > 64-bit types, for example). So this issue needs to be checked and > fixed before moving ahead. Right you are, good catch. Works fine after swapping out the compiler. Thanks, -Ian