0

我正在使用 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)
4

0 回答 0