I am not able to compile recent vlc snapshots nor the 0.8.2-test1 beta on it, the compiler bails out with:
Code: Select all
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DSYS_LINUX -I./include `top_builddir="." ./vlc-config --cflags vlc` -Wsign-compare -Wall -pipe -MT src/misc/lib_libvlc_a-cpu.o -MD -MP -MF "src/misc/.deps/lib_libvlc_a-cpu.Tpo" \
-c -o src/misc/lib_libvlc_a-cpu.o `test -f 'src/misc/cpu.c' || echo './'`src/misc/cpu.c; \
then mv -f "src/misc/.deps/lib_libvlc_a-cpu.Tpo" "src/misc/.deps/lib_libvlc_a-cpu.Po"; \
else rm -f "src/misc/.deps/lib_libvlc_a-cpu.Tpo"; exit 1; \
fi
{standard input}: Assembler messages:
{standard input}:26: Error: suffix or operands invalid for `push'
{standard input}:28: Error: suffix or operands invalid for `pop'
{standard input}:31: Error: suffix or operands invalid for `push'
{standard input}:34: Error: suffix or operands invalid for `pop'
{standard input}:36: Error: suffix or operands invalid for `pop'
{standard input}:52: Error: suffix or operands invalid for `push'
{standard input}:55: Error: suffix or operands invalid for `pop'
{standard input}:80: Error: suffix or operands invalid for `push'
{standard input}:83: Error: suffix or operands invalid for `pop'
{standard input}:110: Error: suffix or operands invalid for `push'
{standard input}:113: Error: suffix or operands invalid for `pop'
{standard input}:129: Error: suffix or operands invalid for `push'
{standard input}:132: Error: suffix or operands invalid for `pop'
make[2]: *** [src/misc/lib_libvlc_a-cpu.o] Error 1
make[2]: Leaving directory `/root/vlc-0.8.2-test1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/vlc-0.8.2-test1'
make: *** [all] Error 2
Regards, konsti@ku-gbr.de