On Tue, 11 Aug 2015 02:43:15 -0700 (PDT) Nithin Chakravarthy <[email protected]> wrote:
> Hi, > > I am trying to compile the lsuxi source code for cubie board(A20). More details are always useful. Kernel or u-boot? From which repository? Using which instructions? > Whn i try menuconfig I am getting following error > > I am using ubuntu 15.04 > > command > make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- menuconfig > HOSTLD scripts/kconfig/mconf > scripts/kconfig/mconf.o: In function `show_help': > mconf.c:(.text+0x694): undefined reference to `stdscr' > scripts/kconfig/mconf.o: In function `main': > mconf.c:(.text.startup+0x6c): undefined reference to `initscr' > mconf.c:(.text.startup+0x73): undefined reference to `stdscr' > scripts/kconfig/lxdialog/checklist.o: In function `print_arrows': > checklist.c:(.text+0x2c): undefined reference to `wmove' > checklist.c:(.text+0x4c): undefined reference to `acs_map' > checklist.c:(.text+0x54): undefined reference to `waddch' [snip] > scripts/kconfig/lxdialog/menubox.o: In function `do_print_item': > menubox.c:(.text+0x17e): undefined reference to `wrefresh' > scripts/kconfig/lxdialog/menubox.o: In function `print_buttons': > menubox.c:(.text+0x260): undefined reference to `wrefresh' > scripts/kconfig/lxdialog/menubox.o: In function `print_arrows.constprop.0': > menubox.c:(.text+0x373): undefined reference to `wrefresh' > 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:492: recipe for target 'menuconfig' failed > make: *** [menuconfig] Error 2 > > > Does I need to install any packages. > How can I resolve this error? Try to install ncurses and/or ncurses-dev and check if it helps or at least reduces the number of reported errors. -- Best regards, Siarhei Siamashka -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
