请问一下,这个arm64的luajit到底能不能用啊……靠谱不?
ld: section __mach_header (address=0x100000000, size=7296) would make the output executable exceed available address range for architecture i386
并且在other linker flags中增加参数 -pagezero_size 10000 -image_base 100000000 参数自动换行了
为什么我按照要求基本都做了还是require报错src/main.luac: bad header in precompiled chunk
我就首先从git下载了你的版本,然后拷贝到extern下的luajit换掉,然后再换掉从网盘下载的libluajit.a然后在AppDelegate.cpp加上你的代码然后other linker flags也加上,然后编译不报错,运行就require不能