Jump to content


xalanaseon

Member Since 4 Mar 2013
Offline Last Active 27 Mar 2013 19:09
-----

Topics I've Started

DM500 build CDK libtool error

14 March 2013 - 19:29

Hi, I got a problem as in prepare stage ...

libtoolize --automake
libtoolize: You should add the contents of `./libtool.m4' to `aclocal.m4'.
libtoolize: You should add the contents of `./ltoptions.m4' to `aclocal.m4'.
libtoolize: You should add the contents of `./ltsugar.m4' to `aclocal.m4'.
libtoolize: You should add the contents of `./ltversion.m4' to `aclocal.m4'.
libtoolize: You should add the contents of `./lt~obsolete.m4' to `aclocal.m4'.

and in buildlog .txt has ...


cat parse.h ./src/vdbe.c | mawk -f ./mkopcodeh.awk >opcodes.h
/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 ./src/alter.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]: *** [alter.lo] Error 1
make[1]: Leaving directory `/home/xalanaseon/openpli/cdk/cdk/sqlite-3.6.4'
make: *** [.sqlite] Error 2

which make my image (although finished) has only 3.4 MB, Please help.

Attached File  buildlog.txt   96.05KB   1 downloads