[coreboot] Trouble with compile filo

Thomas Gstädtner thomas at gstaedtner.net
Wed Oct 19 20:54:35 CEST 2011


On Mo 17 Okt 2011 12:58:56 CEST, Денис wrote:
> Hello! I have a problem with compile *filo*. I have a *LinuX Mandriva
> 2011 (i586)* distr. I used the standard Parameter. And I do series of
> commands:
>
> $ svn co svn://coreboot.org/filo/trunk/filo filo
> Checked out revision 143.
> $ cd filo
> $ make menuconfig
>
>
>
> $ make
> building libpayload.
> make[1]: Вход в каталог
> `/home/denis/.Programs/coreboot/payloads/libpayload'
> make[1]: Выход из каталога
> `/home/denis/.Programs/coreboot/payloads/libpayload'
> make[1]: Вход в каталог
> `/home/denis/.Programs/coreboot/payloads/libpayload'
> Config.in:112:warning: defaults for choice values not supported
> *
> * libpayload Configuration
> *
> *
> * Generic Options
> *
> Experimental Options (EXPERIMENTAL) [N/y/?] n
> Obsolete Options (OBSOLETE) [N/y/?] n
> Developer Options (DEVELOPER) [N/y/?] n
> *
> * Architecture Options
> *
> Target Architecture
> > 1. x86 (TARGET_I386)
>   2. PowerPC (TARGET_POWERPC)
> choice[1-2]: 1
> Only consider RAM entries in memory map for further processing
> (MEMMAP_RAM_ONLY) [N/y] n
> Multiboot header support (MULTIBOOT) [Y/n] y
> *
> * Standard Libraries
> *
> Enable C library support (LIBC) [Y/n] y
> Build a curses library (CURSES) [Y/n] y
>   Curses implementation
>     1. Tinycurses (TINYCURSES)
>   > 2. PDCurses (PDCURSES)
>   choice[1-2]: 2
> CBFS support (CBFS) [Y/n/?] y
> LZMA decoder (LZMA) [Y/n/?] y
> *
> * Console Options
> *
> See output on the serial port console (SERIAL_CONSOLE) [Y/n] y
>   I/O base for the serial port (default 0x3f8) (SERIAL_IOBASE) [0x3f8]
> 0x3f8
>   Override the serial console baud rate (SERIAL_SET_SPEED) [N/y] n
>   Use plain ASCII characters for ACS (SERIAL_ACS_FALLBACK) [N/y/?] n
> See output on a video console (VIDEO_CONSOLE) [Y/n] y
>   VGA video console driver (VGA_VIDEO_CONSOLE) [Y/n] y
>   Geode LX video console driver (GEODELX_VIDEO_CONSOLE) [N/y] n
>     coreboot video console driver (COREBOOT_VIDEO_CONSOLE) [N/y/?] n
> Allow input from a PC keyboard (PC_KEYBOARD) [Y/n] y
>   English (US) keyboard layout (PC_KEYBOARD_LAYOUT_US) [Y/n] y
>   German keyboard layout (PC_KEYBOARD_LAYOUT_DE) [N/y] n
> *
> * Drivers
> *
> Support for PCI devices (PCI) [Y/n] y
> Support for reading/writing NVRAM bytes (NVRAM) [Y/n] y
> Extended RTC ports are 0x74/0x75 (RTC_PORT_EXTENDED_VIA) [N/y/?] n
> Support for PC speaker (SPEAKER) [Y/n] y
> USB Support (USB) [N/y] n
> #
> # configuration written to .config
> #
> make[1]: Выход из каталога
> `/home/denis/.Programs/coreboot/payloads/libpayload'
> make[1]: Вход в каталог
> `/home/denis/.Programs/coreboot/payloads/libpayload'
>     CC         libpci/libpci.libpci.o
>     AR         /home/denis/.Programs/coreboot/payloads/filo/build/libpci.a
>     CC         arch/i386/main.libc.o
>     CC         arch/i386/sysinfo.libc.o
>     CC         arch/i386/timer.libc.o
>     CC         arch/i386/coreboot.libc.o
>     CC         arch/i386/util.libc.o
>     CC         arch/i386/exec.libc.o
>     CC         arch/i386/virtual.libc.o
>     CC         arch/i386/multiboot.libc.o
>     CC         crypto/sha1.libc.o
>     CC         libc/malloc.libc.o
>     CC         libc/printf.libc.o
>     CC         libc/console.libc.o
>     CC         libc/string.libc.o
>     CC         libc/memory.libc.o
>     CC         libc/ctype.libc.o
>     CC         libc/ipchecksum.libc.o
>     CC         libc/lib.libc.o
>     CC         libc/rand.libc.o
>     CC         libc/time.libc.o
>     CC         libc/exec.libc.o
>     CC         libc/readline.libc.o
>     CC         libc/getopt_long.libc.o
>     CC         libc/sysinfo.libc.o
>     CC         libc/args.libc.o
>     CC         libc/strings.libc.o
>     CC         libc/strlcpy.libc.o
>     CC         libc/qsort.libc.o
>     CC         drivers/pci.libc.o
>     CC         drivers/speaker.libc.o
>     CC         drivers/serial.libc.o
>     CC         drivers/keyboard.libc.o
>     CC         drivers/nvram.libc.o
>     CC         drivers/options.libc.o
>     CC         drivers/video/video.libc.o
>     CC         drivers/video/vga.libc.o
>     CC         drivers/hid.libc.o
>     AR         /home/denis/.Programs/coreboot/payloads/filo/build/libc.a
>     CC         curses/pdcurses-backend/pdcdisp.libcurses.o
>     CC         curses/pdcurses-backend/pdcgetsc.libcurses.o
>     CC         curses/pdcurses-backend/pdckbd.libcurses.o
>     CC         curses/pdcurses-backend/pdcscrn.libcurses.o
>     CC         curses/pdcurses-backend/pdcsetsc.libcurses.o
> curses/pdcurses-backend/pdcsetsc.c: В функции «PDC_curs_set»:
> curses/pdcurses-backend/pdcsetsc.c:17:9: предупреждение: неявная
> декларация функции «serial_cursor_enable»
> [-Wimplicit-function-declaration]
> curses/pdcurses-backend/pdcsetsc.c:22:9: предупреждение: неявная
> декларация функции «video_console_cursor_enable»
> [-Wimplicit-function-declaration]
>     CC         curses/pdcurses-backend/pdcutil.libcurses.o
> curses/pdcurses-backend/pdcutil.c:30:6: предупреждение: no previous
> prototype for «curses_enable_serial» [-Wmissing-prototypes]
> curses/pdcurses-backend/pdcutil.c:35:6: предупреждение: no previous
> prototype for «curses_enable_vga» [-Wmissing-prototypes]
> curses/pdcurses-backend/pdcutil.c:40:5: предупреждение: декларация
> функции не является прототипом [-Wstrict-prototypes]
> curses/pdcurses-backend/pdcutil.c:45:5: предупреждение: декларация
> функции не является прототипом [-Wstrict-prototypes]
>     CC         curses/PDCurses-3.4/pdcurses/addch.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/move.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/overlay.libcurses.o
> curses/PDCurses-3.4/pdcurses/overlay.c: В функции «_copy_win»:
> curses/PDCurses-3.4/pdcurses/overlay.c:51:39: предупреждение:
> декларация «overlay» перекрывает глобальную декларацию [-Wshadow]
> curses/PDCurses-3.4/curses.h:1014:9: предупреждение: shadowed
> declaration is here [-Wshadow]
> curses/PDCurses-3.4/pdcurses/overlay.c: В функции «copywin»:
> curses/PDCurses-3.4/pdcurses/overlay.c:231:65: предупреждение:
> декларация «overlay» перекрывает глобальную декларацию [-Wshadow]
> curses/PDCurses-3.4/pdcurses/overlay.c:116:5: предупреждение: shadowed
> declaration is here [-Wshadow]
>     CC         curses/PDCurses-3.4/pdcurses/refresh.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/terminfo.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/window.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/util.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/inopts.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/addstr.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/keyname.libcurses.o
> curses/PDCurses-3.4/pdcurses/keyname.c: В функции «keyname»:
> curses/PDCurses-3.4/pdcurses/keyname.c:41:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:41:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:41:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:41:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:41:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:42:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:42:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:42:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:42:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:42:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:43:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:43:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:43:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:43:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:43:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:44:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:44:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:44:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:44:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:44:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:45:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:45:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:45:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:45:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:45:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:46:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:46:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:46:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:46:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:46:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:47:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:47:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:47:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:47:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:47:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:48:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:48:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:48:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:48:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:48:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:49:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:49:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:49:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:49:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:49:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:50:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:50:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:50:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:50:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:50:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:51:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:51:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:51:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:51:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:51:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:52:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:52:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:52:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:52:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:52:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:53:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:53:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:53:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:53:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:53:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:54:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:54:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:54:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:54:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:54:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:55:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:56:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:56:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:56:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:56:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:56:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:57:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:57:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:57:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:57:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:57:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:58:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:58:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:58:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:58:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:58:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:59:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:59:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:59:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:59:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:59:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:60:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:60:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:60:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:60:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:61:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:61:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:61:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:61:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:61:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:62:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:62:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:62:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:62:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:62:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:63:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:63:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:63:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:63:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:64:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:64:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:64:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:64:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:65:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:65:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:65:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:65:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:66:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:66:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:66:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:66:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:66:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:67:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:67:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:67:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:67:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:67:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:68:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:68:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:68:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:68:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:69:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:69:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:69:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:69:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:70:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:70:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:70:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:70:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:71:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:71:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:71:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:71:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:72:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:73:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:74:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:75:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:76:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:77:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:78:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:78:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:78:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:78:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:78:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:79:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:80:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:80:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:80:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:80:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:80:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:81:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:81:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:81:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:81:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:81:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:82:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:82:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:82:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:82:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:83:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:83:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:83:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:83:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:84:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:84:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:84:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:84:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:85:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:85:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:85:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:85:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:85:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:86:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:86:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:86:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:86:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:86:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:87:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:87:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:87:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:87:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:87:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:88:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:88:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:88:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:88:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:89:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:89:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:89:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:89:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:90:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:90:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:90:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:90:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:90:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:91:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:91:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:91:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:91:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:91:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:92:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:92:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:92:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:92:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:92:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:93:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:93:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:93:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:93:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:93:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:94:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:94:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:94:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:94:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:94:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:95:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:95:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:95:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:95:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:96:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:96:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:96:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:96:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:97:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:97:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:97:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:97:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:97:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:98:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:98:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:98:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:98:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:99:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:99:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:99:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:99:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:100:9: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:101:5: предупреждение:
> initialization discards «const» qualifier from pointer target type [по
> умолчанию включена]
> curses/PDCurses-3.4/pdcurses/keyname.c:108:5: предупреждение: return
> discards «const» qualifier from pointer target type [по умолчанию
> включена]
>     CC         curses/PDCurses-3.4/pdcurses/instr.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/clear.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/addchstr.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/kernel.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/pad.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/insstr.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/border.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/getyx.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/getstr.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/getch.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/termattr.libcurses.o
> curses/PDCurses-3.4/pdcurses/termattr.c: В функции «termname»:
> curses/PDCurses-3.4/pdcurses/termattr.c:142:5: предупреждение: return
> discards «const» qualifier from pointer target type [по умолчанию
> включена]
>     CC         curses/PDCurses-3.4/pdcurses/outopts.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/color.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/deleteln.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/initscr.libcurses.o
> curses/PDCurses-3.4/pdcurses/initscr.c:111:9: предупреждение: no
> previous prototype for «Xinitscr» [-Wmissing-prototypes]
>     CC         curses/PDCurses-3.4/pdcurses/slk.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/delch.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/touch.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/mouse.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/scanw.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/scroll.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/printw.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/bkgd.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/inch.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/attr.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/insch.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/inchstr.libcurses.o
>     CC         curses/PDCurses-3.4/pdcurses/beep.libcurses.o
>     AR        
> /home/denis/.Programs/coreboot/payloads/filo/build/libcurses.a
>     CC         curses/menu/m_req_name.libmenu.o
>     CC         curses/menu/m_item_nam.libmenu.o
>     CC         curses/menu/m_pad.libmenu.o
>     CC         curses/menu/m_cursor.libmenu.o
>     CC         curses/menu/m_item_new.libmenu.o
>     CC         curses/menu/m_attribs.libmenu.o
>     CC         curses/menu/m_item_opt.libmenu.o
>     CC         curses/menu/m_format.libmenu.o
>     CC         curses/menu/m_post.libmenu.o
>     CC         curses/menu/m_userptr.libmenu.o
>     CC         curses/menu/m_item_cur.libmenu.o
>     CC         curses/menu/m_driver.libmenu.o
>     CC         curses/menu/m_sub.libmenu.o
>     CC         curses/menu/m_win.libmenu.o
>     CC         curses/menu/m_global.libmenu.o
>     CC         curses/menu/m_item_vis.libmenu.o
>     CC         curses/menu/m_new.libmenu.o
>     CC         curses/menu/m_scale.libmenu.o
>     CC         curses/menu/m_spacing.libmenu.o
>     CC         curses/menu/m_opts.libmenu.o
>     CC         curses/menu/m_pattern.libmenu.o
>     CC         curses/menu/m_item_val.libmenu.o
>     CC         curses/menu/m_hook.libmenu.o
>     CC         curses/menu/m_item_use.libmenu.o
>     CC         curses/menu/m_items.libmenu.o
>     CC         curses/menu/m_item_top.libmenu.o
>     AR        
> /home/denis/.Programs/coreboot/payloads/filo/build/libmenu.a
>     CC         curses/form/frm_page.libform.o
>     CC         curses/form/frm_opts.libform.o
>     CC         curses/form/frm_def.libform.o
>     CC         curses/form/frm_req_name.libform.o
>     CC         curses/form/fty_alpha.libform.o
>     CC         curses/form/frm_driver.libform.o
>     CC         curses/form/fld_user.libform.o
>     CC         curses/form/frm_win.libform.o
>     CC         curses/form/fld_newftyp.libform.o
>     CC         curses/form/fld_stat.libform.o
>     CC         curses/form/fld_pad.libform.o
>     CC         curses/form/fld_current.libform.o
>     CC         curses/form/frm_post.libform.o
>     CC         curses/form/fty_generic.libform.o
>     CC         curses/form/fld_page.libform.o
>     CC         curses/form/frm_hook.libform.o
>     CC         curses/form/frm_scale.libform.o
>     CC         curses/form/fty_int.libform.o
>     CC         curses/form/fty_alnum.libform.o
>     CC         curses/form/frm_cursor.libform.o
>     CC         curses/form/fld_link.libform.o
>     CC         curses/form/fld_arg.libform.o
>     CC         curses/form/fld_move.libform.o
>     CC         curses/form/fld_def.libform.o
>     CC         curses/form/fld_type.libform.o
>     CC         curses/form/fld_max.libform.o
>     CC         curses/form/fld_ftlink.libform.o
>     CC         curses/form/fld_ftchoice.libform.o
>     CC         curses/form/fld_info.libform.o
>     CC         curses/form/frm_user.libform.o
>     CC         curses/form/frm_sub.libform.o
>     CC         curses/form/fty_enum.libform.o
>     CC         curses/form/frm_data.libform.o
>     CC         curses/form/fld_opts.libform.o
>     CC         curses/form/fld_attr.libform.o
>     CC         curses/form/fld_dup.libform.o
>     CC         curses/form/fld_just.libform.o
>     AR        
> /home/denis/.Programs/coreboot/payloads/filo/build/libform.a
>     CC         curses/PDCurses-3.4/pdcurses/panel.libpanel.o
>     AR        
> /home/denis/.Programs/coreboot/payloads/filo/build/libpanel.a
>     CC         libcbfs/cbfs.libcbfs.o
>     AR        
> /home/denis/.Programs/coreboot/payloads/filo/build/libcbfs.a
>     CC         liblzma/lzma.liblzma.o
>     AR        
> /home/denis/.Programs/coreboot/payloads/filo/build/liblzma.a
>     AR        
> /home/denis/.Programs/coreboot/payloads/filo/build/libpayload.a
>     CC         arch/i386/head.head.o.o
>     CP         /home/denis/.Programs/coreboot/payloads/filo/build/head.o
>     INSTALL   
> /home/denis/.Programs/coreboot/payloads/filo/build/libpayload/lib
>     INSTALL   
> /home/denis/.Programs/coreboot/payloads/filo/build/libpayload/include
>     INSTALL   
> /home/denis/.Programs/coreboot/payloads/filo/build/libpayload/bin
> make[1]: Выход из каталога
> `/home/denis/.Programs/coreboot/payloads/libpayload'
>   CC      build/i386/context.o
> Assembler messages:
> Fatal error: can't create
> /home/denis/.Programs/coreboot/payloads/filo/build/i386/context.o: No
> such file or directory
> make: ***
> [/home/denis/.Programs/coreboot/payloads/filo/build/i386/context.o]
> Error 2
>
> But when I do:
>
> mkdir /home/denis/.Programs/coreboot/payloads/filo/build/i386/
> [denis at Station filo (master)]$ make
> Found Libpayload
> /home/denis/.Programs/coreboot/payloads/filo/build/libpayload/lib/libpayload.a.
>   CC      build/i386/context.o
>   AS      build/i386/switch.S.o
>   CC      build/i386/segment.o
>   CC      build/i386/timer.o
>   CC      build/i386/sys_info.o
>   CC      build/i386/linux_load.o
> /home/denis/.Programs/coreboot/payloads/filo/i386/linux_load.c:752:5:
> ошибка: expected identifier or «(» before numeric constant
> make: ***
> [/home/denis/.Programs/coreboot/payloads/filo/build/i386/linux_load.o]
> Error 1
>
> And now I ask you to help me understand what I'm doing wrong. Thank
> you for taking the time to read this message. Sorry for my bad english.
>
>
>

Hi Denis,

your English is good enough, however, your system's isn't :)
Please run "LC_ALL=C make" so you get English, not Cyrillic, output, 
because otherwise it is very hard for non-russian speakers to help you.

Also, FILO will not build with current coreboot (refer to my thread 
"FILO fails to build via coreboot" from 2011-10-11) without a fix, it 
isn't fixed upstream yet; but this is another problem that you will run 
in after you get yours (which seem unrelated so far) fixed.

Regards, thomasg




More information about the coreboot mailing list