Has anyone compiled xmame.SDL version .70.1?
It 's giving me a bus error:
octane 80# ./xmame.SDL -nosound pulstar
SDL: Info: SDL initialized
warning: no mixer plugins available
info: trying to parse: /usr/local/share/xmame/xmamerc
info: trying to parse: //.xmame/xmamerc
info: trying to parse: /usr/local/share/xmame/xmame-SDLrc
info: trying to parse: //.xmame/xmame-SDLrc
info: trying to parse: /usr/local/share/xmame/rc/pulstarrc
info: trying to parse: //.xmame/rc/pulstarrc
Mouse/Trakball selected.
loading rom 0: 089-p1.bin
Fatal signal: Bus Error (SDL Parachute Deployed)
octane 81#
here's the comipler flags:
CFLAGS = -fullwarn -n32 -mips4 -OPT:Olimit=0
LD = $(CC) -fullwarn -n32 -mips4
I seem to be forced to use these flags (and no -IPA) because I keep getting memory_ALLOC
error's :(
octane 86# uname -aR
IRIX64 octane 6.5 6.5.20m 04091957 IP30
octane 87# cc -version
MIPSpro Compilers: Version 7.4
It 's giving me a bus error:
octane 80# ./xmame.SDL -nosound pulstar
SDL: Info: SDL initialized
warning: no mixer plugins available
info: trying to parse: /usr/local/share/xmame/xmamerc
info: trying to parse: //.xmame/xmamerc
info: trying to parse: /usr/local/share/xmame/xmame-SDLrc
info: trying to parse: //.xmame/xmame-SDLrc
info: trying to parse: /usr/local/share/xmame/rc/pulstarrc
info: trying to parse: //.xmame/rc/pulstarrc
Mouse/Trakball selected.
loading rom 0: 089-p1.bin
Fatal signal: Bus Error (SDL Parachute Deployed)
octane 81#
here's the comipler flags:
CFLAGS = -fullwarn -n32 -mips4 -OPT:Olimit=0
LD = $(CC) -fullwarn -n32 -mips4
I seem to be forced to use these flags (and no -IPA) because I keep getting memory_ALLOC
error's :(
octane 86# uname -aR
IRIX64 octane 6.5 6.5.20m 04091957 IP30
octane 87# cc -version
MIPSpro Compilers: Version 7.4