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

时间: 2024-10-09 08:13:24

You must install 'hg' on your build machine的相关文章

【buildroot-2011.11】You may have to install 'g++' on your build machine

buildroot - 2011.11 交叉编译器制作时,提示如下错误: "You may have to install 'g++' on your build machine" 还提示:toolchain/dependencies/dependencies.sh 121 Error 打开toolchain/dependencies/dependencies.sh,有如下一段脚本 # check for host CXX CXXCOMPILER=$(which $HOSTCXX 2&

RPMForge——Quick Start build system

How to setup multimedia on CentOS-5 CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, including .wav and .ogg files. The alsa-utils and sox audio players are included for a TUI (CLI) environme

[Blackberry]How To Setup a BlackBerry 10 Development Environment to Build Cascades Apps and Prevent IP DHCP for individual BB10 simulator setup

This is a step-by-step instructional guide on how to setup a BlackBerry 10 (BB10) development environment. This article includes instructions for downloading all the Cascades tools, installing them, and setting them up. You will learn how to get the

error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found

I want to run some programs of vs2012 on the vs2013 ,however some errors as follows: first time the error is : error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1700' you can do that as fllows : project ->project prop

how to build apache log4cxx 0.10 by Visual Studio 201*

Chapter 1 Official Steps  We are going to follow the steps here, http://logging.apache.org/log4cxx/building/vstudio.html. However, we must make changes to adapt to Visual Studio 201*. 1. download later version of log4cxx which is apache log4cxx 0.10 

ON THE EVOLUTION OF MACHINE LEARNING: FROM LINEAR MODELS TO NEURAL NETWORKS

ON THE EVOLUTION OF MACHINE LEARNING: FROM LINEAR MODELS TO NEURAL NETWORKS We recently interviewed Reza Zadeh (@Reza_Zadeh). Reza is a Consulting Professor in the Institute for Computational and Mathematical Engineering at Stanford University and a

I finally made sense of front end build tools. You can, too.

来源于:https://medium.freecodecamp.com/making-sense-of-front-end-build-tools-3a1b3a87043b#.nvnd2vsd8 Front end build tools can be confusing even to experienced developers like me. The solution is to understand how they work - and work together - on a co

【Go命令教程】3. go install

命令go install用于编译并安装指定的代码包及它们的依赖包.当指定的代码包的依赖包还没有被编译和安装时,该命令会先去处理依赖包.与go build命令一样,传给go install命令的代码包参数应该以导入路径的形式提供.并且,go build命令的绝大多数标记也都可以用于go install命令.实际上,go install命令只比go build命令多做了一件事,即:安装编译后的结果文件到指定目录. 在对go install命令进行详细说明之前,让我们先回顾一下goc2p的目录结构.为

linux install tomcat

折腾了好久,按照官网的安装流程安装了不止3次,发现还是不能成功,最终发现是linux机器本身的问题,因为我用的公司的virtual machine,可能是机器本身在一次迁移的过程当中出现了问题,导致了我的悲剧.最终的解决方案是重新setup了virtual machine,并且一路顺畅,安装成功. This artical shows you how to install, configure Tomcat in linux machine. Noted that all of steps ar