jhui 发表于 2020-5-7 11:20:49

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: *** Error 1
/home/jhui/work_jh/rk3399/Firefly_Linux_SDK_v1.0/buildroot/output/rockchip_rk3399/Makefile:16: recipe for target '_all' failed
make: *** Error 2

jhui 发表于 2020-5-7 11:35:41

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

jinsai 发表于 2020-5-13 12:38:16

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

jhui 发表于 2020-5-14 14:22:51

我已经找到原因解决了

wityuan 发表于 2020-5-18 20:34:57

hai qing wen zen me jie jue de .

smm 发表于 2020-5-19 17:15:39

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

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

smm 发表于 2020-5-21 16:51:17

请问是怎么解决的啊

jhui 发表于 2020-5-22 14:19:56

关闭文档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"

smm 发表于 2020-5-22 15:57:04

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

太感谢了!

18824714993 发表于 2020-10-4 21:38:02

太感谢了
页: [1] 2
查看完整版本: Firefly_Linux_SDK_v1.0代码编译报错