Date: Sat, 6 Dec 2008 02:31:57 +0100 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= <patfbsd@davenulle.org> To: freebsd-questions@freebsd.org, PJ <af.gourmet@videotron.ca> Subject: Re: custom kernel Message-ID: <20081206023157.349be0ea@baby-jane> In-Reply-To: <4939D0FB.9090304@videotron.ca> References: <4939D0FB.9090304@videotron.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Le Fri, 05 Dec 2008 20:10:19 -0500, PJ <af.gourmet@videotron.ca> a écrit : > linking kernel > uvscom.o (.text+0x293): In function 'uvscom_attach' ; > :undefined reference to 'ucom_attach' etc..... > *** Error code 1 > > did I do something wrong? system is still on and functioning but how > do I make the custom kernel? > > this is my kernel file: > #device ucom # Generic com ttys > device uvscom # USB serial support for DDI pocket's PHS The device uvscom needs ucom... Anyway you can use the GENERIC kernel and just kldload the necessary modules. Regards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081206023157.349be0ea>