Last active
October 10, 2021 14:40
-
-
Save leveled/d4f3eead41b7e5e2e3d5c5e838861d00 to your computer and use it in GitHub Desktop.
Install packages used to cross-compile Linux kernel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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