Re: Probably a weird question: Lua in big endian
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Probably a weird question: Lua in big endian
- From: Florian Weimer <fw@...>
- Date: 2008年12月14日 19:44:22 +0100
* Bogdan Marinescu:
> 1. did anybody out there tried (and succeeded) ro tun Lua 5.1.4 on a big
> endian machine?
Debian built Lua 5.1.3 on mips, sparc and powerpc (and 5.1.4 on sparc
and powerpc). A "hello, world" program is run during the build
process, so at a very simple level, the compiled binary works.
You should try to attach a debugger and obtain a backtrace. If this
is difficult, you could try to reproduce the issue in a more complete,
but ABI-compatible test environment.