linux-HEAD.tar.gz缺失错误

 

buildroot时出错,是因为缺少 linux-HEAD.tar.gz ,给出的git地址 http://sources.buildroot.net/linux-HEAD.tar.gz 没有这个,所以报错,将其他地方的文件拷贝至此即可

2021-05-18T15:58:20 /usr/bin/make -j1 O=/home/develop/rv1126/20210224/rv1109_20210224/buildroot/output/rockchip_rv1126_rv1109_facial_gate HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig
2021-05-18T15:58:20 >>> linux HEAD Downloading
2021-05-18T15:58:20 Doing shallow clone
2021-05-18T15:58:20 Cloning into 'linux-HEAD'...
2021-05-18T15:58:20 fatal: '/home/develop/rv1126/20210224/rv1109_20210224/buildroot/../kernel' does not appear to be a git repository
2021-05-18T15:58:20 fatal: Could not read from remote repository.
2021-05-18T15:58:20
2021-05-18T15:58:20 Please make sure you have the correct access rights
2021-05-18T15:58:20 and the repository exists.
2021-05-18T15:58:20 Shallow clone failed, falling back to doing a full clone
2021-05-18T15:58:20 Doing full clone
2021-05-18T15:58:20 Cloning into 'linux-HEAD'...
2021-05-18T15:58:20 fatal: '/home/develop/rv1126/20210224/rv1109_20210224/buildroot/../kernel' does not appear to be a git repository
2021-05-18T15:58:20 fatal: Could not read from remote repository.
2021-05-18T15:58:20
2021-05-18T15:58:20 Please make sure you have the correct access rights
2021-05-18T15:58:20 and the repository exists.
2021-05-18T15:58:20 --2021-05-18 15:58:20--  http://sources.buildroot.net/linux-HEAD.tar.gz
2021-05-18T15:58:20 Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 104.26.0.37, 172.67.72.56, ...
2021-05-18T15:58:20 Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected.
2021-05-18T15:58:21 HTTP request sent, awaiting response... 404 Not Found
2021-05-18T15:58:21 2021-05-18 15:58:21 ERROR 404: Not Found.
2021-05-18T15:58:21
2021-05-18T15:58:21 make[1]: *** [package/pkg-generic.mk:168: /home/develop/rv1126/20210224/rv1109_20210224/buildroot/output/rockchip_rv1126_rv1109_facial_gate/build/linux-HEAD/.stamp_downloaded] Error 1
2021-05-18T15:58:21 make: *** [/home/develop/rv1126/20210224/rv1109_20210224/buildroot/output/rockchip_rv1126_rv1109_facial_gate/Makefile:16: _all] Error 2
Command exited with non-zero status 1
you take 0:05.90 to build builroot
ERROR: Running build_buildroot failed!
ERROR: exit code 1 from line 445:
    /usr/bin/time -f "you take %E to build builroot" $COMMON_DIR/mk-buildroot.sh $BOARD_CONFIG

你可能感兴趣的:(笔记)