From owner-freebsd-questions Tue Jun 19 0:34:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gondwana.ecr.mu.oz.au (gondwana.ecr.mu.oz.au [128.250.70.62]) by hub.freebsd.org (Postfix) with ESMTP id 0068937B403 for ; Tue, 19 Jun 2001 00:34:51 -0700 (PDT) (envelope-from glovell@ecr.mu.oz.au) Received: from gromit.ecr.mu.oz.au (gromit.ecr.mu.oz.au [128.250.61.61]) by gondwana.ecr.mu.oz.au (8.11.4/8.9.3) with ESMTP id f5J7YkA07569 for ; Tue, 19 Jun 2001 17:34:46 +1000 (EST) Received: from localhost (glovell@localhost) by gromit.ecr.mu.oz.au (8.11.3/8.8.5) with SMTP id f5J7YmJ1053640 for ; Tue, 19 Jun 2001 17:34:48 +1000 (EST) X-Authentication-Warning: gromit.ecr.mu.oz.au: glovell owned process doing -bs Date: Tue, 19 Jun 2001 17:34:48 +1000 (EST) From: Gregory W Lovell To: freebsd-questions@freebsd.org Subject: Failed "make" on quite normal kernel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreeBSD Questions, I've tried to recompile the kernel to add NATD support to my system 3 times now, and it has failed every time. The only change I have made to the config file when compared to GENERIC are adding the lines: options IPFIREWALL options IPDIVERT These are added at the end of all the other "options" lines. The last few lines shown after the make command crashes are: si -nostdinc -I- -I. -I../.. -I/usr/include -D_KERNEL -include opt_global.h -e lf -mpreferred-stack-boundary=2 ../../dev/nsp/nsp.c cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 Stop in /usr/src/sys/compile/NATD bash-2.05#cpp:output pipe has been closed Jun 19 07:06:52 /kernel:pid 6420(cc1), uid 0: exited on signal 11 (core dumped) As you can imagine, this is quite frustrating, as NATD is to be one of the primary functions of the box. It is a Pentium 133 on a SuperMicro board without FDD, Serial or Parallel Controllers. Everything else seems to work fine except this. One thing that may be worth noting is that I actually have installed FreeBSD by plugging the HDD into another computer, as I cannot boot from CD-ROM or FDD. I was told this would be OK, but you never know... Any help would be greatly appreciated. The rest of my experience with FreeBSD has been very positive. Greg Lovell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message