xustzhangqi 发表于 2019-11-21 14:45:08

这个uboot编译失败的原因是什么?

xust@xust-M820:~/proj_for_android7.1/firefly-rk3399/u-boot$ make ARCHV=aarch64 -j8
执行编译命令后提示如下:
make: *** No rule to make target '/home/xust/proj/firefly-rk3399/u-boot/include/common.h', needed by 'include/config/auto.conf'.Stop.

怎么办?

jpchen 发表于 2019-11-21 15:31:48

可以执行make distclean 然后再编译uboot

xustzhangqi 发表于 2019-11-22 09:33:28

jpchen 发表于 2019-11-21 15:31
可以执行make distclean 然后再编译uboot

查了路径查了半天也没找到原因,按照你说的已经解决了,谢谢了哈
页: [1]
查看完整版本: 这个uboot编译失败的原因是什么?