![Image](http://i5.photobucket.com/albums/y187/xXKobaXx/cygerr.jpg)
so if anybody knows how to fix this for me... i would be so very happy, i'm working on a project to help out the psp community, but i can't test it without pspsdk... please and thanks guys.
http://www.cygwin.com/ml/cygwin/2003-03/msg01599.htmlThis may happen because you have some other process which is opening the
process handle for new processes (such as a virus checker) but not closing
it. Try closing all running programs and then compiling again. Remember that
on Windows 98 not all processes show up in task manager so you will need
some other kind of process explorer to close them or remove them from the
RunServices registry key.
http://inamidst.com/eph/cygwinThis is due to it running out of PIDs. I noted the problem and solution on Swhack; basically you have to run "rebaseall", but that means closing down all of your current processes and actually running it in bash which is somewhat irritating. If anyone has a better solution, I'd be glad if they could let me know. Thanks.
http://lists.samba.org/archive/distcc/2 ... 03121.htmlOn Unix, this error typically means that machine is overloaded and
doesn't have enough memory to start a new task. Could that be
happening here?
http://www.winehq.org/hypermail/wine-de ... /0674.htmlVery likely this is due to the implementation of 'fork' in cygwin.
http://www.mail-archive.com/cygwin@cygw ... 53429.htmlAs to your question, "how do i solve/work around resource temporarily
unavailable", I would have thought it's obvious. You wait a while and try
again later when it isn't unavailable any more.
Code: Select all
In file included from inethelper.c:18:
../../src/net/pspnet_resolver.h:22:24: error: netinet/in.h: No such file or dire
ctory
In file included from inethelper.c:18:
../../src/net/pspnet_resolver.h:62: warning: 'struct in_addr' declared inside pa
rameter list
../../src/net/pspnet_resolver.h:62: warning: its scope is only this definition o
r declaration, which is probably not what you want
../../src/net/pspnet_resolver.h:76: warning: 'struct in_addr' declared inside pa
rameter list
make[3]: *** [inethelper.o] Error 1
make[3]: Leaving directory `/tmp/pspdev/pspsdk/src/sdk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pspdev/pspsdk'
make: *** [all] Error 2
ERROR BUILDING PSPSDK
Well I'm getting that error also. I was going to open a new topic but then...can someone help us out?The Operator wrote:I am using psptoolchain-20051202 and i am getting the exact same error over and over when i try to install it. i have tried going out and getting the most up to date one and this is the one i find. I also tried running it with ./toolchain.sh -p to install just the psp sdk becuase that is where it is saying it is getting the error. here it is.
Code: Select all
In file included from inethelper.c:18: ../../src/net/pspnet_resolver.h:22:24: error: netinet/in.h: No such file or dire ctory In file included from inethelper.c:18: ../../src/net/pspnet_resolver.h:62: warning: 'struct in_addr' declared inside pa rameter list ../../src/net/pspnet_resolver.h:62: warning: its scope is only this definition o r declaration, which is probably not what you want ../../src/net/pspnet_resolver.h:76: warning: 'struct in_addr' declared inside pa rameter list make[3]: *** [inethelper.o] Error 1 make[3]: Leaving directory `/tmp/pspdev/pspsdk/src/sdk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/pspdev/pspsdk/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/pspdev/pspsdk' make: *** [all] Error 2 ERROR BUILDING PSPSDK