Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 08 Jul 2013 18:32:26 -0400
From: Ian Denhardt <ian@...hack.net>
To: musl@...ts.openwall.com
Cc: Rich Felker <dalias@...ifal.cx>
Subject: Re: Compile error doing cross build on arm

> 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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.