Re: Raspberry Pi and Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Raspberry Pi and Lua
- From: Alex Bradbury <asb@...>
- Date: 2012年7月20日 13:17:08 +0100
On 20 July 2012 11:55, Mike Pall <mikelu-1207@mike.de> wrote:
> Anyway, the armel -> armhf ABI changes are not buying you much,
> except for calls to C functions with FP arguments or return values.
> Not too common, esp. since LuaJIT inlines the common math functions.
>
> Plenty of packages and tools still have problems with the armhf ABI
> or the 'arm-linux-gnueabihf' triplet (as I found out the hard way).
It's not as bad as I feared. Certainly the raspbian folks have the
majority of the Debian archive rebuilt with armv6 hardfloat. There are
issues with some language runtimes of course - LuaJIT2, Mono, Gambas,
FreePascal.
Alex