Search found 10 matches

by Cuthroatdie
Tue Mar 02, 2010 2:41 am
Forum: PSP Development
Topic: Dungeons Engine 2 (Need a source code)
Replies: 1
Views: 2458

I'd email the guy at:
[email protected]
by Cuthroatdie
Tue Feb 23, 2010 4:14 am
Forum: PSP Development
Topic: Open Keyboard Project
Replies: 299
Views: 272952

Yes please upload it on *any* other site.
EDIT: mirror here:
http://www.mediafire.com/file/0zmezmwe0 ... ardtut.pdf

all credit goes to rexnecis
by Cuthroatdie
Sun Jan 03, 2010 11:32 pm
Forum: PSP Development
Topic: Help! Remotejoy Error: 0x8002013C!
Replies: 1
Views: 1426

nevermind, got it to work (sort of). It doesn't seem to work with many umds though.
by Cuthroatdie
Sun Jan 03, 2010 11:01 pm
Forum: PSP Development
Topic: Help! Remotejoy Error: 0x8002013C!
Replies: 1
Views: 1426

Help! Remotejoy Error: 0x8002013C!

When I tried to set-up remotejoy using this tutorial:
http://www.ngine.de/index.jsp?pageid=4292
It all works until I type

Code: Select all

ldstart flash0:/vsh/module/vshmain.prx
then I get this:

Code: Select all

Failed to Load/Start module 'flash0:/vsh/module/vshmain.prx' Error: 0x8002013C
Please help me!
by Cuthroatdie
Fri Jan 01, 2010 5:26 am
Forum: PSP Development
Topic: Strange Entry Point in Datel's Action Replay
Replies: 7
Views: 4043

No , it'll still work then. It's when you get above that that it will stop working =P
by Cuthroatdie
Sun Dec 20, 2009 1:59 am
Forum: PSP Development
Topic: Freeciv PSP port ./configure error
Replies: 9
Views: 4484

Thanks people, i got configure to work. Now onto the makefile...
by Cuthroatdie
Sat Dec 19, 2009 12:43 am
Forum: PSP Development
Topic: Freeciv PSP port ./configure error
Replies: 9
Views: 4484

Where can I get newlib - It didn't seem to be on the svn
by Cuthroatdie
Fri Dec 18, 2009 10:29 pm
Forum: PSP Development
Topic: Freeciv PSP port ./configure error
Replies: 9
Views: 4484

Ok, but how do I do that? I can't find it on the svn.
by Cuthroatdie
Fri Dec 18, 2009 7:58 am
Forum: PSP Development
Topic: Freeciv PSP port ./configure error
Replies: 9
Views: 4484

Thanks for that, I managed to get somewhere by using this: CC=/usr/local/pspdev/bin/psp-gcc CXX=/usr/local/pspdev/bin/psp-g++ CFLAGS="-G0" LDFLAGS="-L$(psp-config --psp-prefix)/lib -L$(psp-config --pspsdk-path)/lib" LIBS="-lc -lstdc++ -lpsplib...
by Cuthroatdie
Fri Dec 18, 2009 3:23 am
Forum: PSP Development
Topic: Freeciv PSP port ./configure error
Replies: 9
Views: 4484

Freeciv PSP port ./configure error

Hello. I'm trying to port freeciv to the PSP (about time!). I am using the latest stable source (2.1.10). I run this when trying to compile: CC=/usr/local/pspdev/bin/psp-gcc CXX=/usr/local/pspdev/bin/psp-g++ ./configure --target=psp but it comes up with the following error: checking build system typ...