配置 Oprofile 时出现“找不到 bfd 库”错误
Posted
技术标签:
【中文标题】配置 Oprofile 时出现“找不到 bfd 库”错误【英文标题】:"bfd library not found" error when configuring Oprofile 【发布时间】:2016-08-29 12:33:05 【问题描述】:我下载了 oprofile zip,然后将其解压缩。然后使用命令
./configure --prefix=/home/eranga/Software/oprofile-1.1.0
我尝试安装它。以下是最后的控制台消息。
checking for bfd_openr in -lbfd... no
checking for compress in -lz... yes
checking for bfd_fdopenr in -lbfd... no
configure: error: bfd library not found
任何人都可以提出为什么会发生这种情况并解决它。 提前谢谢???
【问题讨论】:
【参考方案1】:似乎您缺少一个库。此命令为我安装 bfd
库:
sudo apt-get install binutils-dev
【讨论】:
以上是关于配置 Oprofile 时出现“找不到 bfd 库”错误的主要内容,如果未能解决你的问题,请参考以下文章
评估根项目“android”时出现问题。配置项目 ':app' 时出现问题