Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2007 20:45:39 +0500
From:      applecom@inbox.ru
To:        "Grant Wagner" <kithera@yahoo.com>
Cc:        questions@freebsd.org
Subject:   Re: Can not compile kernel.
Message-ID:  <op.tmtkp9guhbloih@xml.opera.com>
In-Reply-To: <102481.72957.qm@web43125.mail.sp1.yahoo.com>
References:  <102481.72957.qm@web43125.mail.sp1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Grant Wagner <kithera@yahoo.com> wrote:

> Now I have a custom kernel which is failing to build. I've attached the  
> config file for it, and it fails trying to build with references about  
> ieee80211. The odd thing is I have no wireless in my box and have  
> commented out all the wireless references. What else is dependant on  
> them and should be commented out as well? The last bit of output is  
> below.

>  if_ural.o(.text+0xe5): In function `ural_next_scan':
>  : undefined reference to `ieee80211_next_scan'
>  *** Error code 1
> Stop in /usr/obj/usr/src/sys/STRIPPED.
>  *** Error code 1
> Stop in /usr/src.
>  *** Error code 1

Remove 'device ural' from your kernel config. file. Ural is a driver for  
wireless adapters and depends on 'device wlan' which is commented in your  
conf. file.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.tmtkp9guhbloih>