mripard / sunxi-mali

GNU General Public License v2.0
100 stars 54 forks source link

Getting "-gcc: Command not found" error when I try to make clean or make mrproper #71

Closed ThendBend closed 5 years ago

ThendBend commented 5 years ago

1st Command - user:~/Desktop/customRom/test/linux$ make clean Error - make: /opt/toolchains/arm-eabi-4.7/bin/arm-eabi-gcc: Command not found /home/user/Desktop/customRom/test/linux/drivers/gpu/mali400/r4p1/Makefile:64: *** No KDIR found for platform . Stop. scripts/Makefile.clean:94: recipe for target 'drivers/gpu/mali400/r4p1' failed make[3]: *** [drivers/gpu/mali400/r4p1] Error 2 scripts/Makefile.clean:94: recipe for target 'drivers/gpu/mali400' failed make[2]: *** [drivers/gpu/mali400] Error 2 scripts/Makefile.clean:94: recipe for target 'drivers/gpu' failed make[1]: *** [drivers/gpu] Error 2 Makefile:1036: recipe for target '_clean_drivers' failed make: *** [_clean_drivers] Error 2

2nd Command - user:~/Desktop/customRom/test/linux$ make clean -r r4p1 -i Error - /home/kazem/Desktop/customRom/test/linux/scripts/kconfig/Makefile:36: recipe for target 'silentoldconfig' failed make[2]: [silentoldconfig] Error 1 (ignored) /home/kazem/Desktop/customRom/test/linux/drivers/gpu/mali400/r4p1/Makefile:64: *** No KDIR found for platform . Stop. scripts/Makefile.clean:94: recipe for target 'drivers/gpu/mali400/r4p1' failed make[3]: [drivers/gpu/mali400/r4p1] Error 2 (ignored) make: *** No rule to make target 'r4p1'. Stop.

ThendBend commented 5 years ago

Wrong place, I got confused sorry.