L lux Still Fresh Joined Oct 20, 2005 Messages 31 Apr 16, 2006 #1 How I can compile with gcc a C program for the gp2x?
T theoddbot Certified Guru Joined Sep 25, 2005 Messages 341 Website oddbot.googlepages.com Apr 16, 2006 #2 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
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
D Dzz stmia r0!, {r2-r9} Joined Jan 30, 2006 Messages 1,098 Website Visit site Apr 16, 2006 #3 lux posted on Apr 16 2006 at 04:45 AM said: How I can compile with gcc a C program for the gp2x? Click to expand... http://wiki.gp2x.org/wiki/Getting_started_...P2X_development Last edited by a moderator: Feb 4, 2016
lux posted on Apr 16 2006 at 04:45 AM said: How I can compile with gcc a C program for the gp2x? Click to expand... http://wiki.gp2x.org/wiki/Getting_started_...P2X_development
L lux Still Fresh Joined Oct 20, 2005 Messages 31 Apr 16, 2006 #4 Ok Thanks you all Now I'm building the cross compiler ^^
L lux Still Fresh Joined Oct 20, 2005 Messages 31 Apr 16, 2006 #5 Ok now I build it and how I build an app now? I tryed ./configure --prefix=/usr/local/devkitPro but without success
Ok now I build it and how I build an app now? I tryed ./configure --prefix=/usr/local/devkitPro but without success