Date: Fri, 17 Jul 1998 17:14:29 +0000 From: Adam Shaun Nealis <adamn@csl.com> To: freebsd-questions@FreeBSD.ORG Subject: cd ../../GENERIC; make falls over Message-ID: <35AF8675.11DBE93C@csl.com>
next in thread | raw e-mail | index | archive | help
Could anyone kind enough to help please reply direct, and I'll summarise. I'm still on FreeBSD-2.2.5-STABLE I am trying to "improve" my custom kernel for this machine - namely add bpf so I can do Big Brother, and more importantly, CAP and/or netatalk. Because my hacking is obviously a suspect, I attempted to create a kernel based on GENERIC. This don't work neither 8( To be more exact: cd /sys/i386/conf /usr/sbin/config GENERIC cd ../../compile/GENERIC make echo "gcc2_compiled." >symbols.exclude echo "___gnu_compiled_c" >>symbols.exclude grep -v '^#' ../../i386/i386/symbols.raw | sed 's/^ //' | sort -u > symbols.sort cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c ../../i386/i386/genassym.c:40: stdio.h: No such file or directory In file included from ../../sys/proc.h:48, from ../../i386/i386/genassym.c:43: ../../sys/time.h:118: time.h: No such file or directory *** Error code 1 Stop. Hmm. OK, because I do cvsup every night, my /usr/src/sys/ tree goes overnight (don't have the permanent disk space at the mo') so I compensate by grabbing the sauce from the 2.2.5 dist CD-ROM: cd /cdrom/src ./install.sh base ./install.sh sys I'm confused 8( TIA, Adam 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?35AF8675.11DBE93C>