I want to build the irserver for the Fritz!Box.
For the build I use the IRTRans source code Version: 12.12.10 / 6.03.08
If I build under my freetz build environment I get a lot of unresolved references.
For the build I use the makefile.dbox.
I modified the makefile to use the correct compiler for the Fritz!Box.
slightly@StinkyLinux:~/freetz/freetz-trunk-20101130/IRTrans$ make -f makefile.dbox
/home/slightly/freetz/freetz-trunk-20101130/toolchain/target/bin/mipsel-linux-uclibc-gcc fileio.o linuxserio.o lowlevel.o server.o errormessage.o -o irserver
fileio.o: In function `ReadIRTransDirectory':
fileio.c:(.text+0x16c): undefined reference to `getdirentries'
fileio.o: In function `ASCIIStoreCCF':
fileio.c:(.text+0x2b3c): undefined reference to `DecodeCCF'
fileio.o: In function `DBStoreCCFCode':
fileio.c:(.text+0x14d00): undefined reference to `DecodeCCF'
fileio.c:(.text+0x15234): undefined reference to `DecodeCCF'
fileio.c:(.text+0x15ebc): undefined reference to `DecodeCCF'