我正在遵循本指南:https : //wiki.archlinux.org/index.php/Orange_Pi
我在此命令上遇到错误:$ make -j4 ARCH=arm CROSS_COMPILE=arm-none-eabi-
这是错误:
make: arm-none-eabi-gcc: Command not found
/bin/sh: 1: arm-none-eabi-gcc: not found
dirname: missing operand
Try 'dirname --help' for more information.
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config.h
UPD include/config.h
CFG u-boot.cfg
/bin/sh: 1: arm-none-eabi-gcc: not found
GEN include/autoconf.mk.dep
/bin/sh: 1: arm-none-eabi-gcc: not found
scripts/Makefile.autoconf:79: recipe for target 'u-boot.cfg' failed
make[1]: *** [u-boot.cfg] Error 1
make[1]: *** Waiting for unfinished jobs....
scripts/Makefile.autoconf:50: recipe for target 'include/autoconf.mk.dep' failed
CFG spl/u-boot.cfg
make[1]: *** [include/autoconf.mk.dep] Error …
Run Code Online (Sandbox Code Playgroud)