Trying to cross compile to ARM (aka: run on my old raspberry pi 3) fails Im guessing this is due to lack of hardware support for 64-bit values (?) Changing `i64` -> `isize` here and there seems to do the trick 馃
Trying to cross compile to ARM (aka: run on my old raspberry pi 3) fails
Im guessing this is due to lack of hardware support for 64-bit values (?)
Changing
i64->isizehere and there seems to do the trick 馃