lua-users home
lua-l archive

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


> luac was compiled/run with MSVC, an intel P4 processor and a standard
> luaconf. The DS' lua was compiled/run with GNUC, an ARM9E processor
> and a modified luaconf.

The easiest solution in this case is to change ldump.c to output code
suitable for the ARM or to change lundump.c to load code from the Intel
into the ARM. I've posted coded for the later here once or twice. If you
cannot find it, please ask me.