- 积分
- 5
贡献16
飞刀0 FD
注册时间2015-6-23
在线时间1 小时
扫一扫,手机访问本帖
|
使用的uboot是在这个网站上下的1,1,6
home/z/myself/uboot/uboot1.1.6/include/version.h:27:35: error: version_autogenerated.h: No such file or directory
/usr/local/arm/4.3.2/bin/arm-linux-gcc -D__ASSEMBLY__ -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0xC7E00000 -I/home/z/myself/uboot/uboot1.1.6/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -pipe -DCONFIG_ARM -D__ARM__ -march=armv5t -c -o start.o start.S
In file included from start.S:31:
/home/z/myself/uboot/uboot1.1.6/include/version.h:27:35: error: version_autogenerated.h: No such file or directory
make[1]: *** [start.o] Error 1
make[1]: Leaving directory `/home/z/myself/uboot/uboot1.1.6/cpu/s3c64xx'
make: *** [cpu/s3c64xx/start.o] Error 2
root@ubuntu:/home/z/myself/uboot/uboot1.1.6#
|
|