Search found 7 matches

by psptig
Tue Oct 25, 2005 2:36 am
Forum: PSP Development
Topic: Cool PSPSDK :0)
Replies: 0
Views: 1076

Cool PSPSDK :0)

Well after a day or so I got my scene loader,mesh loader and textureloader all displaying correctly on the PSP, I'm giving the PSP 512x256 8bit textures and it seems quite nippy. Now how close is this SDK to the Sony SDK? As this SDK to me reminds me of D3D with it's vertix lists and such and the cl...
by psptig
Sun Oct 23, 2005 7:55 pm
Forum: PSP Development
Topic: Where to start on a PS2 to PSP Port.
Replies: 2
Views: 1523

Thanks,
by psptig
Sat Oct 22, 2005 11:01 pm
Forum: PSP Development
Topic: Where to start on a PS2 to PSP Port.
Replies: 2
Views: 1523

Where to start on a PS2 to PSP Port.

Hi, I'm looking at porting some old PS2 stuff to the PSP, the main process was to dump the the data to Vu1 for rendering while the other Vu and main CPU dealt with the rest of the stuff. I've read that the PSP has the Vu, can I just use all my Vu assembler as just like the PS2?. Are DMA chains creat...
by psptig
Sat Oct 22, 2005 6:00 pm
Forum: PSP Development
Topic: pspdev compile error ,
Replies: 6
Views: 2158

cheers,

Indeed I was usng an out of date sdk, so I;ve deleted all and done svn update and just started the build. Should know in a few hours

Thanks
by psptig
Sat Oct 22, 2005 4:16 am
Forum: PSP Development
Topic: pspdev compile error ,
Replies: 6
Views: 2158

Sorry I just noticed that this has been posted to the wrong group
by psptig
Sat Oct 22, 2005 4:15 am
Forum: PSP Development
Topic: pspdev compile error ,
Replies: 6
Views: 2158

The newlib was in the directory, but no luck so I started from scratch and now get these errors... :0/ Any ideas? cheers ../../../../../../newlib/libc/sys/psp/libcglue.c:248: error: syntax error before '*' token ../../../../../../newlib/libc/sys/psp/libcglue.c: In function '_opendir': ../../../../.....
by psptig
Fri Oct 21, 2005 11:07 pm
Forum: PSP Development
Topic: pspdev compile error ,
Replies: 6
Views: 2158

pspdev compile error ,

Hi All, I'm taking a look at PSP programming and I'm starting with pspdev but using the current build I get the following error ./toolchain.sh: line 263:cd: newlib-1.13.0: No such file or directory ./toolchain.sh: line 269: ../configure: No such file or directory ERROR CONFIGURING NEWLIB I followed ...