On Fri, Sep 28, 2001 at 01:45:53PM +0000, [EMAIL PROTECTED] wrote: > > but when it comes to compile z80 i get a lot of error about asm (add) and > other function, what im doing wrong?? > My processor is a PII 350 , what march do i have to use because with > march=i686 y get the errors but with march=i486 compile fine but the xmame > has the same speed that common optimizations. > TIA
This is a known problem with gcc 3.0.x. Bumping the optimization down to -O2 should allow that file to compile. _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
