From owner-freebsd-questions Fri Nov 17 01:54:57 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA19947 for questions-outgoing; Fri, 17 Nov 1995 01:54:57 -0800 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.138]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id BAA19941 for ; Fri, 17 Nov 1995 01:54:51 -0800 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.12/8.6.11) with SMTP id BAA01623 ; Fri, 17 Nov 1995 01:54:35 -0800 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Andrew cc: questions@freebsd.org Subject: Re: Rebuilding Kernel In-reply-to: Your message of "Fri, 17 Nov 1995 20:49:36 +1100." Date: Fri, 17 Nov 1995 01:54:34 -0800 Message-ID: <1621.816602074@westhill.cdrom.com> From: Gary Palmer Sender: owner-questions@freebsd.org Precedence: bulk Andrew wrote in message ID : > cc -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc > -I. -I. > ./.. -I../../sys -I../../../include -DLAMO -DI486_CPU -DUCONSOLE > -DSCSI_DELAY=15 > -DCOMPAT_43 -DPROCFS -DMSDOSFS -DFFS -DINET -DGPL_MATH_EMULATE -DKERNEL > -Di386 > -DLOAD_ADDRESS=0xF0100000 -c vers.c > loading kernel > kern_sysctl.o: Undefined symbol `_hw_float' referenced from text segment > *** Error code 1 > #device npx0 at isa? port "IO_NPX" irq 13 vector npxintr ^^^^^^^ That's your problem. The npx device is non-optional AFAIR. Gary