Can't compile vlc0.2.90

Chris Jensen christopher.jensen at studentmail.newcastle.edu.au
Fri Oct 12 04:11:39 CEST 2001


>    Could you test this for me, and provide me with the output, please ?
> 
>    % echo 'void foo(){asm("vperm 0,1,2,3");}' > /tmp/foo.c
>    % gcc -O3 /tmp/foo.c -o /tmp/foo.o
>    % echo 'void bar(){asm volatile("vperm 0,1,2,3");}' > /tmp/bar.c
>    % gcc -O3 /tmp/bar.c -o /tmp/bar.o
> 
Both gcc comands generate the following error (even if I unset CFLAGS)
/tmp/ccYCc2mt.s: Assembler messages:
/tmp/ccYCc2mt.s:12: Error: no such instruction: `vperm 0,1,2,3'

my CFLAGS settings have worked for all previous versions of VLC -
CFLAGS="-O3 -march=i686 -mcpu=i686"

Thanks
Chris Jensen





More information about the vlc mailing list