I'm using NetBeans and I use Cygwin as the compiler but I'm constantly getting an error, running a simple code like:
#include <stdio.h>
int main() {
printf('a');
return 0;
}
I get this error :
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)