Hi guys,
I am trying to compile MythTV 0.20 under Debian on one of my Efikas, but to no avail. Every time I try to build it I get the following errors:
Code:
{standard input}: Assembler messages:
{standard input}:64: Error: unsupported relocation against v0
{standard input}:64: Error: unsupported relocation against v0
{standard input}:64: Error: unsupported relocation against v0
make[2]: *** [cpu_accel.o] Error 1
make[2]: Leaving directory `/home/user/mythtv-0.20/libs/libmythmpeg2'
make[1]: *** [sub-libmythmpeg2] Error 2
make[1]: Leaving directory `/home/user/mythtv-0.20/libs'
make: *** [sub-libs] Error 2
The following are the commands I am using to build it:
Code:
./configure --disable-altivec
qmake mythtv.pro
make
This error only happens when I use the configure flag --disable-altivec, when I leave it off it compiles fine but I'm obviously left with binaries that wont run on the Efika.
Has anyone got any ideas on how to fix/get around this problem? Has anyone compiled Myth successfully?
Kind regards,