From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 21:53:25 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84F6116A4CE for ; Fri, 18 Feb 2005 21:53:25 +0000 (GMT) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E37E43D3F for ; Fri, 18 Feb 2005 21:53:24 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j1ILrLkc025590 for ; Fri, 18 Feb 2005 16:53:21 -0500 (EST) Date: Fri, 18 Feb 2005 22:01:21 +0000 From: Jason Henson To: freebsd-questions@freebsd.org References: In-Reply-To: (from gwadadesf@hotmail.com on Fri Feb 18 16:31:06 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1108764081l.42729l.0l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: problem to compil my kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 21:53:25 -0000 On 02/18/05 16:31:06, christophe Desfontaines wrote: > hello >=20 > i have a probl=E8m when i compil my kernel >=20 > this is my file : >=20 > MONNOYAU >=20 > Machine > Cpu i686_CPU > Ident MONNOYAU >=20 > >=20 > device bpf >=20 >=20 > #Usb support > device uhci, ohci, usb, udbp, ugen, uhid, ukbd, ulpt, =20 > umass, ums,urio, uscanner >=20 > #usb ethernet > #device aue, axe, cue, kue, rue > #Firewire support > #device firewire, sbp, fwe >=20 >=20 > and the log of " make " command was. >=20 > Umass.o(.text+0x14f3) : In funtion=92umass_cam_attach_sim=92 : > : undefined reference to =91cam_simq_alloc=92 umass is usb related. You can remove all usb stuff from the kernel and =20 load only the modules you need. If there is a problem with your source =20 files cvsup again.