From owner-freebsd-questions Thu Jan 18 14:19:10 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08226 for questions-outgoing; Thu, 18 Jan 1996 14:19:10 -0800 (PST) Received: from koala.scott.net (root@koala.scott.net [204.181.147.2]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA08221 for ; Thu, 18 Jan 1996 14:19:04 -0800 (PST) Received: from jason.scott.net (dialup77.scott.net [205.241.3.77]) by koala.scott.net (8.7.3/8.7.3) with SMTP id QAA16396 for ; Thu, 18 Jan 1996 16:19:19 -0600 Message-ID: <30FEC752.41C67EA6@scott.net> Date: Thu, 18 Jan 1996 16:18:58 -0600 From: Jason Gilbert X-Mailer: Mozilla 2.0b5 (X11; I; FreeBSD 2.1.0-RELEASE i386) MIME-Version: 1.0 To: "'questions@freebsd.org'" Subject: Re: kernel recompile References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org Precedence: bulk > > Loading kernel > > kern_sysctl.o: undefined symbol '_hw_float' from text segment *** Error code 1 > > This is a guess, but a common error that yields that "hw_float" > diagnostic is taking out the npx0 device from your kernel config file. > The npx0 device is very definitely NOT optional, so make certain it's in > there, OK? > This seems to be a common problem. In the say, 3 months I've been messing with FreeBSD I've seen it at least 20 times probably more. Anyway, I think I have a possible thought of where the problem is coming from. In the handbook section on compiling your own kernel, the instructions say to read through the section that outlines the different parts of the config file if you are new to unix. When you come across the npx0 device the description reads: npx0 is the interface to the math coprocessor. If you have one then make sure you've commented out MATH_EMULATE above. If you do not have a math coprocessor, you can comment this out. The last sentence seems a little on the vague side and I think many people might be confusing "this" with the npx0 device. This should probably be edited in the documentation. Just a thought. Jason