我尝试在我的ubuntu14.04 x86架构上安装用于交叉编译的gdb-ARM。我想用ARM架构在我的目标上调试一个程序。我尝试了这个命令:
sudo apt-get install gdb-arm-linux-gnueabi我得到了这个错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gdb-arm-linux-gnueabi is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'gdb-arm-linux-gnueabi' has no installation candidate有什么需要帮忙的吗?
发布于 2016-10-29 19:13:49
您可能想尝试使用sudo apt install binutils-mips64el-linux-gnuab或sudo apt install gdb-arm-none-eabi
https://stackoverflow.com/questions/40318415
复制相似问题