日期:2014-05-16  浏览次数:20760 次

编译u-boot过程中有下面的错误,不过最后还是生成了u-boot;u-boot.bin;u-boot.srec等
make -C post/
make[1]: Entering directory `/tmp/snmsung/u-boot-1.1.6/post'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/snmsung/u-boot-1.1.6/post'
make -C post/cpu/
make[1]: Entering directory `/tmp/snmsung/u-boot-1.1.6/post/cpu'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/snmsung/u-boot-1.1.6/post/cpu'
make -C common/
make[1]: Entering directory `/tmp/snmsung/u-boot-1.1.6/common'

------解决方案--------------------
可能你之前编译成功过,重新编译会出现以上提示。
编译之前应使用命令清除之前编译过的内容:
make distclean

------解决方案--------------------
没有任何错误
------解决方案--------------------
引用:
csjiangrui:我试过了还是有很多make【1】,感觉都是在生成一堆.o文件后出现的。这个影响生成的u-boot和u-boot.bin等吗?


没出现错误就没问题,错误的话会自动停止编译的