+ -
当前位置:首页 → 问答吧 → 【求助】编译u-boot出现的问题

【求助】编译u-boot出现的问题

时间:2006-12-12

来源:互联网

在LINUX2.4.20下编译uboot1。1。2时,运行命令MAKE后出现提示:
[root@localhost u-boot-1.1.2wang]# make
make[1]: Entering directory `/usr/u-boot-1.1.2wang/tools'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/usr/u-boot-1.1.2wang/tools'
make[1]: Entering directory `/usr/u-boot-1.1.2wang/examples'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/usr/u-boot-1.1.2wang/examples'
make[1]: Entering directory `/usr/u-boot-1.1.2wang/post'
make[1]: `.depend' is up to date.
make[1]: Leaving directory `/usr/u-boot-1.1.2wang/post'
make[1]: Entering directory `/usr/u-boot-1.1.2wang/post/cpu'
make[1]: *** No rule to make target `asm.S', needed by `.depend'.  Stop.
make[1]: Leaving directory `/usr/u-boot-1.1.2wang/post/cpu'
make: *** [depend] Error 2
请问是何原因,如何修改。多谢!      

作者: seapeak   发布时间: 2006-12-12

make distclean
make xxx_config
make      

作者: ssslady   发布时间: 2006-12-20