You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling for ARMv6 turns out to be not very straightforward: the gcc-arm-linux-gnueabihf toolchain from the distros' repos is configured with armv7 flags, so the binaries it produces rely on armv7 instructions and don't run on armv6 (1, 2, 3, 4).
One recommended workaround is to use gcc from https://github.com/raspberrypi/tools. But when building libsignal it stumbles on the boringssl step due to the missing header files (logs).
Attempting to use cross-rsfails on configuring Cmake for boringssl.
Using a QEMU container to avoid cross-compilation hits a QEMU bug with large filesizes on 32-bit systems.
Some of the these methods could probably be made to work, but I haven't had the time to troubleshoot it further. PRs welcome!
Would it be possible to create a binary buld for a Raspberry Pi B (armv6l)?
The text was updated successfully, but these errors were encountered: