Problems building TV Headend in Ubuntu 14.04 on ODroid C1
Added by Stephen Neal over 10 years ago
Hi all
Am trying to build TV Headend on an ODroid C1 ARM platform - I've followed the build instructions here : https://tvheadend.org/projects/tvheadend/wiki/Building
but get the following error : CC tvheadend
/usr/bin/ld.bfd.real: cannot find -lXv
/usr/bin/ld.bfd.real: cannot find -lva
/usr/bin/ld.bfd.real: cannot find -lSDL
/usr/bin/ld.bfd.real: cannot find -lXv
/usr/bin/ld.bfd.real: cannot find -lva
/usr/bin/ld.bfd.real: cannot find -lSDL
/usr/bin/ld.bfd.real: cannot find -lXv
/usr/bin/ld.bfd.real: cannot find -lva
/usr/bin/ld.bfd.real: cannot find -lSDL
Think this means I'm either missing a library or there is a path pointing to the wrong place?
Any advice gratefully received. I'm hoping to run my ODroid as a small TV Headend server with a SAT>IP headend (as it's a bit snappier and has faster network / USB than a Raspberry Pi 2) but need to build a recent TV Headend to get the Elgato SAT>IP bug fix.
EDIT : First time I tried I installed the optional avahi and libav stuff as well as the core stuff - may try again without the optional stuff in case that is causing issues. However tried doing a basic build with just build-essential git pkg-config libssl-dev bzip2 wget and had the same errors on make
Replies (1)
RE: Problems building TV Headend in Ubuntu 14.04 on ODroid C1
-
Added by Stephen Neal over 10 years ago
Have switched to Debian Jesse and it builds fine. Must be an oddity in the Ubuntu distro from Odroid.