budbud posted on Dec 1 2006 at 10:04 AM said:is there a guide for compiling mame for gp2x ?
Thanks Bud
Franxis posted on Dec 1 2006 at 08:53 AM said:budbud posted on Dec 1 2006 at 10:04 AM said:is there a guide for compiling mame for gp2x ?
Thanks Bud
download and install devkitgp2x and minsys. -----------------Done
Put c:\devkitgp2x\bin and c:\msys\1.0\bin in your path.--------------Done
Click on make.bat and wait...-------There is no make.bat ......................Thanks Bud
It would create the standard executable.
Fast executable:
clean.bat, edit config.mk:
M68000_ASM_CORE=1
Z80_ASM_CORE=1
make.bat
Compatible executable:
clean.bat, edit config.mk:
#M68000_ASM_CORE=1
#Z80_ASM_CORE=1
make.bat
Cheers .
Franxis posted on Dec 2 2006 at 05:34 AM said:make.bat? , no, no, sorry, makefile.bat
Gary Miller posted on Dec 6 2006 at 05:37 PM said:Ok , I downloaded the source and built it.
Do you have the compiler tool chain installed?
where do you have it installed, complete "path"?
The makefile.gp2x will need to be changes to reflect where the tool chain is and your PATH temporarily modified to include the bin folder of the tools.
cd ../mame
make -f Makefile.gp2x
sh: make: command not found