problem to compil my kernel
Jason Henson
jason at ec.rr.com
Fri Feb 18 21:53:25 GMT 2005
On 02/18/05 16:31:06, christophe Desfontaines wrote:
> hello
>
> i have a problèm when i compil my kernel
>
> this is my file :
>
> MONNOYAU
>
> Machine
> Cpu i686_CPU
> Ident MONNOYAU
>
>
>
> device bpf
>
>
> #Usb support
> device uhci, ohci, usb, udbp, ugen, uhid, ukbd, ulpt,
> umass, ums,urio, uscanner
>
> #usb ethernet
> #device aue, axe, cue, kue, rue
> #Firewire support
> #device firewire, sbp, fwe
>
>
> and the log of " make " command was.
>
> Umass.o(.text+0x14f3) : In funtionumass_cam_attach_sim :
> : undefined reference to cam_simq_alloc
umass is usb related. You can remove all usb stuff from the kernel and
load only the modules you need. If there is a problem with your source
files cvsup again.
More information about the freebsd-questions
mailing list