From owner-freebsd-questions Fri Nov 23 1: 7:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 228BF37B416 for ; Fri, 23 Nov 2001 01:07:42 -0800 (PST) Received: (qmail 20810 invoked by uid 100); 23 Nov 2001 09:07:41 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15358.4573.105239.608248@guru.mired.org> Date: Fri, 23 Nov 2001 03:07:41 -0600 To: FoxSurfer Sys Admin Cc: questions@freebsd.org Subject: Re: Problem with building kernel. In-Reply-To: <52045795@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ 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 FoxSurfer Sys Admin types: > I'm running 4.4 Stable and I'm getting the following error with 'make' > after I do 'make depend' in ../../compile/mykernel > I've tried doing a 'make clean' and starting over but I keep getting the > same error. I'll only post part of it since it seems to be doing it to every > file in /usr/src/sys/modules/linux/../../i386/linux/ > > ===> linux > cc -c -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs [clip] > /usr/src/sys/modules/linux/../../i386/linux/linux_dummy.c ... etc. > *** Error code 1 > hopefully this is enough info Nope. The answer is in that etc. Error code 1 is make reporting that an make that it invoked failed. We really need the error message from the C compiler. Just as a shot in the dark, are you trying to compiler a kernel after having done a source update? If so, that's probably the source of your problem. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message