You are not logged in.

#1 2012-07-06 19:08:27

padremayi
Member
Registered: 2012-06-29
Posts: 49

[SOLVED] SDLMAME 0.146.u2 finally works!

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 4

Ok, 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

#2 2012-07-07 08:09:26

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,557

Re: [SOLVED] SDLMAME 0.146.u2 finally works!

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"

Offline

#3 2012-07-07 10:11:17

padremayi
Member
Registered: 2012-06-29
Posts: 49

Re: [SOLVED] SDLMAME 0.146.u2 finally works!

bangkok_manouel wrote:
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"

How to recompile

Last edited by padremayi (2012-07-14 21:41:34)

Offline

#4 2012-07-07 10:27:31

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: [SOLVED] SDLMAME 0.146.u2 finally works!

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

#5 2012-07-07 10:41:56

padremayi
Member
Registered: 2012-06-29
Posts: 49

Re: [SOLVED] SDLMAME 0.146.u2 finally works!

Gcool wrote:

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

#6 2012-08-02 14:04:22

mutterschiff
Member
From: somewhere around Dresden, Ger
Registered: 2012-08-02
Posts: 31

Re: [SOLVED] SDLMAME 0.146.u2 finally works!

the package 0.146.u4-2 is now working


Last.Fm
thou shalt not kill -9

Offline

#7 2012-08-31 09:57:49

padremayi
Member
Registered: 2012-06-29
Posts: 49

Re: [SOLVED] SDLMAME 0.146.u2 finally works!

mutterschiff wrote:

the package 0.146.u4-2 is now working

Thanks ;-)

Offline

Board footer

Powered by FluxBB