标题: AIO-3399J开发板编译buildroot过程中缺少linux-HEAD.tar.gz如何处理? [打印本页] 作者: cy_hi 时间: 2021-8-18 16:46 标题: AIO-3399J开发板编译buildroot过程中缺少linux-HEAD.tar.gz如何处理? 具体编译过程中的问题如下:
>>> linux HEAD Downloading
Doing shallow clone
Cloning into 'linux-HEAD'...
fatal: '/home/cy/rk3399/rk3399_linux_release_v2.5.1_20210301/buildroot/../kernel' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Shallow clone failed, falling back to doing a full clone
Doing full clone
Cloning into 'linux-HEAD'...
fatal: '/home/cy/rk3399/rk3399_linux_release_v2.5.1_20210301/buildroot/../kernel' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
--2021-08-18 15:44:53-- http://sources.buildroot.net/linux-HEAD.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)... failed: Name or service not known.
wget: unable to resolve host address ‘sources.buildroot.net’
package/pkg-generic.mk:166: recipe for target '/home/cy/rk3399/rk3399_linux_release_v2.5.1_20210301/buildroot/output/rockchip_rk3399/build/linux-HEAD/.stamp_downloaded' failed
make[1]: *** [/home/cy/rk3399/rk3399_linux_release_v2.5.1_20210301/buildroot/output/rockchip_rk3399/build/linux-HEAD/.stamp_downloaded] Error 1
/home/cy/rk3399/rk3399_linux_release_v2.5.1_20210301/buildroot/output/rockchip_rk3399/Makefile:16: recipe for target '_all' failed
make: *** [_all] Error 2