lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Yep, normally that's not a problem most lua packages are as cross build friendly as Lua.

T2 can ba a huge help for cross compiling embedded systems: http://t2-project.org
René


Sent abroad - http://ExactCODE.com Germany.

On 29 May 2010, at 21:34, Jorge <xxopxe@gmail.com> wrote:

On Sat, 2010-05-29 at 19:34 +0200, Gilles Ganault wrote:
Out of curiosity, if I write some Lua scripts that require some
modules (sockets, LuaSQL, etc.), will they compile/run OK on non-x86
processors like ARM, Blackfin, etc.?

Don'r know about LuaSQL, but i do have Lua + LuaSocket code running on
x86 (linux&windows), MIPSEL (linux) and ARM (linux).

Jorge