编译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