码迷,mamicode.com
首页 > 系统相关 > 详细

You must install 'hg' on your build machine

时间:2016-09-24 16:07:41      阅读:1513      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!