[问题] kernel编译问题

楼主: bee01246 (Bang!)   2014-08-02 15:40:00
小弟的开发板是CDK,有安装交叉编译工具arm-linux-gcc
在配置完要重新编译时
#make uImage
出现以下错误
make: arm-none-linux-gnueabi-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 lernel/bounds.s
/bin/sh: arm-none-linux-gnueabi-gcc: not found
make[1]: *** [kernel/bounds.s] Error 127
make: *** [prepare0] Error 2
网络上找到的解决方法连结arm-none-linux-gnueabi-gcc与arm-linux-gcc
#ln -s arm-linux-gcc arm-none-linux-gnueabi-gcc
#arm-none-linux-gnueabi-gcc
结果是no input files,表示有连结成功
但我编译结果还是一样找不到
想请问有什么方法可解决吗?
感谢
作者: mayasky ( )   2014-08-02 17:28:00
make uImage ARCH=arm CROSS_COMPILE=arm-linux-
作者: Bode123 (中肯宝宝)   2014-08-02 23:44:00
PATH 没加??
作者: bug2 (bug)   2014-08-03 00:54:00
可使用echo $PATH看看环境变量有没有设定好
楼主: bee01246 (Bang!)   2014-08-04 11:55:00
感谢三位的回答,已解决。

Links booklink

Contact Us: admin [ a t ] ucptt.com