dev:cross-compile

Cross Compiling

sudo apt-get install lxc qemu-user-static qemu-user-static -y
sudo lxc launch ubuntu:14.04/armhf loki
sudo lxc-attach -n loki
lscpu
sudo apt-get install lxc qemu-user-static qemu-user-static -y
sudo lxc launch ubuntu:14.04/arm64 sif
sudo lxc-attach -n sif
lscpu
  • Last modified: 2019-12-20 14:21