Re:Re: luajit2 BUG

  • From: Rostislav Sacek <rostislav.sacek@xxxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Mon, 14 Sep 2015 14:41:34 +0200

on android 4.2.2, luajit2.0.4; in luajava module, test the fib(32).

make cmdline:

make -j 3 HOST_CC="gcc -m32" CROSS=arm-linux-androideabi- TARGET_SYS=arm

The problem is in TARGET_SYS=arm - this should be TARGET_SYS=Linux for Android environment.
I made this mistake too and I had same buggy behaviour.

Rostislav

Other related posts: