Date: Thu, 31 Jan 2002 19:27:59 -0500 From: Jan Knepper <jan@digitaldaemon.com> To: FreeBSD Questions <FreeBSD-Questions@FreeBSD.org> Subject: Re: FreeBSD-4.5-STABLE linux module compile error Message-ID: <3C59E10F.80303@digitaldaemon.com> References: <3C571B5D.5040004@digitaldaemon.com>
next in thread | previous in thread | raw e-mail | index | archive | help
OK, although UPDATING states to do a make modules-clear the best thing to do indeed is to remove /usr/src/sys/compile/[your kernel], config again and rebuild the kernel which indeed solves the problem. Jan Jan Knepper wrote: > Hi! > > Just cvsup'ed the sources and trying to compile a new kernel gives me > this error while compiling the linux module(s). > Any ideas??? > > Is my configuration missing an "option" somewhere??? > > Thanks! > Jan > > > > 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 linux_sysent.c > In file included from linux_sysent.c:14: > linux_proto.h:57: syntax error before `linux_time_t' > linux_proto.h:57: `linux_time_t' undeclared here (not in a function) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > 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?3C59E10F.80303>