Hi all,
I was able to compile xmame v0.106 with gcc, I attached it if anyone whats to give it a spin, I also included the makefile I used. It's pretty slow! I have a comparison picture of a fast xmame.36 I compiled a few years ago (that I spent a lot of time cutting stuff out in the source like audio and some other stuff - I attached it also if someone wants to give it a spin as well ) running pacman side by side.
I'm trying to compile v0.106 using MIPSpro, but I'm running into an error:
I have -IPA in both the $CFLAGS and $LD, so there appears to be a link line somewhere and I just can't seem to find it - if someone might have an idea I would be grateful. If anyone wants to play with this the xmame .106 source can be found at http://web.archive.org/web/20090308015400/http://x.mame.net/download.html
I was able to compile xmame v0.106 with gcc, I attached it if anyone whats to give it a spin, I also included the makefile I used. It's pretty slow! I have a comparison picture of a fast xmame.36 I compiled a few years ago (that I spent a lot of time cutting stuff out in the source like audio and some other stuff - I attached it also if someone wants to give it a spin as well ) running pacman side by side.
I'm trying to compile v0.106 using MIPSpro, but I'm running into an error:
Code: Select all
Compiling src/cpu/m68000/m68kmake.c...
ld32: ERROR 146: Expecting relocatable objects: xmame.obj/cpu/m68000/m68kmake.o is IPA intermediate object; You must specify -IPA on link line.
I have -IPA in both the $CFLAGS and $LD, so there appears to be a link line somewhere and I just can't seem to find it - if someone might have an idea I would be grateful. If anyone wants to play with this the xmame .106 source can be found at http://web.archive.org/web/20090308015400/http://x.mame.net/download.html