From owner-freebsd-questions Thu Jul 4 15:18:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07802 for questions-outgoing; Thu, 4 Jul 1996 15:18:51 -0700 (PDT) Received: from mail (mail.bcpl.lib.md.us [204.255.212.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA07787 for ; Thu, 4 Jul 1996 15:18:48 -0700 (PDT) Received: from ppp128.bcpl.lib.md.us by mail (5.0/SMI-SVR4) id AA21755; Thu, 4 Jul 1996 18:19:21 +0500 Received: by ppp128.bcpl.lib.md.us with Microsoft Mail id <01BB69D5.34F2D2A0@ppp128.bcpl.lib.md.us>; Thu, 4 Jul 1996 18:18:32 -0400 Message-Id: <01BB69D5.34F2D2A0@ppp128.bcpl.lib.md.us> From: Anil John To: "questions@freebsd.org" , "'Randy DuCharme'" Subject: RE: kernel make error Date: Thu, 4 Jul 1996 18:18:30 -0400 Encoding: 24 TEXT Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Randy DuCharme[SMTP:randyd@nconnect.net] wrote: >Greetings, > >Just tried making a 'custom ' kernel for my new machine. It's a 486 >isa/pci mainboard currently using a DX-33 (Intel) cpu. > >The process gets all the way through to ... > >Loading kernel >kern_sysctl.o: Undefined symbol '_hw_float' referenced from text segment. > >*** Error code 1 > Randy, This might be a case of the blind leading the blind since I am very new to FreeBSD, but check your kernel configuration file for a 'device npx0'. This is a required device whether your CPU has a math coprocessor or not.. Anil P.S. Everyone: If I am giving the wrong advice to Randy, Please jump in :)