Absolute pain
Last updated 9 months ago
Was this helpful?
Install and the
sudo apt-get install gcc-multilib gcc-arm-linux-gnueabihf
for gcc:
gcc
CC=arm-linux-gnueabihf-gcc
Extra step required. We have to , then update to get the packages:
sudo dpkg --add-architecture armhf sudo apt-get update
Finally, install libseccomp-dev for armhf:
libseccomp-dev
armhf
sudo apt-get install libseccomp-dev:armhf
CC
Makefile