当前位置: 技术问答>linux和unix
编译u-boot过程中有下面的错误,不过最后还是生成了u-boot;u-boot.bin;u-boot.srec等
来源: 互联网 发布时间:2017-05-13
本文导语: 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]:...
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[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
编译之前应使用命令清除之前编译过的内容:
make distclean
|
没有任何错误
|
没出现错误就没问题,错误的话会自动停止编译的