From owner-freebsd-questions Tue Jun 4 09:46:25 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24175 for questions-outgoing; Tue, 4 Jun 1996 09:46:25 -0700 (PDT) Received: from mail.rwth-aachen.de (mail.RWTH-Aachen.DE [137.226.144.9]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA24169 for ; Tue, 4 Jun 1996 09:46:19 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de) by mail.rwth-aachen.de (PMDF V5.0-4 #13110) id <01I5IQADJ5Y8000Z0T@mail.rwth-aachen.de>; Tue, 04 Jun 1996 18:07:34 +0100 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id SAA09637; Tue, 04 Jun 1996 18:12:52 +0200 Date: Tue, 04 Jun 1996 18:12:51 +0200 (MET DST) From: "Christoph P. Kukulies" Subject: Re: Help rebuilding kernel -- errors out In-reply-to: <31B4616F.3ACE@sc.younglife.org> To: jmanley@sc.younglife.org (Jeff Manley) Cc: freebsd-questions@freebsd.org, jmanley@sc.younglife.org Reply-to: Christoph Kukulies Message-id: <199606041612.SAA09637@gilberto.physik.rwth-aachen.de> MIME-version: 1.0 X-Mailer: ELM [version 2.4ME+ PL16 (25)] Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > What am I doing wrong? You omitted npx0: # # This device is mandatory. # # The Numeric Processing eXtension is used to either enable the # coprocessor or enable math emulation. If your machine doesn't contain # a math co-processor, you must *also* add the option "MATH_EMULATE". # THIS IS NOT AN OPTIONAL ENTRY, DO NOT REMOVE IT # device npx0 at isa? port "IO_NPX" irq 13 vector npxintr > > I get the following error message when trying to make the kernel: > > loading kernel > kern_sysctl.o: Undefined symbol `_hw_float' referenced from text segment > *** Error code 1 > > my kernel config file: [...] > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de