    
[root@localhost root]# ls
anaconda-ks.cfg install.log.syslog u-boot-2013.01
evolution minicom.log u-boot-2013.01.tar.bz2
install.log pax_global_header vmware-tools-distrib
[root@localhost root]# cd u-boot-2013.01
[root@localhost u-boot-2013.01]# ls
api config.mk drivers include mkconfig rules.mk
arch COPYING dts lib nand_spl snapshot.commit
board CREDITS examples MAINTAINERS net spl
boards.cfg disk fs MAKEALL post test
common doc helper.mk Makefile README tools
[root@localhost u-boot-2013.01]# make smdk2410_config
Configuring for smdk2410 board...
[root@localhost u-boot-2013.01]# make
make: arm-linux-gcc: Command not found
nerated/cc_options.mk; echo "-malignment-traps"; fi/bin/sh: line 1: arm-linux-gcc: command not found
dirname: 参数太少
请尝试执行‘dirname --help’来获取更多信息。
Generating include/autoconf.mk
/bin/sh: line 1: arm-linux-gcc: command not found
Generating include/autoconf.mk.dep
/bin/sh: line 1: arm-linux-gcc: command not found
make: *** [include/autoconf.mk.dep] Error 127
    
|