Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2001 07:06:23 +1100 (EST)
From:      Tony Maher <tonym@biolateral.com.au>
To:        Holger.Kipp@alogis.com
Cc:        stable@freebsd.org
Subject:   Re:
Message-ID:  <200111062006.fA6K6N314724@dt.home>
In-Reply-To: <20011106185852.3BEAE37B405@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> With errors:
> (Installation the old way)
> # cd /usr/src/sys/i386/conf
> # config BSD
> # cd ../../compile/BSD
> # 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'
> linux_proto.h:57: `linux_time_t' undeclared here (not in a function)
> linux_proto.h:57: syntax error before `)'
> linux_proto.h:57: `linux_time_t' undeclared here (not in a function)
> linux_proto.h:57: syntax error before `)'
> linux_proto.h:156: syntax error before `linux_handler_t'
>
> So it looks like make buildkernel from /usr/src works, but
> make from /usr/src/sys/compile/<KERNELNAME> doesn't.

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).

In this case ("old way") removing /sys/compile/<KERNEL> should fix the
problem.

--
tonym

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?200111062006.fA6K6N314724>