[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compile on x86, run on ARM?
- From: Stefan Schwarzbach <Schwarzbach@...>
- Date: Mon, 06 Feb 2006 18:44:00 +0100
Hi Derek,
I'm not sure, but could there be a problem with the byte order of values
bigger than 8bits? Little endian vs. Big endian.
I'm not a lua developer so this is more a notice than an answer
Greetings,
Stefan
Baker, Derek schrieb:
> Hi,
>
> Is it possible to run compiled Lua on an architecture other than that
> which it was compiled on? For instance, can I compile a lua script to
> bytecode on an x86 platform and run the bytecode on an ARM platform?
>
> I'm trying that now on a very simple script, and get the error:
>
> lua: unknown number format in test.byt
>
> when trying to run it. This happens when compiling on x86 and trying
> to run on ARM as well as compiling on ARM and trying to run on x86.
> All running Linux, btw.
>
> Thanks,
> Derek
>
>