You're absolutely right Waldemar, sorry! Here's the snippet from the compile output:
util.c:(.text+0x326): undefined reference to `waddch' scripts/kconfig/lxdialog/util.o: In function `print_button': util.c:(.text+0x74a): undefined reference to `wmove' scripts/kconfig/lxdialog/util.o: In function `draw_shadow': util.c:(.text+0xa59): undefined reference to `wnoutrefresh' scripts/kconfig/lxdialog/lxdialog.o: In function `main': lxdialog.c:(.text.startup+0x212): undefined reference to `COLS' lxdialog.c:(.text.startup+0x218): undefined reference to `LINES' lxdialog.c:(.text.startup+0x21e): undefined reference to `stdscr' ...snip... msgbox.c:(.text+0x130): undefined reference to `waddch' msgbox.c:(.text+0x160): undefined reference to `wrefresh' msgbox.c:(.text+0x190): undefined reference to `wgetch' msgbox.c:(.text+0x1a1): undefined reference to `delwin' msgbox.c:(.text+0x1f5): undefined reference to `wrefresh' msgbox.c:(.text+0x201): undefined reference to `delwin' collect2: error: ld returned 1 exit status scripts/Makefile.host:113: recipe for target 'scripts/kconfig/lxdialog/lxdialog' failed make[2]: *** [scripts/kconfig/lxdialog/lxdialog] Error 1 /opt/staging/busybox-1.24.1/scripts/kconfig/Makefile:14: recipe for target 'menuconfig' failed make[1]: *** [menuconfig] Error 2 Makefile:443: recipe for target 'menuconfig' failed make: *** [menuconfig] Error 2 On 7/20/16, Waldemar Brodkorb <[email protected]> wrote: > Hi, > David Henderson wrote, > >> Hey Rob, thanks for getting back to me on this! How's all your projects >> going? >> >> I'm currently using TinyCoreLinux v7.x to compile BB and have not had >> problems compiling other software such as ssmtp, sshpass, wmctrl, >> dvb-apps, etc so there isn't a problem with compiling per se which is >> why I'm left scratching my head. Some other errors I'm getting are >> 'undefined reference to ...' along with the collect2 error message. >> I've checked that binutils are installed. Some package seems like it >> is missing, I just have no clue which one. Thoughts? > > It would be simpler to help, if you paste complete output of the > error messages you get. It's the second time you cut off the > interesting part of the error. > > best regards and good luck, > Waldemar > _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
