uname -a: Linux ubuntu 3.5.0-23-generic #35-Ubuntu SMP Thu Jan 24 13:05:29 UTC 2013 i686 i686 i686 GNU/Linux
root@ubuntu:/home/ubuntu# apt-get source binutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Ignore unavailable target release 'stable' of package 'binutils'
E: Unable to find a source package for
我apt-get update
在输入命令之前就这么做了。我如何获取 binutils?我正在使用 Ubuntu 12.10。
我正在按照https://wiki.ubuntu.com/Toolchain/Crosscompilers/ARMEABIToolchain
我被困在第一行。
我sudo add-apt-repository ppa:germia/archive3
之前也这样做过,但是后来出现了一些错误,我sudo add-apt-repository --remove ppa:germia/archive3
撤消了设置。我想知道我的问题是否与这个 PPA 有关?