Date: Tue, 20 Oct 1998 23:39:43 -0500 From: hawk <hawk@eyry.econ.iastate.edu> To: questions@FreeBSD.ORG Subject: somethign broken on kernel compiling Message-ID: <199810210439.XAA02122@eyry.econ.iastate.edu>
next in thread | raw e-mail | index | archive | help
I installed 3.0 without any serious problem other than a couple of reboots convinced that something was wrong when it took a couple of minutes to do the DNS lookup. I then managed to make a new kernel with ext2fs support so that I can get at important things, like everything :) Having succeded, and having succssfully mounted the ext2fs partitions in my extended partition, I started moving things around in the file system. /home is an extended ext2fs partition. /usr/local is another, and /usr/src After moving the contents into these directories, however, I can no longer compile the kernel. I've make clean'd, deleted the source and installed again, but I can't make it work again. Even trying just the GENERIC kernel gives problems. All goes well until eyry# make depend cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../i386/i386/genassym.c cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h genassym.o -o genassym ./genassym >assym.s Segmentation fault *** Error code 139 I'm stumped. rick -- 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?199810210439.XAA02122>