今天在使用缺省配置文件编译内核的时候出现如下错误:

 1 make: arm-linux-gcc: Command not found
 2                 ??  HOSTLD  scripts/kconfig/conf
 3 scripts/kconfig/conf -s arch/arm/Kconfig
 4 make: arm-linux-gcc: Command not found
 5                 ??  CHK     include/linux/version.h
 6   Generating include/asm-arm/mach-types.h
 7   CHK     include/linux/utsrelease.h
 8   UPD     include/linux/utsrelease.h
 9   SYMLINK include/asm -> include/asm-arm
10   CC      kernel/bounds.s
11 /bin/sh: line 1: arm-linux-gcc: command not found
12 make[1]: *** [kernel/bounds.s] Error 127
13 make: *** [prepare0] Error 2

相关文章:

  • 2022-12-23
  • 2021-09-16
  • 2022-02-04
  • 2021-09-03
  • 2021-11-29
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
  • 2021-08-12
  • 2022-12-23
相关资源
相似解决方案