Search found 4 matches

by richy486
Sun Nov 12, 2006 1:40 pm
Forum: PSP Development
Topic: problem installing SDL: cannot find input file: Makefile.in
Replies: 5
Views: 2859

problem installing SDL: cannot find input file: Makefile.in

I have checked out SDL from revision 2061, i ran ./autogen.sh but when i ran: $ LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" ./configure --host psp --prefix=$(psp-config --psp-prefix) I get the error: configure: creating ./config.status ...
by richy486
Wed Sep 06, 2006 7:59 pm
Forum: PSP Development
Topic: Error, could not fixup imports, stubs out of order.
Replies: 2
Views: 1577

Error, could not fixup imports, stubs out of order.

I get this error when I make my program: psp-fixup-imports invaderR.elf Error, could not fixup imports, stubs out of order. Ensure the SDK libraries are linked in last to correct this error make: *** [invaderR.elf] Error 1 I'm not quite sure what to do because I thought I had linked the SDK libs las...
by richy486
Thu Mar 16, 2006 6:10 pm
Forum: PSP Development
Topic: hex codes for colours
Replies: 6
Views: 2323

The PSP uses BGR color format, while the PC uses RGB color format
I see, thanks.
I thought it was something like that, it was weird having the same code produce two different colours.
by richy486
Wed Mar 08, 2006 4:37 pm
Forum: PSP Development
Topic: hex codes for colours
Replies: 6
Views: 2323

hex codes for colours

I was wondering why the hex codes for colours on the psp are different from on pc. I am using SDL in 2.01 firmware.
thanks