Hi,
Trying to change some config options through menuconfig and
issued make menuconfig with ARCH and CC set appropriately. I see the
below error.
~/trunk/src/third_party/
kernel/v3.8 $ make menuconfig
HOSTLD scripts/kconfig/mconf
/usr/x86_64-pc-linux-gnu/binutils-bin/2.24/ld.bfd.real: scripts/kconfig/lxdialog/checklist.o: undefined reference to symbol 'COLS'
/lib64/libtinfow.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
scripts/Makefile.host:127: recipe for target 'scripts/kconfig/mconf' failed
make[1]: *** [scripts/kconfig/mconf] Error 1
Makefile:509: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 2
I'm
not sure if I need to install any other tools as it works well with out
chroot, meaning I can use menuconfig on other tabs building android.
my host machine is ubuntu 12.04 LTS 64-bit
Thanks,
Vishnu