Gcc Noob Question


You'll need to set up a cross compiler, use devkit2x or oopo's toolchain. Then use the toolchain's version of gcc, eg gp2x-gcc -o mygame mygame.c -static
 
Ok Thanks you all
Now I'm building the cross compiler ^^
 
Ok now I build it and how I build an app now?
I tryed ./configure --prefix=/usr/local/devkitPro but without success
 
Back
Top