- 积分
- 32
贡献154
飞刀49 FD
注册时间2020-1-19
在线时间15 小时

 
扫一扫,手机访问本帖 
|
用的是开发板里的uboot,交叉编译器装好了,环境变量配置好了,编译遇到错误,请教大家怎么解决?
编译到最后出现以下错误:
make[1]: Leaving directory `/root/uboot1.1.6_256M/drivers/nand_legacy'
make -C drivers/onenand/
make[1]: Entering directory `/root/uboot1.1.6_256M/drivers/onenand'
Makefile:9: Extraneous text after `else' directive
Makefile:11: Extraneous text after `else' directive
Makefile:11: *** only one `else' per conditional. Stop.
make[1]: Leaving directory `/root/uboot1.1.6_256M/drivers/onenand'
make: *** [drivers/onenand/libonenand.a] Error 2 |
|