Hello,
I'm new to openpli developement, trying to build Enigma 1 for dm500 using Debian 7.2 x32.
I did make sure to install all dependency, "svn co" of the sourceforge repository, and started the build using "make_cdk_image".
It takes about 40 min, but the yielded img files's size is about 1.8 MB.
looking at buildlog.txt, I see this error:
/bin/sh ./libtool --mode=compile --tag=CC powerpc-tuxbox-linux-gnu-gcc -g -O2 -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=0 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c sqlite3.c ./libtool: 1564: ./libtool: preserve_args+= --tag CC: not found ./libtool: 1: eval: base_compile+= powerpc-tuxbox-linux-gnu-gcc: not found ./libtool: 1: eval: base_compile+= -g: not found ./libtool: 1: eval: base_compile+= -O2: not found ./libtool: 1: eval: base_compile+= -DSQLITE_OS_UNIX=1: not found ./libtool: 1: eval: base_compile+= -I.: not found ./libtool: 1: eval: base_compile+= -I./src: not found ./libtool: 1: eval: base_compile+= -D_HAVE_SQLITE_CONFIG_H: not found ./libtool: 1: eval: base_compile+= -DNDEBUG: not found ./libtool: 1: eval: base_compile+= -DSQLITE_THREADSAFE=0: not found ./libtool: 1: eval: base_compile+= -DSQLITE_THREAD_OVERRIDE_LOCK=-1: not found ./libtool: 1: eval: base_compile+= -DSQLITE_OMIT_LOAD_EXTENSION=1: not found ./libtool: 1: eval: base_compile+= -c: not found libtool: compile: you must specify a compilation command libtool: compile: Try `libtool --help --mode=compile' for more information. make[1]: *** [sqlite3.lo] Error 1 make[1]: Leaving directory `/home/malek/Desktop/pli/cdk/cdk/sqlite-3.6.4' make: *** [.sqlite] Error 2
I verified the md5sum of most of the downloaded files in the Archive folder , and they were the same.
I have no idea what to do now.
buildlog.txt is attached.
Thanks for your help.