From owner-freebsd-questions Thu Nov 22 17: 7:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zapper.org (gso26-96-004.triad.rr.com [66.26.96.4]) by hub.freebsd.org (Postfix) with ESMTP id CC39F37B417 for ; Thu, 22 Nov 2001 17:07:13 -0800 (PST) Received: (from Zapper@localhost) by zapper.org (8.11.6/8.9.3) id fAN15Vm43473 for freebsd-questions@FreeBSD.ORG; Thu, 22 Nov 2001 20:05:31 -0500 (EST) (envelope-from Zapper) Message-Id: <200111230105.fAN15Vm43473@zapper.org> Content-Type: text/plain; charset="iso-8859-1" From: FoxSurfer Sys Admin Organization: FoxSurfer.Com To: freebsd-questions@FreeBSD.ORG Subject: Problem with building kernel. Date: Thu, 22 Nov 2001 20:05:31 -0500 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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'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 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi /usr/src/sys/modules/linux/../../i386/linux/linux_genassym.c sh @/kern/genassym.sh linux_genassym.o > linux_assym.h cc -c -x assembler-with-cpp -DLOCORE -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi /usr/src/sys/modules/linux/../../i386/linux/linux_locore.s -o linux_locore.o cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/linux/../../i386/linux/linux_dummy.c ... etc. *** Error code 1 Stop in /usr/src/sys/modules/linux. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/ZAPPER. hopefully this is enough info ... I'd hate to get flamed if it isn't ... I tried to find any prior mailings concerning this but couldn't. If anyone could point me in the right direction I'd appreciate it. Respectfully Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message