lua-users home
lua-l archive

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


2011/10/4 Tarmo Pikaro <tapika@yahoo.com>:
> Hi !
>
> I've found some references of someone trying to cross compile Lua scripting
> engine to symbian -
> see: http://lua-users.org/lists/lua-l/2011-06/msg00147.html
>
> Do you have some instructions how to cross compile LuaJit for symbian latest
> releases,
> what tools / etc are required to do this ?
>
> I would prefer to get whole package as a zip instead of patching if
> possible.
>
> Do you know what open problems there exists related to that one ?
>
>
> I've seen multiple ports to symbian of older Lua version (5.1.x but without
> Jit engine)
> - I guess it can be used as well. Would be good to know what is the freshest
> out of them.
>
> http://code.google.com/p/alua/
> http://www.developer.nokia.com/Community/Wiki/Lua ;(Seems to refer to invalid
> project ?)
> http://sourceforge.net/projects/luaforsymbian/ ;(Does not have any meanigful
> implementation ?)
> http://www.freepoc.org/viewapp.php?id=32 ;(Too old ?)
> http://luaforge.net/frs/download.php/1817/lua51_for_s60_3rd_emulator_2006_10_08.zip ;(Found
> reference here once, but lost link from where I have found it)
>
>
> --
> Have a nice day!
> Tarmo.

Hi, I have tried to port luajit2 to Synbian, with Mike's help.

just define CROSS variable in command, and process a .s file and write
it into mmp file.

but I don't have idea to compile a WINSCW version of LuaJIT :(