Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Cross Compiling ====== ===== cross compile for ARM with LXC ===== ==== ARM 32-bit v7 ==== <code bash>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</code> ==== ARM 64-bit V8 (ARM64) ==== <code bash>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</code> Last modified: 2024-07-05 14:31