[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luajit cross-compilation problem - missing stdint.h
- From: Michal Kolodziejczyk <miko@...>
- Date: Mon, 05 Dec 2011 13:05:59 +0100
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