Good day,
I have an error in libtool when running adt_installer
script.
make[1]: Entering directory
`/users/jdelapena/adt-installer/opkg/build/opkg-svn/libbb'
../-libtool --tag=CC --mode=compile
i586-poky-linux-gcc -m32 -march=i586
--sysroot=/bonus/scratch/jdelapena/sdk/sysroots/i586-poky-linux
-DHAVE_CONFIG_H -I. -I../libopkg -g -O -Wall
-DHOST_CPU_STR=\"x86_64\" -DBUILD_CPU=x86_64 -O
-fno-omit-frame-pointer -g -feliminate-unused-debug-types
-pipe -MT libbb_la-gz_open.lo -MD -MP -MF
.deps/libbb_la-gz_open.Tpo -c -o libbb_la-gz_open.lo `test
-f 'gz_open.c' || echo './'`gz_open.c
/bin/sh: ../-libtool: No such file or directory
make[1]: *** [libbb_la-gz_open.lo] Error 127
make[1]: Leaving directory
`/users/jdelapena/adt-installer/opkg/build/opkg-svn/libbb'
make: *** [all-recursive] Error 1
Seems to be $LIBTOOL was not having the correct value.
I've searched all occurrence of $LIBTOOL but all of them had
-libtool value.
Where does $LIBTOOL originate when creating my own
adt_installer script via bitbake adt-installer?
What variables in any conf file do I need to change to
run adt_installer successfully?
Attached is the full log during running of adt_installer.
Thanks,
Joseph