lua-users home
lua-l archive

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


On 03.12.2011 11:46, Mike Pall wrote:

> Your cross-compiler setup is incomplete. You've installed the
> toolchain, but not the sysroot for the target. This ought to
> include the glibc headers etc. for the target. Look into the
> directory given by: arm-linux-gnueabi-gcc -print-sysroot

Thanks!
BTW, my toolchain did not support ext2/log2, but thanks to the previous
thread on this list, i have added:

#define LUAJIT_NO_LOG2
#define LUAJIT_NO_EXP2

to src/lj_arch.h, and now I got it working.

Regards,
miko