[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Cross-compile (i386/ARM) question
- From: "Bogdan Marinescu" <bogdan.marinescu@...>
- Date: Thu, 28 Aug 2008 11:00:38 +0300
Yes, that did it. Just apply "-msoft-float -mfpu=vfp" to everything
and you'll be able to cross-compile to ARM without any modifications
to Lua. Of course, the best way is still to have a proper
cross-compiler, but I'm happy with the way it works right now.
And a final note: strictly speaking, this is not an endianess problem.
I quote again:
Yes. On ARM, the two 32bit words of a double are themselves encoded
in _native endian orde_r, but the most significant word is always first.
This is more a problem of a very specific data represention. And a
cross-compiler must take this into account.
Thanks for all your help.
Bogdan
On Thu, Aug 28, 2008 at 9:42 AM, Bogdan Marinescu
<bogdan.marinescu@gmail.com> wrote:
> Thanks, I'm using that too, but I also need the "full" (floating point) version.
> About to compile me a new toolchain in 3 ... 2 ... 1 ... :)
>
> Thanks,
> Bogdan
>
> On Thu, Aug 28, 2008 at 8:54 AM, Mark Meijer <meijer78@gmail.com> wrote:
>> You said in the first post "I'm not really using floating point, but
>> the Lua's number type is the default (double)". Don't know if this is
>> an option for you (though I guess not, you probably already thought of
>> this), but can't you use Lua compiled with integer instead of double
>> as the number type?
>
- References:
- Cross-compile (i386/ARM) question, Bogdan Marinescu
- Re: Cross-compile (i386/ARM) question, Mike Crowe
- Re: Cross-compile (i386/ARM) question, Bogdan Marinescu
- Re: Cross-compile (i386/ARM) question, Luiz Henrique de Figueiredo
- Re: Cross-compile (i386/ARM) question, Bogdan Marinescu
- Re: Cross-compile (i386/ARM) question, Luiz Henrique de Figueiredo
- Re: Cross-compile (i386/ARM) question, Bogdan Marinescu
- Re: Cross-compile (i386/ARM) question, Bogdan Marinescu
- Re: Cross-compile (i386/ARM) question, Mark Meijer
- Re: Cross-compile (i386/ARM) question, Bogdan Marinescu