I use Ubuntu on aarch64 and noticed that the scripts are made for x86 devices.
Small changes like checking the architecture at the beginning of the script and using aarch64-linux-gnu-gcc in the cross-compiler variabel make it work.
Would be great to run the build scripts natively
I use Ubuntu on aarch64 and noticed that the scripts are made for x86 devices. Small changes like checking the architecture at the beginning of the script and using
aarch64-linux-gnu-gcc
in the cross-compiler variabel make it work. Would be great to run the build scripts natively@lawrencetg @friendlyarm