Date: Wed, 7 Nov 2001 01:44:46 -0800 (PST) From: Holger.Kipp@alogis.com To: undisclosed-recipients:; Subject: Re: Message-ID: <20011107094446.80E7137B418@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
> > With errors: > > (Installation the old way) > > # cd /usr/src/sys/i386/conf > > # config <NAME> > > # cd ../../compile/<NAME> > > # make depend > > # make > > .... > > ===> linux > > cc -O -pipe -D_KERNEL .... -ansi -c linux_sysent.c > > In file included from linux_sysent.c:14: > > linux_proto.h:57: syntax error before `linux_time_t' > > > So it looks like make buildkernel from /usr/src works, but > > make from /usr/src/sys/compile/<KERNELNAME> doesn't. Tony Maher wrote: > I believe this is the same problem as others have experience using > 'make kernel' where /usr/obj has not been rm'ed (or at least you need to rm > the kernel build area under /usr/obj). Yes, you're correct here. I had the same problem and solved it by rm'ing /usr/obj/usr and make buildkernel KERNCONF=<NAME> from /usr/src. I was just too stupid to remove the corresponding sys/compile/<NAME>-directory for the old way of making a new kernel. This has now also been tested and (of course) works as expected. I better go get some sleep. Holger 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?20011107094446.80E7137B418>