首页 > 系统服务 > 详细

You must install 'hg' on your build machine

时间:2016-09-24 16:05:07      阅读:690      评论:0      收藏:0      [点我收藏+]
/*****************************************************************************************
 *                   You must install ‘hg‘ on your build machine
 * 说明:
 *     在buildroot添加package的时候,遇到这个报错,记录一下解决办法。
 * 
 *                                                       2016-9-24 深圳 南山平山村 曾剑锋
 ****************************************************************************************/

一、参考文档:
    利用buildroot构建rootfs
        http://blog.csdn.net/qq_28992301/article/details/52143398

二、报错现象:
    zengjf@zengjf:~/rootfsArmLinux/buildroot-2016.08$ make
    You must install hg on your build machine
      hg is usually part of the mercurial package in your distribution
      make[1]: *** [core-dependencies] 错误 1
      make: *** [_all] 错误 2

三、解决办法:
    sudo apt-get install hgsubversion

 

You must install 'hg' on your build machine

原文:http://www.cnblogs.com/zengjfgit/p/5903353.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!