Our kernel is Aarch64
Userland is armhf
So any GCCv ia APT will be armhf and won’t work for the kernel.
Quickest way to get an aarch64 toolchain is sudo apt-get install aarch64-toolchain-osmc
; but that’ll require you to chroot.
Our kernel is Aarch64
Userland is armhf
So any GCCv ia APT will be armhf and won’t work for the kernel.
Quickest way to get an aarch64 toolchain is sudo apt-get install aarch64-toolchain-osmc
; but that’ll require you to chroot.