linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test3 compile failure
@ 2003-08-10 13:51 Adam Langley
  2003-08-10 14:58 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Langley @ 2003-08-10 13:51 UTC (permalink / raw)
  To: linux-kernel

drivers/built-in.o(.text+0x65698): In function `atkbd_interrupt':
: undefined reference to `serio_rescan'
drivers/built-in.o(.text+0x65da3): In function `atkbd_disconnect':
: undefined reference to `serio_close'
drivers/built-in.o(.text+0x65ec8): In function `atkbd_connect':
: undefined reference to `serio_open'
drivers/built-in.o(.text+0x66074): In function `atkbd_connect':
: undefined reference to `serio_close'
drivers/built-in.o(.init.text+0x97ae): In function `atkbd_init':
: undefined reference to `serio_register_device'
drivers/built-in.o(.exit.text+0x69e): In function `atkbd_exit':
: undefined reference to `serio_unregister_device'
make: *** [.tmp_vmlinux1] Error 1

.config file is at http://www2.doc.ic.ac.uk/~agl02/2.6.0-test3-config

-- 
Adam Langley                                      agl@imperialviolet.org
http://www.imperialviolet.org                       (+44) (0)7906 332512
PGP: 9113   256A   CC0F   71A6   4C84   5087   CDA5   52DF   2CB6   3D60

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.6.0-test3 compile failure
  2003-08-10 13:51 2.6.0-test3 compile failure Adam Langley
@ 2003-08-10 14:58 ` Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2003-08-10 14:58 UTC (permalink / raw)
  To: Adam Langley; +Cc: linux-kernel

On Sun, Aug 10, 2003 at 02:51:59PM +0100, Adam Langley wrote:

> drivers/built-in.o(.text+0x65698): In function `atkbd_interrupt':
> : undefined reference to `serio_rescan'
>...
> .config file is at http://www2.doc.ic.ac.uk/~agl02/2.6.0-test3-config

Thanks for your report.

This is a known problem, as a workaound, compile

  Input device support
    Serial i/o support (needed for keyboard and mouse)

statically (non-modular) into the kernel.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-10 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-10 13:51 2.6.0-test3 compile failure Adam Langley
2003-08-10 14:58 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).