MIPS

Emmanuel Kasper emmanuel at libera.cc
Sat Jul 16 23:58:45 UTC 2011


Le 15/07/2011 16:59, Jordi Mallach a écrit :
> Hey team!
> 
> So, it wasn't bad, not at all!
> https://buildd.debian.org/status/logs.php?pkg=mame&ver=0.143-1
> 
> We failed on mips, as we have been failing since the beginning.
> 
> The interesting thing is the build fails on a mips emulator.
> src/mame/machine/n64.c also has MIPS specific references that trickle down
> to src/emu/cpu/mips/mips3com.h, but I have no idea of where to look.

hey jordi !
The problem looks similar to what we had the unidasm mame tool and powerpc.
 src/emu/cpu/mips/mips3com.h defines a function mips3com_set_irq_line
which uses "mips" as the name of a pointer.
But  "mips" is a already the name of a standard predefined macro on that
architecture.
cf
http://sourceforge.net/apps/mediawiki/predef/index.php?title=Architectures#MIPS

Can you maybe try to add the flag -Umips in the makefile for that arch,
just like we have -Upowerpc ?

Sorry I don't have a mips machine to test that, but as a DD you might
have more ressources :)

Cheers
Manu



More information about the Pkg-games-devel mailing list