Hello, I'm trying to compile kernel 2.6.5 with patch 7 from IBM Developerworks with binutils-2.15.92.0.2 (since with 2.15.90.0.1 I got another error) gcc-3.4.0 glibc-2.2.5 (since build for glibc-2.3.2 failed until now) as recommended.
Build fails with: LD .tmp_vmlinux1 drivers/s390/built-in.o(.text+0x4568): In function `css_subchannel_release': : undefined reference to `cio_is_console' drivers/s390/built-in.o(.text+0x6724): In function `io_subchannel_shutdown': : undefined reference to `cio_is_console' drivers/s390/built-in.o(.init.text+0x904): In function `init_channel_subsystem': : undefined reference to `cio_get_console_subchannel' drivers/s390/built-in.o(.init.text+0x908): In function `init_channel_subsystem': : undefined reference to `cio_is_console' make: *** [.tmp_vmlinux1] Error 1 cio_is_console and cio_get_console_subchannel are defined in ./drivers/s390/cio/cio.c: #ifdef CONFIG_CCW_CONSOLE ... cio_is_console(int irq) ... cio_get_console_subchannel(void) ... #endif CONFIG_CCW_CONSOLE is not found in .config Could someone explain to me what I may have done wrong ? Regards, Andreas Mayer ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
