GP32 Compiling Mrmirkos Sdk


Delsabre

Member
Joined
Aug 6, 2003
Messages
438
Age
36
Location
Florida
Website
nuqlear.com
I need some help, I can't get Mr.Mirko's SDK to compile. I'm trying to compile the Fire demo, but I keep getting errors about STDIO.H (it looks like its getting stuck on the comments).

I'm using devkitadvance, does anyone know what should be in the makefile?
 
If it's getting stuck on the comments, then you need to remove the -ansi switch from the makefile. This allows c++ type comments in the code (and as most of the examples have these, you're gonna need to do it!).

Should work fine when you do this...
 
Okay, nevermind.

The makefile that comes with it uses ARM-ELF as the prefix for the binaries, but DevkitAdvance uses ARM-AGB-ELF. When I changed it, I must have messed something else up, because I restored the original file and put the 'AGB' in it worked.

Thanks for the tip anyway, Axeman.
 
Back
Top