From owner-freebsd-current@FreeBSD.ORG Fri Jul 11 14:27:33 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B6C237B405 for ; Fri, 11 Jul 2003 14:27:33 -0700 (PDT) Received: from volatile.chemikals.org (cae88-51-013.sc.rr.com [24.88.51.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C15743FA3 for ; Fri, 11 Jul 2003 14:27:32 -0700 (PDT) (envelope-from morganw@chemikals.org) Received: from localhost (morganw@localhost [127.0.0.1]) h6BLOxM7037548; Fri, 11 Jul 2003 17:24:59 -0400 (EDT) (envelope-from morganw@chemikals.org) Date: Fri, 11 Jul 2003 17:24:59 -0400 (EDT) From: Wesley Morgan To: Kevin Oberman In-Reply-To: <20030711193512.59F305D07@ptavv.es.net> Message-ID: <20030711165638.T36814@volatile.chemikals.org> References: <20030711193512.59F305D07@ptavv.es.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org cc: Lukas Ertl Subject: Re: Kernel built with new GCC panics immediately X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 21:27:33 -0000 On Fri, 11 Jul 2003, Kevin Oberman wrote: > > removed /usr/src/sys/i386/compile/ before rebuilding a > > new kernel with GCC 3.3? > > > > Also, if simply removing stale file is not a culpit, I will appreciate > > if you can test the patch below: > > I have cleaned out everything with no improvement. I have applied the > patches and no improvement. My system still is seen as a 286 followed > by a panic. Lucky you. I can't even build a kernel... It fails in the wi module: In file included from /usr/src/sys/dev/wi/if_wi_pccard.c:68: @/dev/pccard/pccarddevs.h:210:27: warning: ISO C requires whitespace after the macro name @/dev/pccard/pccarddevs.h:211:31: warning: ISO C requires whitespace after the macro name @/dev/pccard/pccarddevs.h:212:27: warning: ISO C requires whitespace after the macro name /usr/src/sys/dev/wi/if_wi_pccard.c:132: error: `PCMCIA_PRODUCT_ASUS_WL100' undeclared here (not in a function) /usr/src/sys/dev/wi/if_wi_pccard.c:132: error: initializer element is not constant /usr/src/sys/dev/wi/if_wi_pccard.c:132: error: (near initialization for `wi_pccard_products[6].pp_product') /usr/src/sys/dev/wi/if_wi_pccard.c:132: error: `PCMCIA_CIS_ASUS_WL100' undeclared here (not in a function) On for about 15 pages. Looks like a simple error cascading into hundreds. -- Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!