Search found 41 matches

by fungos
Sun Nov 18, 2007 11:52 am
Forum: PSP Development
Topic: [Magically Solved] Developing SDL application for CFW 3xx
Replies: 35
Views: 13284

Just tried that, still not working. I got the same error. :(
by fungos
Sun Nov 18, 2007 11:25 am
Forum: PSP Development
Topic: need help: porting library to psp (SDL_mixer problem now)
Replies: 18
Views: 4576

Anyway, I gave up to get guichan FF demo working with sound. I ported SMPEG and guichan. Both working on PSP (how can I commit it?). Btw, about SDL_mixer using SMPEG (I used psplibraries to install SDL_mixer and others), I can't tell if I can disable it, I tried to see tis ./configure parameters, bu...
by fungos
Sun Nov 18, 2007 10:29 am
Forum: PSP Development
Topic: need help: porting library to psp (SDL_mixer problem now)
Replies: 18
Views: 4576

Ok, I'm getting this problem because I'm trying to play .WAV files? Nobody never had this problem with SMPEG when using SDL_mixer? Anyway, I ported SMPEG (I stripped out the video code) and now I reduced the errors to multiple definitions... look here: /home/fungos/dev/psp/dev/psp/lib/libSDL_mixer.a...
by fungos
Sun Nov 18, 2007 8:32 am
Forum: PSP Development
Topic: [Magically Solved] Developing SDL application for CFW 3xx
Replies: 35
Views: 13284

[Magically Solved] Developing SDL application for CFW 3xx

Well, I searched and read everything about this on forums, but I'm still getting problem to build my SDL application (that runs fine on 1.50) to run on 3.52. My Makefile has: BUILD_PRX = 1 PSP_FW_VERSION = 352 The output (looks good): e/SDL -Dmain=SDL_main -D_PSP_FW_VERSION=352 -L. -L/home/fungos/de...
by fungos
Sun Nov 18, 2007 1:20 am
Forum: PSP Development
Topic: need help: porting library to psp (SDL_mixer problem now)
Replies: 18
Views: 4576

Thanks again, you're being very nice and helpful :) Now, what I think is the last problem: When linking without -lSDL_mixer: psp-gcc -I. -I/home/fungos/dev/psp/dev/psp/sdk/include -O2 -G0 -Wall -fno-exceptions -fno-rtti -I/home/fungos/dev/psp/dev/psp/include/SDL -Dmain=SDL_main -I/usr/local/include ...
by fungos
Sat Nov 17, 2007 8:21 am
Forum: PSP Development
Topic: need help: porting library to psp (SDL_mixer problem now)
Replies: 18
Views: 4576

Well, the things are each time worse. The library that I'm trying to port is called guichan (take a look at it http://guichan.sourceforge.net/), its a very good GUI framework that uses SDL and/or OpenGL. After being able to compile the library, I was trying to get it sample program running, but as e...
by fungos
Sat Nov 17, 2007 7:38 am
Forum: PSP Development
Topic: need help: porting library to psp (SDL_mixer problem now)
Replies: 18
Views: 4576

I found a good topic about this problem, and you was explaining the problems with this in psptoolchain. Thank you for your help! I get the configure to work, now I'm fixing other minor problems.
by fungos
Sat Nov 17, 2007 6:51 am
Forum: PSP Development
Topic: need help: porting library to psp (SDL_mixer problem now)
Replies: 18
Views: 4576

Thanks jimparis, I read all threads about that issue, but I still having some problem with this. The two -lc worked, but now I still get some errors. these are the current errors, and again, I can only find these calls on pspuser and pspkernel. /home/fungos/dev/psp/dev/lib/gcc/psp/4.1.0/../../../../...
by fungos
Sat Nov 17, 2007 5:23 am
Forum: PSP Development
Topic: physfs + squirrel libraries
Replies: 5
Views: 3598

Why dont you put that in svn and prepare psplibraries scripts for them? It could be very useful for everyone. Good job.
by fungos
Sat Nov 17, 2007 12:10 am
Forum: PSP Development
Topic: need help: porting library to psp (SDL_mixer problem now)
Replies: 18
Views: 4576

Ok, I found where I was defining that two libraries (lol, my psplibraries own build script....) I added more libraries until I got stuck here: configure:2778: checking for C++ compiler default output file name configure:2805: psp-g++ -L/home/fungos/dev/psp/dev/psp/sdk...
by fungos
Fri Nov 16, 2007 12:11 pm
Forum: PSP Development
Topic: need help: porting library to psp (SDL_mixer problem now)
Replies: 18
Views: 4576

need help: porting library to psp (SDL_mixer problem now)

I'm trying to port a library to psp, and I'm getting this error (config.log): configure:2778: checking for C++ compiler default output file name configure:2805: psp-g++ -L/home/fungos/dev/psp/dev/psp/sdk/lib -lc -lpspuser conftest.cpp >&5 /home/fungos/dev/psp/dev/...