I have toolchain installed and I can cross-compile with:
. /usr/local/openmoko/arm/setup-env
./configure --host=arm-angstrom-linux
make

Sometimes I got error:
/bin/sh: /usr/local/openmoko/arm/bin/libtool.sh: No such file or directory
I have idea what 'libtool' is, but I do not have libtool.sh even in my
host system. So is this fault in source-package or should I need
(opkg-target) install something, or is this libtool version mismatch?


In simple cases I have got sources compiled with this workaround: Replacing
$(LIBTOOL) --tag=CC $(LIBTOOLFLAGS) --mode=compile $(CC)
to $(CC)
But what is the real reason and real solution for this?

-Aapo Rantalainen

_______________________________________________
devel mailing list
devel@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/devel

Reply via email to