atom feed2 messages in org.freebsd.freebsd-sparc64kernelbuild failure
FromSent OnAttachments
Ward ViaeneApr 25, 2004 1:45 pm 
Kris KennawayApr 25, 2004 4:33 pm 
Subject:kernelbuild failure
From:Kris Kennaway (kr@obsecurity.org)
Date:Apr 25, 2004 4:33:33 pm
List:org.freebsd.freebsd-sparc64

On Sun, Apr 25, 2004 at 10:45:21PM +0200, Ward Viaene wrote:

Hi,

I'm trying to build my kernel with usb keyboard support, but during the
kernelbuild, when linking the kernel, I've got this error:

linking kernel ukbd.o: In function `ukbd_match': ukbd.o(.text+0x20): undefined reference to `kbd_get_switch'

This almost always means you have omitted something required from your kernel configuration. Go back and compare it to GENERIC, and carefully read the comments that tell you which systems are required when you include support for a particular system.

Kris