GP32 I'd Like To Start Some C And Sdl...


Alex.

Retired
Joined
Aug 24, 2005
Messages
4,616
A while ago I started using Fenix to code some games for the GP32, but now I'd like to try a bit of C w/ SDL as well. I have previously worked with C on 68k calculators, but that came with an IDE/compiler set that did all the compilation stuff for you. On the GP32 it seems like the setup is a bit more complicated.

Basically I'd like to code in C with Chui's SDL port, but have no idea where to start, what compilers to download, where to put them etc. :'(

Any help would be appreciated, and please forgive me if this was covered in another topic already - post a link if it was!

Edit: I know this is relevant, I'm running on Windows XP.
 
Basically I'd like to code in C with Chui's SDL port, but have no idea where to start, what compilers to download, where to put them etc. :'(

Any help would be appreciated, and please forgive me if this was covered in another topic already - post a link if it was!

I compiled my alternative mame front end with this setup.

Go to devkitpro I use both r14 and r17, either one compiles the frontend ok (as far as I know).

Of course, download the SDL port.

Test your setup by compiling my frontend. source
 
Last edited by a moderator:
Back
Top