Search found 6 matches

by Ratfink
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...
by Ratfink
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: /*...
by Ratfink
Wed May 27, 2009 4:20 am
Forum: PSP Development
Topic: Error when running toolchain.sh
Replies: 7
Views: 2997

Yes, that was the only error. If that's all it is, then I don't really see much of a need for it. Thank you so much for all your help, I can't wait to get developing PSP programs.
by Ratfink
Wed May 27, 2009 3:32 am
Forum: PSP Development
Topic: Error when running toolchain.sh
Replies: 7
Views: 2997

I ran it again, but I got the following error: cc -Wall -ggdb -I../usbhostfs -DPC_SIDE -D_FILE_OFFSET_BITS=64 -I. -O2 -c -o main.o main.c main.c:19:17: error: usb.h: No such file or directory main.c:103: error: expected ‘=&...
by Ratfink
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...
by Ratfink
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_...