From owner-freebsd-questions Mon Dec 18 11:53:23 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA15707 for questions-outgoing; Mon, 18 Dec 1995 11:53:23 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA15702 for ; Mon, 18 Dec 1995 11:53:20 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA12134; Mon, 18 Dec 1995 12:49:58 -0700 From: Terry Lambert Message-Id: <199512181949.MAA12134@phaeton.artisoft.com> Subject: Re: _hw_float error when compiling 2.1 kernel To: mcs@vpm.com (Mark Stout) Date: Mon, 18 Dec 1995 12:49:58 -0700 (MST) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <199512180012.AAA09355@spunky.vpm.com> from "Mark Stout" at Dec 18, 95 00:12:06 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG Precedence: bulk > After doing a 'make' when trying to compile the kernel for version 2.1 > I get the following error. Anyone know why? > > loading kernel > kern_sysctl.o: Undefined symbol `_hw_float' referenced from text segment > *** Error code 1 Yeah. You left out the npx device and you shouldn't have done that. Put it back in. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.