Date: Fri, 9 Nov 2001 13:36:36 +0200 From: "Patrick O'Reilly" <patrick@mip.co.za> To: "FreeBSD Question List" <freebsd-questions@freebsd.org> Subject: make kernel fails Message-ID: <NDBBIMKICMDGDMNOOCAIMENMDNAA.patrick@mip.co.za>
next in thread | raw e-mail | index | archive | help
Hi all :) I'm trying "make kernel" for the first time (I always used the other method in /sys/i386/conf/, etc). It runs along merrily for a good while, then stops with error code 1. Here are the last few lines on the screen: --------------------------------- cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/us r/src/sys/contrib/ipfilter -D_KERNEL -include pt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/kern/kern_conf.c /usr/src/sys/kern/kern_conf.c:293: conflicting types for `make_dev' /usr/src/sys/sys/conf.h:286: previous declaration of `make_dev' *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root carrot:/usr/src# --------------------------------- I'm not sure what "make_dev" is, or where it is. Pedigree of this problem: 1) I've run cvsup for "tag=RELENG_4" and "src-all". 2) I've run "make buildworld" in /usr/src - and it completed without errors. 3) I then ran "make kernel" and hit this problem. Any pointers would be appreciated. Thanks, Patrick. 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?NDBBIMKICMDGDMNOOCAIMENMDNAA.patrick>