viewtopic.php?f=40&t=14156&start=15
hjave you installed libc-dev ? (ipkg install libc-dev )

ipkg install libc-dev
Package libc-dev (2.5-5) installed in root is up to date.
Nothing to be done
Successfully terminated.



321liftoff wrote:Have any of you heard of NASDVR? Since there hasn't seemed to be much luck getting the Synology to work with tvheadend here or mythtv backend, maybe NASDVR would have better success? It looks to be a much simpler interface but the developer is using it on his NAS. I'm looking to get a NAS for the purpose of a PVR/DVR, so I don't own one yet. Could someone give it a try on a Synology, maybe make the necessary improvements to the project and report results?


cp /opt/arm-none-linux-gnueabi/lib/libpthread-2.5.so /opt/arm-none-linux-gnueabi/lib/libpthread-2.5.so.bk
cp /lib/libpthread.so.0 /opt/arm-none-linux-gnueabi/lib/libpthread-2.5.so



cd /volume1/@tmp
wget http://wizjos.endofinternet.net/synology/archief/syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh
chmod +x syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh
sh syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh
reboot
mkdir /volume1/gentoo
cd /volume1/gentoo
wget http://distfiles.gentoo.org/releases/arm/autobuilds/20120106/armv5tel-softfloat-linux-gnueabi/stage3-armv5tel-20120106.tar.bz2
tar -xjvf *.tar.bz2
mount -t proc none /volume1/gentoo/proc
chroot /volume1/gentoo /bin/bash
nano /etc/conf.d/net
nano /etc/resolv.conf
exit
reboot
mount -t proc none /volume1/gentoo/proc
chroot /volume1/gentoo /bin/bash
emerge --sync
emerge build-essential libssl-dev pkg-config avahi-daemon
emerge -av git
emerge gcc
mkdir -p /opt/tvheadend/src
git clone https://github.com/andoma/tvheadend.git /opt/tvheadend/src/
cd /opt/tvheadend/src
env CC=/usr/armv5tel-softfloat-linux-gnueabi/gcc-bin/4.5.3/armv5tel-softfloat-linux-gnueabi-gcc \
LD=/usr/armv5tel-softfloat-linux-gnueabi/bin/ld \
RANLIB=/usr/local/arm-none-linux-gnueabi/bin/ranlib \
CFLAGS="-I/usr/include" \
LDFLAGS="-L/usr/local/arm-none-linux-gnueabi/lib" \
./configure \
--host=armle-unknown-linux \
--target=armle-unknown-linux \
--build=i686-pc-linux \
--disable-avahi \
--release \
--prefix=/opt/tvheadend
make
make install
exitchroot /volume1/gentoo /bin/bash
TVHROOT="/opt/tvheadend"
TVHNAME="tvheadend"
TVHBIN="${TVHROOT}/bin/${TVHNAME}"
TVHUSER="${TVHNAME}"
/opt/tvheadend/bin/tvheadend start -C




Return to Feature Requests & Product Improvement Suggestions
Users browsing this forum: No registered users and 6 guests