安装射手gdb [英] Installing archer gdb

查看:158
本文介绍了安装射手gdb的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

试图安装gdb的archer分支,这样我可以支持一些Fortran 90的功能,这些功能对我来说不会在标准的gdb中有用。当我按照他们的指示在网站上安装时,即运行:

git clone --origin archer git://sourceware.org/ git / archer.git



我得到相关的输出:

克隆到'弓箭手'...
remote:计数对象:800265,完成。
remote:压缩对象:100%(151929/151929),完成。
remote:合计800265(delta 645435),重复使用795161(delta 640396)
接收对象:100%(800265/800265),255.46 MiB | 6.51 MiB / s,完成。
解决三角洲问题:完成100%(645435/645435)。
检查连通性...完成。
警告:远程HEAD引用不存在的引用,无法结帐。



我浏览过整个互联网并没有成功。任何建议?

解决方案

您只是做了指示的第一步。您必须在教程中继续。


然后您可以使用..检查并跟踪中继线。有关可用分支的信息,请参阅ArcherBranchManagement。

https: //sourceware.org/gdb/wiki/ArcherBranchManagement

  $ git clone --origin archer ssh:// sourceware.org/git/archer.git 
$ cd archer
$ git remote add gdb git://sourceware.org/git/gdb.git
$ git fetch gdb
$ git checkout gdb / master


Trying to install the archer branch of gdb so I can have support for some Fortran 90 feature that will be useful to me that are not in the standard gdb. When I follow their instructions to install on the website, i.e., run:

git clone --origin archer git://sourceware.org/git/archer.git

I get the concerning output:

Cloning into 'archer'... remote: Counting objects: 800265, done. remote: Compressing objects: 100% (151929/151929), done. remote: Total 800265 (delta 645435), reused 795161 (delta 640396) Receiving objects: 100% (800265/800265), 255.46 MiB | 6.51 MiB/s, done. Resolving deltas: 100% (645435/645435), done. Checking connectivity... done. warning: remote HEAD refers to nonexistent ref, unable to checkout.

I've looked all over the internet with no success. Any advice?

解决方案

You did just the first step of the instructions. You must continue along the tutorial.

Then you can check out and track the trunk using .. See ArcherBranchManagement for the available branches.

https://sourceware.org/gdb/wiki/ArcherBranchManagement

$ git clone --origin archer ssh://sourceware.org/git/archer.git
$ cd archer
$ git remote add gdb git://sourceware.org/git/gdb.git
$ git fetch gdb
$ git checkout gdb/master

这篇关于安装射手gdb的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆