Date: Tue, 26 Jun 2001 15:43:44 -0600 From: "John R. Shannon" <john@johnrshannon.com> To: freebsd-questions@FreeBSD.org Subject: Failed "make buildkernel" Message-ID: <01062615434400.03124@pablo.johnrshannon.com>
next in thread | raw e-mail | index | archive | help
I experienced an error building a custom kernel from freshly CVSUP'd source (STABLE). Renaming my config file and building with the new KERNCONF worked. How do I clear out the old (failed) stuff? The tail end of the failed build was: cc -nostdinc -O -pipe -march=pentiumpro -march=pentiumpro -DIPV6FIREWALL -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 -c setdef0.c cc -nostdinc -O -pipe -march=pentiumpro -march=pentiumpro -DIPV6FIREWALL -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 -c setdef1.c ld -Bshareable -o ip6fw.ko setdef0.o ip6fw.kld setdef1.o ===> ipfilter make: don't know how to make /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/MYKERNEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- John R. Shannon john@johnrshannon.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01062615434400.03124>