From owner-freebsd-questions@FreeBSD.ORG Sun Jul 6 08:57:03 2003 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 B4B4D37B401 for ; Sun, 6 Jul 2003 08:57:02 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1604F43FF9 for ; Sun, 6 Jul 2003 08:57:02 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[24.147.188.198]) by comcast.net (rwcrmhc12) with ESMTP id <20030706155701014001j8qhe>; Sun, 6 Jul 2003 15:57:01 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h66Fv0pS025601; Sun, 6 Jul 2003 11:57:00 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h66FuxZn025598; Sun, 6 Jul 2003 11:56:59 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Roman Neuhauser References: <3745.1057420562@www30.gmx.net> <20030705164256.GI55047@freepuppy.bellavista.cz> From: Lowell Gilbert Date: 06 Jul 2003 11:56:59 -0400 In-Reply-To: <20030705164256.GI55047@freepuppy.bellavista.cz> Message-ID: <44llvbveb8.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: utzkul@gmx.li cc: freebsd-questions@freebsd.org Subject: Re: problem with linking kernel in 5.1 release by adding device umodem 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: Sun, 06 Jul 2003 15:57:03 -0000 Roman Neuhauser writes: > # utzkul@gmx.li / 2003-07-05 17:56:02 +0200: > > linking kernel > > umodem.o: In function `umodem_attach': > > umodem.o(.text+0x4aa): undefined reference to `ucom_attach' > > umodem.o: In function `umodem_intr': > > umodem.o(.text+0x75d): undefined reference to `ucom_status_change' > > umodem.o: In function `umodem_detach': > > umodem.o(.text+0xcfd): undefined reference to `ucom_detach' > > umodem.o(.data+0x70): undefined reference to `ucom_devclass' > > *** Error code 1 > > > > if i exclude the device umodem it works fine but i need it!!!! > > don't ignore the instructions and it'll work. I'm not sure where the instructions are supposed to come from. On 4.x, the LINT file tells you that you need "device usb" for all USB support, but there is no LINT on 5.x. As a 4.x user trying to give advice to 5.x users, where can I point people to for those instructions?