From owner-freebsd-hackers Sat Apr 4 07:48:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA27323 for freebsd-hackers-outgoing; Sat, 4 Apr 1998 07:48:05 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from bigbrother ([206.29.49.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA27317 for ; Sat, 4 Apr 1998 07:48:01 -0800 (PST) (envelope-from vshah@rstcorp.com) Received: (from uucp@localhost) by bigbrother (8.6.12/8.6.9) id LAA04224 for ; Sat, 4 Apr 1998 11:37:48 -0500 Received: from fault.rstcorp.com(206.29.49.18) by bigbrother.rstcorp.com via smap (V2.0) id xma004222; Sat, 4 Apr 98 11:37:39 -0500 Received: (from vshah@localhost) by rstcorp.com (8.8.1/8.8.1) id KAA03150; Sat, 4 Apr 1998 10:47:04 -0500 (EST) Date: Sat, 4 Apr 1998 10:47:04 -0500 (EST) Message-Id: <199804041547.KAA03150@rstcorp.com> MIME-Version: 1.0 From: "Viren R. Shah" To: freebsd-hackers@FreeBSD.ORG Subject: Building 3.0 kernel on 2.2.6 system? X-Mailer: VM 6.40 under 19.16 "Lille" XEmacs Lucid Reply-To: "Viren R. Shah" X-Face: )~y+U*K:yzjz{q<5lzpI_SVef'U.])9g[C9`1N@]u3,MHY7f*l7C)[_NjM4y4K8$uIUh|\u (K&&HS6,M!61&GMTk'mqmB/Qg]]X}"?TzsFl]"2v!bl8']dma.:^IY^a[lbOI>U:b<~FyK3q-p{HmZ mn~g.`~BE!5{2D:}Yi+\_KkWe?XaHj9$ko1k8iKLYv5*_2c8"G=?Up[}hn+7RNM(bzBZ_wWk6!Pf&B ?3Tcm7M7B~W%K/I0aX3]*=jP?aM]H6HBPT`oLk+0n^_;N\2\%|Rhy;p}34Q.jEsM\qtnxcm;ag%Nq Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to build a 3.0 kernel on a system with the following layout: 1. System is running 2.2.6 2. 2.2.6 source is in /usr/src 3. -current source is in /home/current/usr/{src,obj} I did a make buildworld in /home/current/usr/src. It completed without errors. I'm now trying to build a -current kernel (GENERIC) using the config generated by the -current buildworld. 1. Is this possible? 2. If so, then what is causing the following errors: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../pci/if_de.c ../../pci/if_de.c: In function `tulip_addr_filter': ../../pci/if_de.c:3041: storage size of `step' isn't known ../../pci/if_de.c:3099: warning: implicit declaration of function `ETHER_FIRST_MULTI' ../../pci/if_de.c:3101: dereferencing pointer to incomplete type ../../pci/if_de.c:3101: dereferencing pointer to incomplete type ../../pci/if_de.c:3102: dereferencing pointer to incomplete type ../../pci/if_de.c:3109: warning: implicit declaration of function `ETHER_NEXT_MULTI' ../../pci/if_de.c:3150: dereferencing pointer to incomplete type ../../pci/if_de.c:3150: dereferencing pointer to incomplete type ../../pci/if_de.c:3151: dereferencing pointer to incomplete type ../../pci/if_de.c:3152: dereferencing pointer to incomplete type ../../pci/if_de.c:3153: dereferencing pointer to incomplete type ../../pci/if_de.c: In function `tulip_ifioctl': ../../pci/if_de.c:4704: warning: implicit declaration of function `ether_addmulti' ../../pci/if_de.c:4706: warning: implicit declaration of function `ether_delmulti' ../../pci/if_de.c: In function `tulip_pci_attach': ../../pci/if_de.c:5583: request for member `cfg1' in something not a structure or union ../../pci/if_de.c:5583: request for member `cfg1' in something not a structure or union *** Error code 1 Stop. ----------------------- I figure that I can't actually do the above, maybe due to include file conflicts. But, some authoritative answer would be nice. Thanks Viren -- Viren R. Shah, {viren @ rstcorp . com} "Hi, I'm a hero, but I can't tell you why. It's classified." -- Miles muses on one of the disadvantages of a double life (Lois McMaster Bujold, Cetaganda) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message