You are not logged in.
EDITED POST, NOW IT'S ALL REGULAR ;-)
I downloaded source files from MAME official site and I applied latest patches with this method.
GCC compiler version: 4.7.1
I changed OPTIMIZE option in makefile from OPTIMIZE=3 to OPTIMIZE=2 (read this)
After that I received this error:
{standard input}: Assembler messages:
{standard input}:3082: Warning: end of file not at end of a line; newline inserted
{standard input}:3219: Error: unknown pseudo-op: `.'
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
gcc: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
make: *** [obj/sdl/emu/cpu/tms57002/tms57002.o] Error 4Ok, I switched gcc to 4.6.3 version changing CC = option in makefile from CC = @gcc to CC = @gcc-4.6 and now it works.
Maybe you need to recompile gcc 4.6.3-1, read this
Last edited by padremayi (2012-07-14 22:20:39)
Offline
NOTE: I recommend to download ppl-0.12.1-1 package from here and get libppl.so.11 from it
i guess it is not really necessary but just in case, do not follow the above "recommendation"
Offline
padremayi wrote:NOTE: I recommend to download ppl-0.12.1-1 package from here and get libppl.so.11 from it
i guess it is not really necessary but just in case, do not follow the above "recommendation"
Last edited by padremayi (2012-07-14 21:41:34)
Offline
The correct/clean way of handling this is to build the "old" gcc version against the new ppl yourself as already indicated in your other thread.
Burninate!
Offline
The correct/clean way of handling this is to build the "old" gcc version against the new ppl yourself as already indicated in your other thread.
How to rebuild old version? Links?
EDIT: here
Last edited by padremayi (2012-07-14 21:42:38)
Offline
the package 0.146.u4-2 is now working
Last.Fm
thou shalt not kill -9
Offline
the package 0.146.u4-2 is now working
Thanks ;-)
Offline