[MPlayer-users] compile 32 bit on AMD 64
Alexander Roalter
alex at roalter.it
Wed May 30 19:53:05 CEST 2007
Jerry Geis wrote:
> Hi
>
> I am trying to compile 32 bit version on AMD 64 with ( I got the
> following from the FAQ)
>
> ./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
>
> I get messages of:
> Assembler Message:
> Error bad register name '%rbx'
>
Although it won't help much, but rbx is a 64-bit register available only
in 64bit-mode. So the assembler gets fed a wrong format. Either "gcc
-m32" isn't enough or there must be more on that athlon_xp-Target. Or
something completely else.
--
cheers,
Alex
More information about the MPlayer-users
mailing list