It seems Lime doesn’t compile for raspberri pi zero:
you have these commands
“-Dlinux”, | ||||
---|---|---|---|---|
“-Drpi”, | ||||
“-Dtoolchain=linux”, | ||||
“-DBINDIR=RPi”, | ||||
“-DCXX=arm-linux-gnueabihf-g++”, | ||||
“-DHXCPP_M32”, | ||||
“-DHXCPP_STRIP=arm-linux-gnueabihf-strip”, | ||||
“-DHXCPP_AR=arm-linux-gnueabihf-ar”, | ||||
“-DHXCPP_RANLIB=arm-linux-gnueabihf-ranlib” |
I understand arm-linux-gnueabihf targets ARMv7 but rasperry pi zero is ARMv6
Now it doesn’t seem to crosscompile from linux. But it doesn’t work even when I compile from raspberry zero. I think it should also compile to raspberry pi zero from other raspberrys , and this seem easier
( just a few flags to add )
Here is the toolchain for crosscompiling to raspberry
arm-rpi-4.9.3-linux-gnueabihf