You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running make CROSS_COMPILE=aarch64-linux-gnu- for kvim2 in Nougat branch, I got the error linux/compiler-gcc6.h not found or missing even with correct toolchains installed by following this guide.
Manually checking$uboot\include\linux in Nougat branch reveals that only up to compiler-gcc5.h was included. Naturally the temporary solution is to get gcc-5 linaro and gnu-rm toolchains,
Is the guide for installing toolchains for VIM2 was incorrect? Or compiler-gcc6.h actually exist on different branch? As VIM2 only has Nougat branch as per documentation, I presume this is the only branch that I can work on to build uboot and android for VIM2.
The text was updated successfully, but these errors were encountered:
when running
make CROSS_COMPILE=aarch64-linux-gnu-
for kvim2 inNougat
branch, I got the errorlinux/compiler-gcc6.h not found or missing
even with correct toolchains installed by following this guide.Manually checking
$uboot\include\linux
inNougat
branch reveals that only up to compiler-gcc5.h was included. Naturally the temporary solution is to get gcc-5 linaro and gnu-rm toolchains,Is the guide for installing toolchains for VIM2 was incorrect? Or
compiler-gcc6.h
actually exist on different branch? As VIM2 only hasNougat
branch as per documentation, I presume this is the only branch that I can work on to build uboot and android for VIM2.The text was updated successfully, but these errors were encountered: