Loading...
Absolute pain
Install GCC multilibarrow-up-right and the arm32 cross-platform toolchainarrow-up-right
sudo apt-get install gcc-multilib gcc-arm-linux-gnueabihf
Add the CC variable to the Makefilearrow-up-right for gcc:
CC
Makefile
gcc
Extra step required. We have to , then update to get the packages:
Finally, install libseccomp-dev for armhf:
libseccomp-dev
armhf
CC=arm-linux-gnueabihf-gcc
sudo dpkg --add-architecture armhf sudo apt-get update
sudo apt-get install libseccomp-dev:armhf