I wonder if there is someone who can explain me if that's possible to create a raw bytecode for ARM on a Linux desktop?
The help mentions that -a (or arch) parameter can be used to supply a target arch, but I've found no examples of how to specify ARM.
I've tried to supply at least something so that luajit would throw some exception and an explanation, but both
Code: Select all
luajit -b conf.lua conf.txt -a arm
luajit -b conf.lua conf.txt2
Is it even possile?