make: arm-vfp-linux-gnu-gcc: Command not found CHK include/linux/version.h make[1]: `include/asm-arm/mach-types.h' is up to date. CHK include/linux/utsrelease.h CC kernel/bounds.s /bin/sh: arm-vfp-linux-gnu-gcc: command not found make[1]: *** [kernel/bounds.s] Error 127 make: *** [prepare0] Error 2方法:
su root
source /etc/profile
make zImage
这样就可以使普通用户的/usr/bin在root中使用了
前提使你已经设置好环境变量
编译结束后将在内核源码目录的arch/arm/boot 中得到Linux 内核映像文件:zImage
Ubuntu编译内核找不到交叉编译器解决方法
最新推荐文章于 2023-12-12 11:21:08 发布