'make menuconfig' broken by commit 7eab8ef8b720e8744eea3c6c771bccc217fbe5ed

Keith Hui <[email protected]>
Newsgroups gmane.linux.bios
Message-ID <CANTF=bTrKWP2cYoUyrn93a6n6FpjZG04+vL8PMJ35r+wsVC=og@mail.gmail.com>
Hi all, We have a problem.

After commit 7eab8ef8b720e8744eea3c6c771bccc217fbe5ed (util/kconfig:
Uprev to Linux 6.2's kconfig) [1], make menuconfig is completely
borked. I found out using git bisect.

After the gerrit link is the output I get when I run 'make menuconfig'
instead of the configuration menu.

Can we get this looked at ASAP?

Thanks
Keith

[1]https://review.coreboot.org/c/coreboot/+/79179

-------- output -------
$ make menuconfig
/usr/bin/ld: build/util/kconfig/mconf.o: in function `show_help':
mconf.c:(.text+0x1545): undefined reference to `stdscr'
/usr/bin/ld: mconf.c:(.text+0x1551): undefined reference to `stdscr'
/usr/bin/ld: build/util/kconfig/lxdialog/checklist.o: in function `print_item':
checklist.c:(.text+0x82): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x98): undefined reference to `wmove'
/usr/bin/ld: checklist.c:(.text+0xb2): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0xd8): undefined reference to `wmove'
/usr/bin/ld: checklist.c:(.text+0xfe): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x13c): undefined reference to `wprintw'
/usr/bin/ld: checklist.c:(.text+0x162): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x179): undefined reference to `wmove'
/usr/bin/ld: checklist.c:(.text+0x196): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x1bc): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x1d8): undefined reference to `waddnstr'
/usr/bin/ld: checklist.c:(.text+0x1f8): undefined reference to `wmove'
/usr/bin/ld: checklist.c:(.text+0x204): undefined reference to `wrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/checklist.o: in function
`print_arrows':
checklist.c:(.text+0x248): undefined reference to `wmove'
/usr/bin/ld: checklist.c:(.text+0x264): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x26a): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x278): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x28e): undefined reference to `waddnstr'
/usr/bin/ld: checklist.c:(.text+0x2a6): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x2ac): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x2ba): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x2c0): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x2ce): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x2d4): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x2e2): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x2e8): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x2f6): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x318): undefined reference to `wmove'
/usr/bin/ld: checklist.c:(.text+0x348): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x34e): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x35c): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x372): undefined reference to `waddnstr'
/usr/bin/ld: checklist.c:(.text+0x38a): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x390): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x39e): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x3a4): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x3b2): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x3b8): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x3c6): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x3cc): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x3da): undefined reference to `waddch'
/usr/bin/ld: build/util/kconfig/lxdialog/checklist.o: in function
`print_buttons':
checklist.c:(.text+0x478): undefined reference to `wmove'
/usr/bin/ld: checklist.c:(.text+0x484): undefined reference to `wrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/checklist.o: in function
`dialog_checklist':
checklist.c:(.text+0x54a): undefined reference to `stdscr'
/usr/bin/ld: checklist.c:(.text+0x556): undefined reference to `stdscr'
/usr/bin/ld: checklist.c:(.text+0x580): undefined reference to `stdscr'
/usr/bin/ld: checklist.c:(.text+0x58c): undefined reference to `stdscr'
/usr/bin/ld: checklist.c:(.text+0x5c7): undefined reference to `stdscr'
/usr/bin/ld: build/util/kconfig/lxdialog/checklist.o:checklist.c:(.text+0x5d3):
more undefined references to `stdscr' follow
/usr/bin/ld: build/util/kconfig/lxdialog/checklist.o: in function
`dialog_checklist':
checklist.c:(.text+0x653): undefined reference to `newwin'
/usr/bin/ld: checklist.c:(.text+0x668): undefined reference to `keypad'
/usr/bin/ld: checklist.c:(.text+0x6b7): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x6d0): undefined reference to `wmove'
/usr/bin/ld: checklist.c:(.text+0x6db): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x6e9): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x6f8): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x706): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x72b): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x731): undefined reference to `acs_map'
/usr/bin/ld: checklist.c:(.text+0x73f): undefined reference to `waddch'
/usr/bin/ld: checklist.c:(.text+0x76b): undefined reference to `wattrset'
/usr/bin/ld: checklist.c:(.text+0x7ec): undefined reference to `subwin'
/usr/bin/ld: checklist.c:(.text+0x801): undefined reference to `keypad'
/usr/bin/ld: checklist.c:(.text+0x9da): undefined reference to `wnoutrefresh'
/usr/bin/ld: checklist.c:(.text+0x9e6): undefined reference to `wnoutrefresh'
/usr/bin/ld: checklist.c:(.text+0x9eb): undefined reference to `doupdate'
/usr/bin/ld: checklist.c:(.text+0x9fc): undefined reference to `wgetch'
/usr/bin/ld: checklist.c:(.text+0xad1): undefined reference to `scrollok'
/usr/bin/ld: checklist.c:(.text+0xae2): undefined reference to `wscrl'
/usr/bin/ld: checklist.c:(.text+0xaf3): undefined reference to `scrollok'
/usr/bin/ld: checklist.c:(.text+0xb61): undefined reference to `wnoutrefresh'
/usr/bin/ld: checklist.c:(.text+0xb6d): undefined reference to `wrefresh'
/usr/bin/ld: checklist.c:(.text+0xbfe): undefined reference to `scrollok'
/usr/bin/ld: checklist.c:(.text+0xc0f): undefined reference to `wscrl'
/usr/bin/ld: checklist.c:(.text+0xc20): undefined reference to `scrollok'
/usr/bin/ld: checklist.c:(.text+0xc99): undefined reference to `wnoutrefresh'
/usr/bin/ld: checklist.c:(.text+0xca5): undefined reference to `wrefresh'
/usr/bin/ld: checklist.c:(.text+0xd1b): undefined reference to `wnoutrefresh'
/usr/bin/ld: checklist.c:(.text+0xd27): undefined reference to `wrefresh'
/usr/bin/ld: checklist.c:(.text+0xe99): undefined reference to `delwin'
/usr/bin/ld: checklist.c:(.text+0xea5): undefined reference to `delwin'
/usr/bin/ld: checklist.c:(.text+0xf0b): undefined reference to `wrefresh'
/usr/bin/ld: checklist.c:(.text+0xf33): undefined reference to `delwin'
/usr/bin/ld: checklist.c:(.text+0xf3f): undefined reference to `delwin'
/usr/bin/ld: checklist.c:(.text+0xf4e): undefined reference to `doupdate'
/usr/bin/ld: checklist.c:(.text+0xf64): undefined reference to `delwin'
/usr/bin/ld: checklist.c:(.text+0xf70): undefined reference to `delwin'
/usr/bin/ld: build/util/kconfig/lxdialog/inputbox.o: in function
`print_buttons':
inputbox.c:(.text+0x96): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0xa2): undefined reference to `wrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/inputbox.o: in function
`dialog_inputbox':
inputbox.c:(.text+0x10c): undefined reference to `stdscr'
/usr/bin/ld: inputbox.c:(.text+0x118): undefined reference to `stdscr'
/usr/bin/ld: inputbox.c:(.text+0x142): undefined reference to `stdscr'
/usr/bin/ld: inputbox.c:(.text+0x14e): undefined reference to `stdscr'
/usr/bin/ld: inputbox.c:(.text+0x172): undefined reference to `stdscr'
/usr/bin/ld: build/util/kconfig/lxdialog/inputbox.o:inputbox.c:(.text+0x17e):
more undefined references to `stdscr' follow
/usr/bin/ld: build/util/kconfig/lxdialog/inputbox.o: in function
`dialog_inputbox':
inputbox.c:(.text+0x1fe): undefined reference to `newwin'
/usr/bin/ld: inputbox.c:(.text+0x213): undefined reference to `keypad'
/usr/bin/ld: inputbox.c:(.text+0x262): undefined reference to `wattrset'
/usr/bin/ld: inputbox.c:(.text+0x27b): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x286): undefined reference to `acs_map'
/usr/bin/ld: inputbox.c:(.text+0x294): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x2a3): undefined reference to `acs_map'
/usr/bin/ld: inputbox.c:(.text+0x2b1): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x2d6): undefined reference to `wattrset'
/usr/bin/ld: inputbox.c:(.text+0x2dc): undefined reference to `acs_map'
/usr/bin/ld: inputbox.c:(.text+0x2ea): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x316): undefined reference to `wattrset'
/usr/bin/ld: inputbox.c:(.text+0x3f5): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x40b): undefined reference to `wattrset'
/usr/bin/ld: inputbox.c:(.text+0x46c): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x4a2): undefined reference to `waddnstr'
/usr/bin/ld: inputbox.c:(.text+0x4bb): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x4c7): undefined reference to `wrefresh'
/usr/bin/ld: inputbox.c:(.text+0x4d8): undefined reference to `wgetch'
/usr/bin/ld: inputbox.c:(.text+0x592): undefined reference to `wattrset'
/usr/bin/ld: inputbox.c:(.text+0x60f): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x642): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x66a): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x68f): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x69b): undefined reference to `wrefresh'
/usr/bin/ld: inputbox.c:(.text+0x6cd): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x6f4): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x727): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x74f): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x76f): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x7ac): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x7d8): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x80b): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x833): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x858): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x8b8): undefined reference to `wattrset'
/usr/bin/ld: inputbox.c:(.text+0x95d): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x990): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x9b8): undefined reference to `waddch'
/usr/bin/ld: inputbox.c:(.text+0x9dd): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0x9e9): undefined reference to `wrefresh'
/usr/bin/ld: inputbox.c:(.text+0x9f3): undefined reference to `flash'
/usr/bin/ld: inputbox.c:(.text+0xb1e): undefined reference to `delwin'
/usr/bin/ld: inputbox.c:(.text+0xb34): undefined reference to `delwin'
/usr/bin/ld: inputbox.c:(.text+0xbba): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0xbc6): undefined reference to `wrefresh'
/usr/bin/ld: inputbox.c:(.text+0xc84): undefined reference to `wmove'
/usr/bin/ld: inputbox.c:(.text+0xc90): undefined reference to `wrefresh'
/usr/bin/ld: inputbox.c:(.text+0xc9f): undefined reference to `delwin'
/usr/bin/ld: inputbox.c:(.text+0xcd7): undefined reference to `delwin'
/usr/bin/ld: inputbox.c:(.text+0xcf7): undefined reference to `delwin'
/usr/bin/ld: build/util/kconfig/lxdialog/menubox.o: in function `do_print_item':
menubox.c:(.text+0x96): undefined reference to `wattrset'
/usr/bin/ld: menubox.c:(.text+0xac): undefined reference to `wmove'
/usr/bin/ld: menubox.c:(.text+0xb8): undefined reference to `wclrtoeol'
/usr/bin/ld: menubox.c:(.text+0xde): undefined reference to `wattrset'
/usr/bin/ld: menubox.c:(.text+0xf5): undefined reference to `wmove'
/usr/bin/ld: menubox.c:(.text+0x112): undefined reference to `waddnstr'
/usr/bin/ld: menubox.c:(.text+0x13e): undefined reference to `wattrset'
/usr/bin/ld: menubox.c:(.text+0x15a): undefined reference to `wmove'
/usr/bin/ld: menubox.c:(.text+0x180): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x1a0): undefined reference to `wmove'
/usr/bin/ld: menubox.c:(.text+0x1b8): undefined reference to `wrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/menubox.o: in function `print_arrows':
menubox.c:(.text+0x21f): undefined reference to `wmove'
/usr/bin/ld: menubox.c:(.text+0x23b): undefined reference to `wattrset'
/usr/bin/ld: menubox.c:(.text+0x241): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x24f): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x265): undefined reference to `waddnstr'
/usr/bin/ld: menubox.c:(.text+0x27d): undefined reference to `wattrset'
/usr/bin/ld: menubox.c:(.text+0x283): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x291): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x297): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x2a5): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x2ab): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x2b9): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x2bf): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x2cd): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x2ef): undefined reference to `wmove'
/usr/bin/ld: menubox.c:(.text+0x2fb): undefined reference to `wrefresh'
/usr/bin/ld: menubox.c:(.text+0x326): undefined reference to `wattrset'
/usr/bin/ld: menubox.c:(.text+0x32c): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x33a): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x350): undefined reference to `waddnstr'
/usr/bin/ld: menubox.c:(.text+0x368): undefined reference to `wattrset'
/usr/bin/ld: menubox.c:(.text+0x36e): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x37c): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x382): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x390): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x396): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x3a4): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x3aa): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x3b8): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x3cc): undefined reference to `wmove'
/usr/bin/ld: menubox.c:(.text+0x3d8): undefined reference to `wrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/menubox.o: in function `print_buttons':
menubox.c:(.text+0x4f1): undefined reference to `wmove'
/usr/bin/ld: menubox.c:(.text+0x4fd): undefined reference to `wrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/menubox.o: in function `do_scroll':
menubox.c:(.text+0x524): undefined reference to `scrollok'
/usr/bin/ld: menubox.c:(.text+0x535): undefined reference to `wscrl'
/usr/bin/ld: menubox.c:(.text+0x546): undefined reference to `scrollok'
/usr/bin/ld: menubox.c:(.text+0x563): undefined reference to `wrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/menubox.o: in function `dialog_menu':
menubox.c:(.text+0x5ab): undefined reference to `stdscr'
/usr/bin/ld: menubox.c:(.text+0x5b7): undefined reference to `stdscr'
/usr/bin/ld: menubox.c:(.text+0x5d0): undefined reference to `stdscr'
/usr/bin/ld: menubox.c:(.text+0x5dc): undefined reference to `stdscr'
/usr/bin/ld: menubox.c:(.text+0x633): undefined reference to `stdscr'
/usr/bin/ld: build/util/kconfig/lxdialog/menubox.o:menubox.c:(.text+0x63f):
more undefined references to `stdscr' follow
/usr/bin/ld: build/util/kconfig/lxdialog/menubox.o: in function `dialog_menu':
menubox.c:(.text+0x6bf): undefined reference to `newwin'
/usr/bin/ld: menubox.c:(.text+0x6d4): undefined reference to `keypad'
/usr/bin/ld: menubox.c:(.text+0x723): undefined reference to `wattrset'
/usr/bin/ld: menubox.c:(.text+0x73c): undefined reference to `wmove'
/usr/bin/ld: menubox.c:(.text+0x747): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x755): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x764): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x772): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x797): undefined reference to `wattrset'
/usr/bin/ld: menubox.c:(.text+0x7b2): undefined reference to `wbkgdset'
/usr/bin/ld: menubox.c:(.text+0x7b8): undefined reference to `acs_map'
/usr/bin/ld: menubox.c:(.text+0x7c6): undefined reference to `waddch'
/usr/bin/ld: menubox.c:(.text+0x7f2): undefined reference to `wattrset'
/usr/bin/ld: menubox.c:(.text+0x873): undefined reference to `subwin'
/usr/bin/ld: menubox.c:(.text+0x888): undefined reference to `keypad'
/usr/bin/ld: menubox.c:(.text+0xa76): undefined reference to `wnoutrefresh'
/usr/bin/ld: menubox.c:(.text+0xadc): undefined reference to `wmove'
/usr/bin/ld: menubox.c:(.text+0xae8): undefined reference to `wrefresh'
/usr/bin/ld: menubox.c:(.text+0xaf9): undefined reference to `wgetch'
/usr/bin/ld: menubox.c:(.text+0xe3a): undefined reference to `scrollok'
/usr/bin/ld: menubox.c:(.text+0xff2): undefined reference to `wnoutrefresh'
/usr/bin/ld: menubox.c:(.text+0xffe): undefined reference to `wrefresh'
/usr/bin/ld: menubox.c:(.text+0x1121): undefined reference to `wrefresh'
/usr/bin/ld: menubox.c:(.text+0x113b): undefined reference to `delwin'
/usr/bin/ld: menubox.c:(.text+0x1147): undefined reference to `delwin'
/usr/bin/ld: menubox.c:(.text+0x1221): undefined reference to `delwin'
/usr/bin/ld: menubox.c:(.text+0x122d): undefined reference to `delwin'
/usr/bin/ld: menubox.c:(.text+0x1248): undefined reference to `delwin'
/usr/bin/ld: build/util/kconfig/lxdialog/menubox.o:menubox.c:(.text+0x1254):
more undefined references to `delwin' follow
/usr/bin/ld: build/util/kconfig/lxdialog/textbox.o: in function
`refresh_text_box':
textbox.c:(.text+0x57): undefined reference to `wmove'
/usr/bin/ld: textbox.c:(.text+0x63): undefined reference to `wrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/textbox.o: in function
`dialog_textbox':
textbox.c:(.text+0x135): undefined reference to `stdscr'
/usr/bin/ld: textbox.c:(.text+0x141): undefined reference to `stdscr'
/usr/bin/ld: textbox.c:(.text+0x15a): undefined reference to `stdscr'
/usr/bin/ld: textbox.c:(.text+0x166): undefined reference to `stdscr'
/usr/bin/ld: textbox.c:(.text+0x1d7): undefined reference to `stdscr'
/usr/bin/ld: build/util/kconfig/lxdialog/textbox.o:textbox.c:(.text+0x1e3):
more undefined references to `stdscr' follow
/usr/bin/ld: build/util/kconfig/lxdialog/textbox.o: in function
`dialog_textbox':
textbox.c:(.text+0x263): undefined reference to `newwin'
/usr/bin/ld: textbox.c:(.text+0x278): undefined reference to `keypad'
/usr/bin/ld: textbox.c:(.text+0x2ab): undefined reference to `subwin'
/usr/bin/ld: textbox.c:(.text+0x2c5): undefined reference to `wattrset'
/usr/bin/ld: textbox.c:(.text+0x2e0): undefined reference to `wbkgdset'
/usr/bin/ld: textbox.c:(.text+0x2f1): undefined reference to `keypad'
/usr/bin/ld: textbox.c:(.text+0x340): undefined reference to `wattrset'
/usr/bin/ld: textbox.c:(.text+0x359): undefined reference to `wmove'
/usr/bin/ld: textbox.c:(.text+0x364): undefined reference to `acs_map'
/usr/bin/ld: textbox.c:(.text+0x372): undefined reference to `waddch'
/usr/bin/ld: textbox.c:(.text+0x381): undefined reference to `acs_map'
/usr/bin/ld: textbox.c:(.text+0x38f): undefined reference to `waddch'
/usr/bin/ld: textbox.c:(.text+0x3b4): undefined reference to `wattrset'
/usr/bin/ld: textbox.c:(.text+0x3cf): undefined reference to `wbkgdset'
/usr/bin/ld: textbox.c:(.text+0x3d5): undefined reference to `acs_map'
/usr/bin/ld: textbox.c:(.text+0x3e3): undefined reference to `waddch'
/usr/bin/ld: textbox.c:(.text+0x431): undefined reference to `wnoutrefresh'
/usr/bin/ld: textbox.c:(.text+0x4ba): undefined reference to `wgetch'
/usr/bin/ld: textbox.c:(.text+0x88c): undefined reference to `delwin'
/usr/bin/ld: textbox.c:(.text+0x898): undefined reference to `delwin'
/usr/bin/ld: textbox.c:(.text+0x905): undefined reference to `delwin'
/usr/bin/ld: textbox.c:(.text+0x911): undefined reference to `delwin'
/usr/bin/ld: build/util/kconfig/lxdialog/textbox.o: in function `print_page':
textbox.c:(.text+0xb7b): undefined reference to `wnoutrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/textbox.o: in function `print_line':
textbox.c:(.text+0xbe5): undefined reference to `wmove'
/usr/bin/ld: textbox.c:(.text+0xbf6): undefined reference to `waddch'
/usr/bin/ld: textbox.c:(.text+0xc3b): undefined reference to `waddnstr'
/usr/bin/ld: textbox.c:(.text+0xc47): undefined reference to `wclrtoeol'
/usr/bin/ld: build/util/kconfig/lxdialog/textbox.o: in function
`print_position':
textbox.c:(.text+0xd47): undefined reference to `wattrset'
/usr/bin/ld: textbox.c:(.text+0xd62): undefined reference to `wbkgdset'
/usr/bin/ld: textbox.c:(.text+0xdf1): undefined reference to `wmove'
/usr/bin/ld: textbox.c:(.text+0xe0a): undefined reference to `wprintw'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `init_one_color':
util.c:(.text+0x9b2): undefined reference to `init_pair'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `color_setup':
util.c:(.text+0xb3c): undefined reference to `has_colors'
/usr/bin/ld: util.c:(.text+0xb45): undefined reference to `start_color'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `attr_clear':
util.c:(.text+0xb7b): undefined reference to `wattrset'
/usr/bin/ld: util.c:(.text+0xb9a): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0xbb4): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0xbfc): undefined reference to `wtouchln'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `dialog_clear':
util.c:(.text+0xc0f): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xc1b): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xc34): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xc40): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xc5f): undefined reference to `stdscr'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o:util.c:(.text+0xc9a):
more undefined references to `stdscr' follow
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `dialog_clear':
util.c:(.text+0xca4): undefined reference to `wattrset'
/usr/bin/ld: util.c:(.text+0xcab): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xcbd): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0xcd0): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xce0): undefined reference to `waddnstr'
/usr/bin/ld: util.c:(.text+0xd23): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xd35): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0xd4f): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xd63): undefined reference to `waddnstr'
/usr/bin/ld: util.c:(.text+0xd9d): undefined reference to `acs_map'
/usr/bin/ld: util.c:(.text+0xda4): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xdae): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0xdc1): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xdce): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0xe07): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xe17): undefined reference to `waddnstr'
/usr/bin/ld: util.c:(.text+0xe49): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xe56): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0xe83): undefined reference to `acs_map'
/usr/bin/ld: util.c:(.text+0xe8a): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xe94): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0xeaa): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xeb2): undefined reference to `wnoutrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `init_dialog':
util.c:(.text+0xeca): undefined reference to `initscr'
/usr/bin/ld: util.c:(.text+0xed1): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xedd): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xef5): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xf01): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xf1a): undefined reference to `stdscr'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o:util.c:(.text+0xf26):
more undefined references to `stdscr' follow
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `init_dialog':
util.c:(.text+0xf6e): undefined reference to `endwin'
/usr/bin/ld: util.c:(.text+0xf99): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0xfa6): undefined reference to `keypad'
/usr/bin/ld: util.c:(.text+0xfab): undefined reference to `cbreak'
/usr/bin/ld: util.c:(.text+0xfb0): undefined reference to `noecho'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `end_dialog':
util.c:(.text+0xffd): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0x100d): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0x1014): undefined reference to `stdscr'
/usr/bin/ld: util.c:(.text+0x101c): undefined reference to `wrefresh'
/usr/bin/ld: util.c:(.text+0x1021): undefined reference to `endwin'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `print_title':
util.c:(.text+0x108a): undefined reference to `wattrset'
/usr/bin/ld: util.c:(.text+0x10ad): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0x10c3): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x10e5): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0x1100): undefined reference to `waddnstr'
/usr/bin/ld: util.c:(.text+0x1111): undefined reference to `waddch'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `print_autowrap':
util.c:(.text+0x11b9): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0x11d7): undefined reference to `waddnstr'
/usr/bin/ld: util.c:(.text+0x1301): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0x131c): undefined reference to `waddnstr'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `print_button':
util.c:(.text+0x1407): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0x142d): undefined reference to `wattrset'
/usr/bin/ld: util.c:(.text+0x1443): undefined reference to `waddnstr'
/usr/bin/ld: util.c:(.text+0x1486): undefined reference to `wattrset'
/usr/bin/ld: util.c:(.text+0x14a0): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x14d2): undefined reference to `wattrset'
/usr/bin/ld: util.c:(.text+0x14ea): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x1510): undefined reference to `wattrset'
/usr/bin/ld: util.c:(.text+0x152c): undefined reference to `waddnstr'
/usr/bin/ld: util.c:(.text+0x1552): undefined reference to `wattrset'
/usr/bin/ld: util.c:(.text+0x1568): undefined reference to `waddnstr'
/usr/bin/ld: util.c:(.text+0x1584): undefined reference to `wmove'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `draw_box':
util.c:(.text+0x15b5): undefined reference to `wattrset'
/usr/bin/ld: util.c:(.text+0x15db): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0x15f9): undefined reference to `acs_map'
/usr/bin/ld: util.c:(.text+0x160c): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x1628): undefined reference to `acs_map'
/usr/bin/ld: util.c:(.text+0x163b): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x1657): undefined reference to `acs_map'
/usr/bin/ld: util.c:(.text+0x166a): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x168b): undefined reference to `acs_map'
/usr/bin/ld: util.c:(.text+0x169e): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x16af): undefined reference to `acs_map'
/usr/bin/ld: util.c:(.text+0x16c2): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x16d8): undefined reference to `acs_map'
/usr/bin/ld: util.c:(.text+0x16eb): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x16f9): undefined reference to `acs_map'
/usr/bin/ld: util.c:(.text+0x170c): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x171f): undefined reference to `acs_map'
/usr/bin/ld: util.c:(.text+0x1732): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x174a): undefined reference to `waddch'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `draw_shadow':
util.c:(.text+0x178c): undefined reference to `has_colors'
/usr/bin/ld: util.c:(.text+0x17aa): undefined reference to `wattrset'
/usr/bin/ld: util.c:(.text+0x17c6): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0x17db): undefined reference to `winch'
/usr/bin/ld: util.c:(.text+0x17ec): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x181c): undefined reference to `wmove'
/usr/bin/ld: util.c:(.text+0x1828): undefined reference to `winch'
/usr/bin/ld: util.c:(.text+0x1839): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x1845): undefined reference to `winch'
/usr/bin/ld: util.c:(.text+0x1856): undefined reference to `waddch'
/usr/bin/ld: util.c:(.text+0x1873): undefined reference to `wnoutrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/util.o: in function `on_key_esc':
util.c:(.text+0x1978): undefined reference to `nodelay'
/usr/bin/ld: util.c:(.text+0x1989): undefined reference to `keypad'
/usr/bin/ld: util.c:(.text+0x1995): undefined reference to `wgetch'
/usr/bin/ld: util.c:(.text+0x19a4): undefined reference to `wgetch'
/usr/bin/ld: util.c:(.text+0x19b3): undefined reference to `wgetch'
/usr/bin/ld: util.c:(.text+0x19cd): undefined reference to `nodelay'
/usr/bin/ld: util.c:(.text+0x19de): undefined reference to `keypad'
/usr/bin/ld: util.c:(.text+0x1a0d): undefined reference to `ungetch'
/usr/bin/ld: build/util/kconfig/lxdialog/yesno.o: in function `print_buttons':
yesno.c:(.text+0x9f): undefined reference to `wmove'
/usr/bin/ld: yesno.c:(.text+0xab): undefined reference to `wrefresh'
/usr/bin/ld: build/util/kconfig/lxdialog/yesno.o: in function `dialog_yesno':
yesno.c:(.text+0xdf): undefined reference to `stdscr'
/usr/bin/ld: yesno.c:(.text+0xeb): undefined reference to `stdscr'
/usr/bin/ld: yesno.c:(.text+0x115): undefined reference to `stdscr'
/usr/bin/ld: yesno.c:(.text+0x121): undefined reference to `stdscr'
/usr/bin/ld: yesno.c:(.text+0x145): undefined reference to `stdscr'
/usr/bin/ld: build/util/kconfig/lxdialog/yesno.o:yesno.c:(.text+0x151):
more undefined references to `stdscr' follow
/usr/bin/ld: build/util/kconfig/lxdialog/yesno.o: in function `dialog_yesno':
yesno.c:(.text+0x1d1): undefined reference to `newwin'
/usr/bin/ld: yesno.c:(.text+0x1e6): undefined reference to `keypad'
/usr/bin/ld: yesno.c:(.text+0x235): undefined reference to `wattrset'
/usr/bin/ld: yesno.c:(.text+0x24e): undefined reference to `wmove'
/usr/bin/ld: yesno.c:(.text+0x259): undefined reference to `acs_map'
/usr/bin/ld: yesno.c:(.text+0x267): undefined reference to `waddch'
/usr/bin/ld: yesno.c:(.text+0x276): undefined reference to `acs_map'
/usr/bin/ld: yesno.c:(.text+0x284): undefined reference to `waddch'
/usr/bin/ld: yesno.c:(.text+0x2a9): undefined reference to `wattrset'
/usr/bin/ld: yesno.c:(.text+0x2af): undefined reference to `acs_map'
/usr/bin/ld: yesno.c:(.text+0x2bd): undefined reference to `waddch'
/usr/bin/ld: yesno.c:(.text+0x2e9): undefined reference to `wattrset'
/usr/bin/ld: yesno.c:(.text+0x332): undefined reference to `wgetch'
/usr/bin/ld: yesno.c:(.text+0x3f2): undefined reference to `delwin'
/usr/bin/ld: yesno.c:(.text+0x408): undefined reference to `delwin'
/usr/bin/ld: yesno.c:(.text+0x470): undefined reference to `wrefresh'
/usr/bin/ld: yesno.c:(.text+0x47e): undefined reference to `delwin'
/usr/bin/ld: yesno.c:(.text+0x4a0): undefined reference to `delwin'
/usr/bin/ld: yesno.c:(.text+0x4c0): undefined reference to `delwin'
collect2: error: ld returned 1 exit status
make: *** [/usr/src/coreboot/util/kconfig/Makefile.inc:76:
build/util/kconfig/mconf] Error 1
$
_______________________________________________
coreboot mailing list -- [email protected]
To unsubscribe send an email to [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.