[MPlayer-dev-eng] [PATCH] replacement for internal mpg123 fork (mp3lib), Final version?

Diego Biurrun diego at biurrun.de
Sun May 23 19:31:46 CEST 2010


On Sun, May 23, 2010 at 07:24:31PM +0200, Thomas Orgis wrote:
> Am Sun, 23 May 2010 18:37:26 +0200
> schrieb Diego Biurrun <diego at biurrun.de>: 
> 
> > > Program received signal SIGILL, Illegal instruction.
> > > 0x080875ae in mp_msg ()
> > I think that's a gcc bug where SSE and MMX2 instructions get compiled
> > into K6-III binaries when using -march=native.  What gcc version are
> > you using?  --extra-cflags=-march=k6-3 -mtune=k6-3 should work around
> > this.
>
> I have -march=k6-3 in CFLAGS, and gcc 4.3.3 ... but then, MPlayer's
> configure does tell me not to report anything if I get problems with
> my own CFLAGS, so... you could also ignore this;-) Seriously, I didn't
> investigate that further -- I suppose this is something strange with
> my setup. Though, it might be a pecularity of that system sporting a
> K6-3+ cpu instead of a normal k6-3.

I have a K6-III+ as well and it fixes the problem for me.  Maybe try
-mtune=k6-3 as well..

Diego



More information about the MPlayer-dev-eng mailing list