Date: Sat, 15 Feb 1997 01:25:11 +0100 (MET) From: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De> To: mark@plato.salford.ac.uk (Mark Powell) Cc: current@freebsd.org Subject: Re: 2.2-RELEASE. Where is opt_kbdio.h? Message-ID: <199702150025.BAA00581@helbig.informatik.ba-stuttgart.de> In-Reply-To: <m0vvMHz-00037lC@viking.ucsalf.ac.uk> from Mark Powell at "Feb 14, 97 11:58:43 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Mark, > Just CTM'ed up from around 0140 to the latest. Now I get this error: > > cc -c -O2 -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DGATEWAY -DCOMPAT_43 -DFFS -DINET -DKERNEL ../../i386/isa/kbdio.c > ../../i386/isa/kbdio.c:34: opt_kbdio.h: No such file or directory > *** Error code 1 This file is put by config in /sys/compile/MYKERNEL. For this to work, you need a FreeBSD 2.2 - version of config. Further there must be some entries in /sys/i386/conf/options.i386 mentioning the file opt_kbdio.h. Probably you are using an old version of config. Maybe you should do a "make world" before building a new kernel. good luck Wolfgang
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702150025.BAA00581>