I've been able to compile a 64bit version of MAME up until 0.145u4. Now I receive a compiling error. I am still able to compile a 32bit version (virtual machine with same OS and gcc version as below except 32bit). Thanks for any assistance.
OS: Ubuntu 10.10 64bit
gcc (Ubuntu/Linaro 4.4.4-14ubuntu5.1) 4.4.5
I get the error running make or make -j5.
Error:
In file included from src/emu/emu.h:66,
from src/emu/ioport.c:94:
src/emu/attotime.h: In static member function ‘static attotime attotime::from_msec(INT64)’:
src/emu/attotime.h:143: internal compiler error: in tree_nrv, at tree-nrv.c:143
Compiling src/emu/network.c...
make: *** [obj/sdl64/emu/ioport.o] Error 1
Edited by mametapper (03/24/12 06:56 PM)