Search found 6 matches

by kozine
Mon May 29, 2006 5:46 am
Forum: PSP Development
Topic: new error with sdl
Replies: 8
Views: 2884

Why are you in the test folder? Have you installed the SLD libary yet?
by kozine
Mon May 29, 2006 5:06 am
Forum: PSP Development
Topic: new error with sdl
Replies: 8
Views: 2884

Try redownloading the SDL libary. I installed it no problem.
by kozine
Mon May 29, 2006 4:45 am
Forum: PSP Development
Topic: new error with sdl
Replies: 8
Views: 2884

Did you run this?

Code: Select all

./autogen.sh
   LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
     ./configure --host psp --prefix=$(psp-config --psp-prefix)
   make
   make install
by kozine
Mon May 29, 2006 4:37 am
Forum: PSP Development
Topic: Dont know where to get the libBUletML libary
Replies: 1
Views: 1179

Dont know where to get the libBUletML libary

I also dont know how to install it. Any help is appreciated :D
by kozine
Sat Apr 15, 2006 6:47 am
Forum: PSP Development
Topic: In need of help with C
Replies: 8
Views: 3644

What do you mean? Dont forget im new to this lol ;)
by kozine
Sat Apr 15, 2006 5:31 am
Forum: PSP Development
Topic: In need of help with C
Replies: 8
Views: 3644

In need of help with C

Hey guys, This is my first post at these forums. Yesterday I moved from LUA to C and am in need of help. My code compiles successfully, when I load it up on my PSP I just get a blank screen. My PSP doesnt crash as I can still return to the eloader. Here is my code: #include <pspdisplay.h> #include <...