Search found 6 matches
- Thu Nov 19, 2009 7:06 am
- Forum: PSP Development
- Topic: PDCurses SDL
- Replies: 0
- Views: 1364
PDCurses SDL
I have done some research and now know that PDCurses can be built for the PSP with SDL. I've been trying to build the library for this purpose, and I'm tinkering with the Makefile to try to get it to work right. I've gotten this far: # Makefile for PDCurses library for SDL O = o ifndef PDCURSES_SRCD...
- Thu May 28, 2009 10:35 am
- Forum: PSP Development
- Topic: Strange problem with a homebrew program
- Replies: 0
- Views: 908
Strange problem with a homebrew program
I'm making a simple tic-tac-toe program for the PSP. Whenever I try to run it, it just shows a black screen and does nothing. I can still hit start and it asks if I want to quit the game. I don't know what is wrong, if anyone can figure it out please tell me. Here is the program's source. main.c: /*...
- Wed May 27, 2009 4:20 am
- Forum: PSP Development
- Topic: Error when running toolchain.sh
- Replies: 7
- Views: 2997
- Wed May 27, 2009 3:32 am
- Forum: PSP Development
- Topic: Error when running toolchain.sh
- Replies: 7
- Views: 2997
- Tue May 26, 2009 10:53 am
- Forum: PSP Development
- Topic: Error when running toolchain.sh
- Replies: 7
- Views: 2997
Okay, thank you. I just did the svn co, and I tried to run it. It said I need mpfr, so I tried to install it, but I seem to already have it. Now if yum will finish installing mpfr-devel, I'll try running the toolchain script again. EDIT: After I did that and ran the script, it failed with the follow...
- Tue May 26, 2009 5:32 am
- Forum: PSP Development
- Topic: Error when running toolchain.sh
- Replies: 7
- Views: 2997
Error when running toolchain.sh
I'm trying to install the PSP toolchain. I have tried several times, and I always get the following error: psp-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/libc/include -I../../src/base -I../../src/kernel -I../../src/user -I../../src/debug -g -O2 -G0 -Wall -DF_glue_gettimeofday libcglue.c -c -o glue_...