ameerbhargav
New Member
Hi,
I am trying to compile the linux with arm cross compiler toolchain. I downloaded the toolchain and updated the PATH variable but when I am trying to compile using "make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- menuconfig" I am getting below error. Please help me out in resolving this.
Error:
"
aarch64-linux-gnu-gcc: unknown compiler
scripts/Kconfig.include:44: Sorry, this compiler is not supported.
make[2]: *** [menuconfig] Error 1
make[1]: *** [menuconfig] Error 2
make: *** [__sub-make] Error 2"
I am trying to compile the linux with arm cross compiler toolchain. I downloaded the toolchain and updated the PATH variable but when I am trying to compile using "make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- menuconfig" I am getting below error. Please help me out in resolving this.
Error:
"
aarch64-linux-gnu-gcc: unknown compiler
scripts/Kconfig.include:44: Sorry, this compiler is not supported.
make[2]: *** [menuconfig] Error 1
make[1]: *** [menuconfig] Error 2
make: *** [__sub-make] Error 2"