You must install 'hg' on your build machine

时间:2016-09-24 16:07:41   收藏:0   阅读:1513
/*****************************************************************************************
 *                   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

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!