2013-01-10 27 views
-2

以下是我在製作zImage時遇到的錯誤.. 任何人都可以幫助我嗎?由於製作zImage的錯誤

make: arm-linux-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 
    SYMLINK include/asm -> include/asm-arm 
    CC  kernel/bounds.s 
/bin/sh: arm-linux-gcc: not found 
make[1]: *** [kernel/bounds.s] Error 127 
make: *** [prepare0] Error 2 
+0

執行此操作。如果在make中使用'V = – alk

回答

3

看起來你沒有GNU手臂工具鏈即arm-linux-gcc

如果您尚未安裝安裝的Sourcery Codebench完成精簡版別。如果您有二進制文件,請在PATH變量中設置bin目錄路徑。您可以按export PATH=$PATH:/path/to/arm/binaries/