GP32 SDL-GP32 Beta2 Released


chui

Certified Guru
Joined
Jul 15, 2003
Messages
78
News:
-Bugs corrections.
-SDL_image load PNG and JPEG.
-SDL_mixer plays MIDI songs.
-Documentation: HowTo about making SDL develop enviroment for Windows and GP32.
-LAPOLLA and ELCONHION preview versions.

ALL AT SDL FOR GP32 HOMEPAGE
 
Oop, looks like it's back up now. However, it doesn't look like the main page has been updated. If you go to the sourceforge files page, though, they're all there!
 
With the précompiled version i've got some pb :(
I use minigp32 and it's say to me that something use Hadware floting point whereas an other thing use Software floating point :(
 
I don't really know what minigp32 is, but do you have it setup to generate software floating-point code? The GP32 doesn't have an FPU, so you have to tell your compiler to emulate floating-point calls using integer instructions.

AFAIK the SDL port *is* compiled with software fp support, so it shouldn't be a problem with Chui's code. I'm linking against it (under Linux) no problem.

If that isn't specific enough, post the exact error messages you're getting here.
 
Back
Top