As i give ‘make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig’ command after decompressing kernel, the below given error appers.
i tried with some other kernel version….but there is also the same problem…
the error have one line: /lib64/libncursesw.so.5 not found..bt as i checked this .so is present at that path…
/bin/ld: warning: libdl.so.2, needed by /lib/../lib64/libncursesw.so.5, not found (try using -rpath or -rpath-link)
/lib/../lib64/libncursesw.so.5: undefined reference to `dlopen@GLIBC_2.2.5′
/lib/../lib64/libncursesw.so.5: undefined reference to `dlclose@GLIBC_2.2.5′
/lib/../lib64/libncursesw.so.5: undefined reference to `dlsym@GLIBC_2.2.5′
collect2: ld returned 1 exit status
make[2]: *** [scripts/kconfig/conf] Error 1
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target `include/config/auto.conf’, needed by `include/config/kernel.release’. Stop.
Plz give me a solution as i am using x86_64 bit arch.