小编Moh*_*ada的帖子

make[1]: arm-linux-gcc: 在 ubuntu 中找不到命令

可能的重复:
什么是 arm-linux-gcc 以及如何在 ubuntu 中安装它

当我尝试这个命令时

$ make ARCH=arm devkit8000 defconfig
Run Code Online (Sandbox Code Playgroud)

我收到此错误:

make[1]: arm-linux-gcc: Command not found
make[1]: arm-linux-gcc: Command not found
scripts/kconfig/conf -s arch/arm/Kconfig
***
*** You have not yet configured your kernel!
*** (missing kernel .config file)
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
make[3]: *** [silentoldconfig] Error 1
make[2]: *** [silentoldconfig] Error 2
make[1]: *** No rule to make target `devkit8000'.  Stop.
make: *** [devkit8000] Error …
Run Code Online (Sandbox Code Playgroud)

linux gcc kernel makefile ubuntu-11.04

3
推荐指数
1
解决办法
3万
查看次数

标签 统计

gcc ×1

kernel ×1

linux ×1

makefile ×1

ubuntu-11.04 ×1