zoukankan      html  css  js  c++  java
  • cygwin下调用make出现的奇怪现象

    <lenovo@root 11:48:03> /cygdrive/d/liuhang/GitHub/rpi_linux/linux
    $make help
    1 [main] make 4472 child_info_fork::abort: C:cygwinincygiconv-2.dll: Loaded to different address: parent(0x2D0000) != child(0x440000)
    make: Makefile:225: fork: Resource temporarily unavailable
    1 [main] make 4920 child_info_fork::abort: C:cygwinincygiconv-2.dll: Loaded to different address: parent(0x2D0000) != child(0x4B0000)
    make: Makefile:304: fork: Resource temporarily unavailable
    Makefile:610: arch//Makefile: No such file or directory
    2 [main] make 5968 child_info_fork::abort: C:cygwinincygiconv-2.dll: Loaded to different address: parent(0x2D0000) != child(0x440000)
    make: Makefile:669: fork: Resource temporarily unavailable
    1 [main] make 2496 child_info_fork::abort: C:cygwinincygiconv-2.dll: Loaded to different address: parent(0x2D0000) != child(0x440000)
    make: Makefile:691: fork: Resource temporarily unavailable
    1 [main] make 5992 child_info_fork::abort: C:cygwinincygiconv-2.dll: Loaded to different address: parent(0x2D0000) != child(0x440000)
    make: Makefile:707: fork: Resource temporarily unavailable
    1 [main] make 4996 child_info_fork::abort: C:cygwinincygiconv-2.dll: Loaded to different address: parent(0x2D0000) != child(0x440000)
    make: Makefile:754: fork: Resource temporarily unavailable
    1 [main] make 3592 child_info_fork::abort: C:cygwinincygiconv-2.dll: Loaded to different address: parent(0x2D0000) != child(0x440000)
    make: Makefile:769: fork: Resource temporarily unavailable
    make: *** No rule to make target 'arch//Makefile'。 停止。

    开始以为是刚装了curses导致的系统错乱,于是资源管理器杀死所有cygwin相关进程,如bash、mitty,甚至vim。重启cygwin,再试,不行,error依旧。

    怀疑电脑内存出问题,于是重启电脑,再试,还是不行。

    于是检查刚才安装的curses相关软件工具,发现装了一个64为的ncurses,而电脑是32位win7,于是果断卸载,再试,ok!!!

  • 相关阅读:
    java、javaw和javaws的区别
    Hibernate4教程二:基本配置(2)
    Maven入门指南10:Maven的生命周期和插件
    Java中的断言(assert)
    MySQL的数据类型:文本、数字、日期/时间
    面向对象的三大基本特征和五大基本原则
    高内聚低耦合的介绍
    9.7 模拟赛
    16-17学期计划(每周)
    JZOJ 5281 钦点
  • 原文地址:https://www.cnblogs.com/PhoenixMY/p/5253527.html
Copyright © 2011-2022 走看看