Date: Fri, 18 Apr 1997 12:49:45 +0200 (MET DST) From: Gunther Hipper <gunther@informatik.uni-rostock.de> To: smp@FreeBSD.org Subject: Since last sup on April 18th an error in make depend Message-ID: <199704181049.MAA04095@donau.informatik.uni-rostock.de>
next in thread | raw e-mail | index | archive | help
Hi ! I'm back again. Yesterday, i successfully compiled and ran the SMP-kernel on a diskless GA-586DX Board with 2 P150 CPUs. Today, i installed a completely new machine on a local EIDE drive (to test the EIDE support, i had some problems yesterday to mount the /dev/wd0a and broke my filesystem..) So, i supped the today in the morning the latest SMP-sys-tree with a: src-sys release=smp host=cvsup.freebsd.org hostbase=/home base=/usr prefix=/usr/sup/cvssmp delete old use-rel-suffix Then, I copied my old SMPFCNA.3 to /usr/src/sys/i386/conf and did a /usr/sbin/config SMPFCNA.3. Config is okay, switch to /usr/src/sys/compile/SMPFCNA.3. make depend and now i got the following error: fcna1:{root} /usr/src/sys-SMP.970418/compile/SMPFCNA.2 [228] 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 -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c In file included from ../../i386/i386/genassym.c:71: ../../nfs/nfsdiskless.h:68: field `swap_args' has incomplete type ../../nfs/nfsdiskless.h:75: field `root_args' has incomplete type ../../nfs/nfsdiskless.h:87: field `swap_args' has incomplete type ../../nfs/nfsdiskless.h:93: field `root_args' has incomplete type ../../i386/i386/genassym.c: In function `main': ../../i386/i386/genassym.c:119: `UMAXPTDI' undeclared (first use this function) ../../i386/i386/genassym.c:119: (Each undeclared identifier is reported only once ../../i386/i386/genassym.c:119: for each function it appears in.) ../../i386/i386/genassym.c:119: `UMAXPTEOFF' undeclared (first use this function) *** Error code 1 Stop. I looked for the error, but did'nt find anything yet (e.g. uncommented options NFS). Is this my mistake ? Bye Gunther
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704181049.MAA04095>