Cross-Compiling for arm32
Absolute pain
Basic Compilation
Install GCC multilib and the arm32 cross-platform toolchain
Add the CC
variable to the Makefile
for gcc
:
Compiling Libraries (seccomp)
Extra step required. We have to add the architecture, then update to get the packages:
Finally, install libseccomp-dev
for armhf
:
Last updated