Date: Tue, 13 Nov 2001 12:59:17 -0800 From: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG> To: Simon J Mudd <sjmudd@pobox.com> Cc: <freebsd-stable@FreeBSD.ORG> Subject: Re: trouble compiling kernel with -stable? Message-ID: <15345.35237.56436.754175@horsey.gshapiro.net> In-Reply-To: <Pine.LNX.4.33.0111132122550.18222-200000@phoenix.ea4els.ampr.org> References: <Pine.LNX.4.33.0111132122550.18222-200000@phoenix.ea4els.ampr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
sjmudd> cc -nostdinc -O -pipe -D_KERNEL -Wall -Wredundant-decls sjmudd> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith sjmudd> -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- sjmudd> -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall sjmudd> -Wredundant-decls -Wnested-externs -Wstrict-prototypes sjmudd> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual sjmudd> -fformat-extensions -ansi -c linux_sysent.c sjmudd> In file included from linux_sysent.c:14: sjmudd> linux_proto.h:57: syntax error before `linux_time_t' ... I had this problem also until I did this: cd /usr/src/sys/modules/linux make cleandir Note that I build modules with world (MODULES_WITH_WORLD=yes) so you have to: rm -rf /usr/obj/usr/src/sys/UNICORN/modules/linux or something close to that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15345.35237.56436.754175>