Firefly_Linux_SDK_v1.0代码编译报错

linux HEAD Downloading
Doing shallow clone
Cloning into ‘linux-HEAD’…
fatal: ‘/home/jhui/work_jh/rk3399/Firefly_Linux_SDK_v1.0/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/jhui/work_jh/rk3399/Firefly_Linux_SDK_v1.0/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.
–2020-05-07 10:56:59-- http://sources.buildroot.net/linux-HEAD.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)… 104.26.1.37, 104.26.0.37, 2606:4700:20::681a:25, …
Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80… connected.
HTTP request sent, awaiting response… 404 Not Found
2020-05-07 10:57:01 ERROR 404: Not Found.

package/pkg-generic.mk:166: recipe for target ‘/home/jhui/work_jh/rk3399/Firefly_Linux_SDK_v1.0/buildroot/output/rockchip_rk3399/build/linux-HEAD/.stamp_downloaded’ failed
make[1]: *** [/home/jhui/work_jh/rk3399/Firefly_Linux_SDK_v1.0/buildroot/output/rockchip_rk3399/build/linux-HEAD/.stamp_downloaded] Error 1
/home/jhui/work_jh/rk3399/Firefly_Linux_SDK_v1.0/buildroot/output/rockchip_rk3399/Makefile:16: recipe for target ‘_all’ failed
make: *** [_all] Error 2

各位大神,谁知道这可能是什么原因呢?

同样的问题。不知道怎么解决。官方没有发现 吗?

我已经找到原因解决了

hai qing wen zen me jie jue de .

jhui 发表于 2020-5-14 14:22
我已经找到原因解决了

同样的问题,请问怎么解决的

请问是怎么解决的啊

关闭文档Firefly_Linux_SDK_v1.0\buildroot\configs\rockchip\base.config里面的下面这几个配置,就可以编过了。
#BR2_LINUX_KERNEL_CUSTOM_GIT=y
#BR2_LINUX_KERNEL_CUSTOM_REPO_URL=“file://$(TOPDIR)/../kernel”
#BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION=“HEAD”

jhui 发表于 2020-5-22 14:19
关闭文档Firefly_Linux_SDK_v1.0\buildroot\configs\rockchip\base.config里面的下面这几个配置,就可以编 …

太感谢了!

太感谢了

感谢!!!