下载了一个最新的u-boot2014.10
配置
make smdk2410_config
编译
make
出现如下错误
cc1: error: bad value (armv4) for -march= switch
cc1: error: bad value (armv4) for -mtune= switch
make[2]: *** [include/autoconf.mk] Error 1
make[1]: *** [silentoldconfig] Error 1
make: *** No rule to make target include/config/auto.conf', needed by
include/config/uboot.release'. Stop.
谁知道怎么回事呢??
有没有指定编译器???????