Search found 3 matches

by auto_exec
Wed Jul 13, 2005 1:40 am
Forum: PSP Development
Topic: Undeclared Error
Replies: 17
Views: 6328

I've also found that when i had problems (after having added packages to cygwin), I removed cygwin and reinstalled with all required packages selected from the start, and that seemed to have fixed it. If you don't get anywhere, then I'd recommend that (reinstall, select DEV package, make sure you ha...
by auto_exec
Sun Jul 10, 2005 12:43 pm
Forum: PSP Development
Topic: Undeclared Error
Replies: 17
Views: 6328

ah. the answer was to do the following:


svn co svn://svn.pspdev.org/psp/trunk/pspsdk

then in pspsdk dir,

./bootstrap
./configure
make
make install

updated the pspctrl header file.
by auto_exec
Sun Jul 10, 2005 8:28 am
Forum: PSP Development
Topic: Undeclared Error
Replies: 17
Views: 6328

Hmm.. I got exact same error using the Msys setup... I think it might be related to this line in the Makefile:

LIBS = -lpspsircs

I checked my psp/sdk/lib and don't see pspsircs.a in there. Haven't been able to find the lib anywhere just yet, either. Let me know if you find a solution.