This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

为omapl138建立Linux内核



Hello,我最近在参考这篇文章建立Linux内核。
(processors.wiki.ti.com/.../OMAP-L138_LCDK_Linux_Software_Developer's_Guide )
当我执行命令 ‘ ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- make uImage '的时候出现如下错误,请问该怎么解决呢?

' make : arm-arago-linux-gnueabi-gcc : command not found
CHK include/linux/version.h
CHK include/generated/utsrelease.h
make[1]: "include/generated/mach-types.h" is the latest
CC kernel/bounds.s
/bin/sh : 1 : arm-arago-linux-gnueabi-gcc : not found
make[1] : [kernel/bounds.s] error 127
make: [prepare0] error 2 '

应该不是arm-arago-linux-gnueabi-gcc路径的问题,一位前几条语句都能正常执行。