-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Got a bunch of errors trying to build a Linux kernel for MK908 V3 using Lubuntu 15.04 64 bit with all the proper tools installed.
Configuring kernel for rk3188_mk908_linux_defconfig
*** Can't find default configuration "arch/arm/configs/rk3188_mk908_linux_defconfig"!
/home/chaotic-mind/Rockchip-GPL-Kernel/scripts/kconfig/Makefile:121: recipe for target 'rk3188_mk908_linux_defconfig' failed
make[1]: *** [rk3188_mk908_linux_defconfig] Error 1
Makefile:496: recipe for target 'rk3188_mk908_linux_defconfig' failed
make: *** [rk3188_mk908_linux_defconfig] Error 2
Building kernel for rk3188_mk908_linux_defconfig with 6 thread(s)
make: ./omegamoon/toolchain/linaro/bin/arm-linux-gnueabihf-gcc: Command not found
CHK include/linux/version.h
CHK include/generated/utsrelease.h
CC scripts/mod/empty.o
/bin/sh: 1: ./omegamoon/toolchain/linaro/bin/arm-linux-gnueabihf-gcc: not found
scripts/Makefile.build:305: recipe for target 'scripts/mod/empty.o' failed
make[2]: *** [scripts/mod/empty.o] Error 127
scripts/Makefile.build:441: recipe for target 'scripts/mod' failed
make[1]: *** [scripts/mod] Error 2
make[1]: *** Waiting for unfinished jobs....
Makefile:510: recipe for target 'scripts' failed
make: *** [scripts] Error 2
make: *** Waiting for unfinished jobs....
make[1]: 'include/generated/mach-types.h' is up to date.
./build_omegamoon_base: line 40: ./omegamoon/rkcrc: No such file or directory
chaotic-mind@chaoticmind-EL1360G:~/Rockchip-GPL-Kernel$
What gives? The executable under that name is in the proper folder.