在cygwin上运行代码时出现child_info_fork错误

时间:2013-03-13 01:19:57

标签: c++ netbeans cygwin

我正在使用NetBeans,我使用Cygwin作为编译器,但我经常遇到错误,运行一个简单的代码,如:

#include <stdio.h>

int main() {
    printf('a');
    return 0;
}

我收到此错误:

2 [main] make 8400 child_info_fork::abort: C:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x610000) != child(0x2F0000)
make: nbproject/Makefile-variables.mk:33: fork: Resource temporarily unavailable
2 [main] make 9712 child_info_fork::abort: C:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0x610000) != child(0x430000)
make: vfork: Resource temporarily unavailable

BUILD FAILED (exit value 2, total time: 139ms)

0 个答案:

没有答案