Skip to content

Instantly share code, notes, and snippets.

@leveled
Last active October 10, 2021 14:40
Show Gist options
  • Save leveled/d4f3eead41b7e5e2e3d5c5e838861d00 to your computer and use it in GitHub Desktop.
Save leveled/d4f3eead41b7e5e2e3d5c5e838861d00 to your computer and use it in GitHub Desktop.
Install packages used to cross-compile Linux kernel
sudo apt-get install libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev build-essential bison flex libssl-dev bc
#For Qemu
azeria@ubuntu:~$ sudo apt update -y && sudo apt upgrade -y
azeria@ubuntu:~$ sudo apt install qemu-user qemu-user-static gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu binutils-aarch64-linux-gnu-dbg build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment