请教make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-出错
以下是具体错误
root@ubuntu:/home/linux/sunxi/u-boot-sunxi# make Cubietruck_defconfig CROSS_COMPILE=arm-linux-gnueabihf-
#
# configuration written to .config
#
root@ubuntu:/home/linux/sunxi/u-boot-sunxi# make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
make: arm-linux-gnueabihf-gcc: Command not found
/bin/sh: 1: arm-linux-gnueabihf-gcc: not found
dirname: missing operand
Try 'dirname --help' for more information.
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config.h
GEN include/autoconf.mk
/bin/sh: 1: arm-linux-gnueabihf-gcc: not found
scripts/Makefile.autoconf:72: recipe for target 'include/autoconf.mk' failed
make[1]: *** [include/autoconf.mk] Error 1
make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'. Stop.
可以看出我第一个Cubietruck已经成功了,但第二个arch为什么失败了,哪位大神能解释一下,我是个菜鸟,谢谢