You must install 'hg' on your build machine
Posted zengjf
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了You must install 'hg' on your build machine相关的知识,希望对你有一定的参考价值。
/***************************************************************************************** * You must install ‘hg‘ on your build machine * 说明: * 在buildroot添加package的时候,遇到这个报错,记录一下解决办法。 * * 2016-9-24 深圳 南山平山村 曾剑锋 ****************************************************************************************/ 一、参考文档: 利用buildroot构建rootfs http://blog.csdn.net/qq_28992301/article/details/52143398 二、报错现象: [email protected]:~/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的主要内容,如果未能解决你的问题,请参考以下文章