Firefly开源社区

打印 上一主题 下一主题

[Linux] RK3399编译linux_sdk时出现错误

28

积分

0

威望

0

贡献

技术小白

积分
28

RK3399编译linux_sdk时出现错误

发表于 2020-5-21 16:54:59      浏览:8285 | 回复:3        打印      只看该作者   [复制链接] 楼主
PC:Ubuntu 16.04 LTS
linux_sdk:Firefly_Linux_SDK_V1.0.7

出错log:
>>> linux HEAD Downloading
Doing shallow clone
Cloning into 'linux-HEAD'...
fatal: '/home/mm/Firefly_RK3399/linux_sdk/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/mm/Firefly_RK3399/linux_sdk/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/mm/Firefly_RK3399/linux_sdk/Firefly_Linux_SDK_v1.0/buildroot/output/rockchip_rk3399/build/linux-HEAD/.stamp_downloaded' failed
make[1]: *** [/home/mm/Firefly_RK3399/linux_sdk/Firefly_Linux_SDK_v1.0/buildroot/output/rockchip_rk3399/build/linux-HEAD/.stamp_downloaded] Error 1
/home/mm/Firefly_RK3399/linux_sdk/Firefly_Linux_SDK_v1.0/buildroot/output/rockchip_rk3399/Makefile:16: recipe for target '_all' failed
make: *** [_all] Error 2

我看了http://sources.buildroot.net/下的确没有linux-HEAD.tar.gz,这个有人解决了么,求告知!!
回复

使用道具 举报

8

积分

0

威望

0

贡献

技术小白

积分
8
发表于 2020-6-1 11:57:22        只看该作者  沙发
回复

使用道具 举报

54

积分

0

威望

0

贡献

技术小白

积分
54
发表于 2020-6-13 02:00:01        只看该作者  板凳
可以修改buildroot下面的参数信息,不使用git来更新,使用本地拷贝就可以了

错误原因:git的远程url是发布者机器的本地路径,导致git操作失败了
回复

使用道具 举报

789

积分

2

威望

4

贡献

技术大神

Rank: 3Rank: 3

积分
789
发表于 2020-6-13 10:41:02        只看该作者  地板
可以在kernel目录下执行git init && git add ./* && git commit -m "debug"然后再编译,编译成功后可以删除掉kernel文件夹下的.git文件夹。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表