背景:

       在准备ARM交叉编译环境时,执行命令:

               DISTRO=fsl-imx-x11 MACHINE=imx6qsabresd source fsl-setup-release.sh -b build-x11,报错:Missing package:makeinfo,chrpath,

       接着,依次执行sudo apt-get install makeinfo,sudo apt-get install chrpath,chrpath可正常安装,但makeinfo却安装不了。

问题现象:

        安装makeinfo时,报错:Unable to locate package:makeinfo

解决方法:

        makeinfo包含在texinfo中

        直接安装texinfo即可:

        sudo apt-get install texinfo

相关文章:

  • 2021-06-17
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2021-07-04
  • 2021-08-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
相关资源
相似解决方案