标签:
生成u-boot.bin
首先,修改Makefile中的交叉编译器;
然后,执行make.
ifeq ($(ARCH),arm) CROSS_COMPILE = endif
ifeq ($(ARCH),arm) CROSS_COMPILE = /opt/crosstool/gcc-3.4.5-glibc-2.3.6/arm-softfloat-linux-gnu/bin/arm-softfloat-linux-gnu- endif
V1.1.5
$make mrproper $make at91sam9260ek_config $make dep $make
$make distclean $make at91sam9260ek_config $make dep $make
标签:
原文地址:http://blog.csdn.net/xiaobin_hlj80/article/details/43058967