[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT/ARM on other OSs
- From: Mike Pall <mikelu-1106@...>
- Date: Thu, 23 Jun 2011 21:10:39 +0200
Gavin Wraith wrote:
> Some kind of hand-holding documentation to explain step by step what
> must be done to compile LuaJIT would be very welcome.
http://luajit.org/install.html#cross (near the end of the section)
For a minimal target OS, you may need to disable the built-in
allocator in src/Makefile and use TARGET_SYS=Other.
That should be all you need to do. Maybe BUILDMODE=static, too.
Having GNU Make on the cross-compile host is mandatory, though.
Mail me, if you encounter missing library calls or such.
--Mike