Compile error arm-linux-gnueabihf-gcc not found
xblond opened this issue · 1 comments
Hi,
I just try to compile the project but I have a compile error like a file is missing.
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make zImage
make: arm-linux-gnueabihf-gcc: Command not found
scripts/kconfig/conf --silentoldconfig Kconfig
make: arm-linux-gnueabihf-gcc: Command not found
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
make[1]: 'include/generated/mach-types.h' is up to date.
CC kernel/bounds.s
/bin/sh: 1: arm-linux-gnueabihf-gcc: not found
Kbuild:44: recipe for target 'kernel/bounds.s' failed
make[1]: *** [kernel/bounds.s] Error 127
Makefile:992: recipe for target 'prepare0' failed
make: *** [prepare0] Error 2
I followed exactly the steps described in README files but no success, any idea ?
missing apt-get install gcc-arm-linux-gnueabihf