Date: Sun, 04 Oct 1998 22:12:39 +0300 From: Evren Yurtesen <yurtesen@ispro.net.tr> To: freebsd-questions@FreeBSD.ORG Subject: kernel is not compiling, please help. :) Message-ID: <3617C8A7.751A24ED@ispro.net.tr>
next in thread | raw e-mail | index | archive | help
hello, I have a little problem with 2.2.7 release of FreeBSD it does not want to get compiled... I have even tried the GENERIC kernel configuration file because I thought that I did some mistake in mine. what should I do now? I had no problem with 2.2.6 Release! this is what exactly happens alp:/root#cd /usr/src/sys/i386/conf/ alp:/usr/src/sys/i386/conf#ls GENERIC Makefile.i386 PCCARD files.i386 options.i386 LINT NETSHIP devices.i386 majors.i386 alp:/usr/src/sys/i386/conf#/usr/sbin/config GENERIC Removing old directory ../../compile/GENERIC: Done. Kernel build directory is ../../compile/GENERIC alp:/usr/src/sys/i386/conf#cd ../../compile/GENERIC/ alp:/usr/src/sys/compile/GENERIC#make depend 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 In file included from ../../i386/i386/genassym.c:40: ../../../include/stdio.h:231: parse error before `,' *** Error code 1 Stop. alp:/usr/src/sys/compile/GENERIC# also when I try to issue make depend command again and again it gives one other error message alp:/usr/src/sys/compile/GENERIC#make depend 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 In file included from ../../i386/i386/genassym.c:40: ../../../include/stdio.h:279: parse error before `,' *** Error code 1 Stop. alp:/usr/src/sys/compile/GENERIC#make depend 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 In file included from ../../../include/stdio.h:44, from ../../i386/i386/genassym.c:40: ../../sys/types.h:139: parse error before `)' *** Error code 1 Stop. alp:/usr/src/sys/compile/GENERIC# 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?3617C8A7.751A24ED>