buildkernel failure: undefined reference

Daniel Eischen deischen at freebsd.org
Tue Sep 6 10:34:22 PDT 2005


On Tue, 6 Sep 2005, Robert Huff wrote:
>
> linking kernel.debug

[ undefined references to drm_foo() snipped ]

> 	etc..
> 	I have examined /usr/src/UPDATING and found noting applicable.
> 	What have I missed?

See src/sys/<arch>/conf/NOTES.  You need:

	device	drm	# DRM core module required by DRM drivers

in your kernel config.

-- 
DE



More information about the freebsd-current mailing list