From owner-freebsd-questions Mon Jul 16 11:19:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [63.169.72.3]) by hub.freebsd.org (Postfix) with ESMTP id DD4C437B405 for ; Mon, 16 Jul 2001 11:19:47 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.11.3/8.11.3) id f6GIJlb98352 for questions@freebsd.org; Mon, 16 Jul 2001 11:19:47 -0700 (PDT) Date: Mon, 16 Jul 2001 11:19:47 -0700 From: Shawn Ramsey To: questions@freebsd.org Subject: Kernel compile problems Message-ID: <20010716111945.A92252@cpl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 I am having difficulty compiling a kernel on a specific machine.... it is even giving errors on a "make clean", which im not sure i've ever seen before. Like this : rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o ipl.ko ipl.kld mlfk_ipl. o ip_nat.o ip_frag.o ip_state.o ip_proxy.o ip_auth.o ip_log.o ip_fil.o fil.o @ m achine symb.tmp tmp.o ===> ipfw rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o ipfw.ko ipfw.kld ip_fw.o @ machine symb.tmp tmp.o ===> ispfw rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o ispfw.ko ispfw.kld ispfw .o @ machine symb.tmp tmp.o ===> joy rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o joy.8.gz joy.8.cat.gz jo y.ko joy.kld joy.o @ machine symb.tmp tmp.o bus_if.h device_if.h isa_if.h ===> kernfs Profiling timer expired *** Error code 155 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/Router. And it usually bombs on a "make depend", but not always. This would seem to be some sort of hardware problem. I've replaced the RAM to no avail. Is there any way to know what is causing this? Am I going to have to just start replacing hardware? :( And here is an error on "make depend" : tcpu.c ../../i386/i386/in_cksum.c ../../i386/i386/initcpu.c ../../i386/i386/k6 _mem.c ../../i386/i386/machdep.c ../../i386/i386/mem.c ../../i386/i386/nexus.c ../../i386/i386/pmap.c ../../i386/i386/procfs_machdep.c ../../i386/i386/sys_mac hdep.c ../../i386/i386/trap.c ../../i386/i386/userconfig.c ../../i386/i386/vm8 6.c ../../i386/i386/vm_machdep.c ../../i386/isa/clock.c ../../isa/fd.c ../../i3 86/isa/intr_machdep.c ../../i386/isa/ipl_funcs.c ../../i386/isa/isa.c ../../i3 86/isa/isa_compat.c ../../i386/isa/isa_dma.c ../../i386/isa/npx.c ../../i386/is a/pcibus.c ../../isa/atkbd_isa.c ../../isa/atkbdc_isa.c ../../isa/ppc.c ../../i sa/psm.c ../../isa/sio.c ../../isa/syscons_isa.c ../../isa/vga_isa.c ../../kern /subr_diskmbr.c ../../libkern/divdi3.c ../../libkern/moddi3.c ../../libkern/qdi vrem.c ../../libkern/udivdi3.c ../../libkern/umoddi3.c ioconf.c param.c vnode_i f.c config.c ../../i386/i386/genassym.c cc: Internal compiler error: program cpp got fatal signal 27 mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/Router. This error is usually different each time it is run.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message