From owner-freebsd-alpha Wed Jan 24 10:33:18 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 3414A37B400; Wed, 24 Jan 2001 10:33:00 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id NAA21186; Wed, 24 Jan 2001 13:32:59 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0OIWxk17972; Wed, 24 Jan 2001 13:32:59 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 24 Jan 2001 13:32:59 -0500 (EST) To: John Baldwin Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: -current failing on PC164 In-Reply-To: References: <14958.63910.53261.732597@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14959.8051.714883.875583@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin writes: > > > > So, are serial console's hosed?? > > It could be a bug. :-P Can you add ddb and get a backtrace? > I'd like to.. but... I just CVSupp'ed and the same config no longer builds after your recent commits: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../dev -I/usr/include -D_KERNEL -include opt_global.h -elf -mno-fp-regs -ffixed-8 -Wa,-mev56 ../../alpha/alpha/mp_machdep.c ../../alpha/alpha/mp_machdep.c: In function `smp_init_secondary': ../../alpha/alpha/mp_machdep.c:177: warning: implicit declaration of function `smp_ipi_all' ../../alpha/alpha/mp_machdep.c: At top level: ../../alpha/alpha/mp_machdep.c:270: warning: no previous prototype for `globaldata_register' ../../alpha/alpha/mp_machdep.c: In function `globaldata_register': ../../alpha/alpha/mp_machdep.c:271: structure has no member named `cpuid' ../../alpha/alpha/mp_machdep.c: In function `forward_statclock': ../../alpha/alpha/mp_machdep.c:495: warning: implicit declaration of function `smp_ipi_selected' ../../alpha/alpha/mp_machdep.c:495: `IPI_CHECKSTATE' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:495: (Each undeclared identifier is reported only once ../../alpha/alpha/mp_machdep.c:495: for each function it appears in.) ../../alpha/alpha/mp_machdep.c:525: `IPI_AST' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: In function `forward_hardclock': ../../alpha/alpha/mp_machdep.c:571: `IPI_CHECKSTATE' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:620: `IPI_AST' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: In function `forward_signal': ../../alpha/alpha/mp_machdep.c:672: `IPI_AST' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: In function `forward_roundrobin': ../../alpha/alpha/mp_machdep.c:707: `IPI_AST' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: In function `stop_cpus': ../../alpha/alpha/mp_machdep.c:750: `IPI_STOP' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: In function `smp_rendezvous': ../../alpha/alpha/mp_machdep.c:855: warning: implicit declaration of function `smp_ipi_all_but_self' ../../alpha/alpha/mp_machdep.c:855: `IPI_RENDEZVOUS' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: At top level: ../../alpha/alpha/mp_machdep.c:869: warning: no previous prototype for `smp_ipi_selected' ../../alpha/alpha/mp_machdep.c:869: warning: type mismatch with previous implicit declaration ../../alpha/alpha/mp_machdep.c:750: warning: previous implicit declaration of `smp_ipi_selected' ../../alpha/alpha/mp_machdep.c:869: warning: `smp_ipi_selected' was previously implicitly declared to return `int' ../../alpha/alpha/mp_machdep.c:893: warning: no previous prototype for `smp_ipi_all' ../../alpha/alpha/mp_machdep.c:893: warning: type mismatch with previous implicit declaration ../../alpha/alpha/mp_machdep.c:177: warning: previous implicit declaration of `smp_ipi_all' ../../alpha/alpha/mp_machdep.c:893: warning: `smp_ipi_all' was previously implicitly declared to return `int' ../../alpha/alpha/mp_machdep.c:902: warning: no previous prototype for `smp_ipi_all_but_self' ../../alpha/alpha/mp_machdep.c:902: warning: type mismatch with previous implicit declaration ../../alpha/alpha/mp_machdep.c:855: warning: previous implicit declaration of `smp_ipi_all_but_self' ../../alpha/alpha/mp_machdep.c:902: warning: `smp_ipi_all_but_self' was previously implicitly declared to return `int' ../../alpha/alpha/mp_machdep.c:911: warning: no previous prototype for `smp_ipi_self' ../../alpha/alpha/mp_machdep.c:939: warning: no previous prototype for `smp_handle_ipi' ../../alpha/alpha/mp_machdep.c: In function `smp_handle_ipi': ../../alpha/alpha/mp_machdep.c:954: `IPI_INVLTLB' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:957: `IPI_RENDEZVOUS' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:962: `IPI_AST' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:970: `IPI_CHECKSTATE' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:973: `cpuid' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:982: `IPI_STOP' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:955: warning: unreachable code at beginning of switch statement *** Error code 1 I might be able to take a peek at it this evening, but I'm pretty busy now.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message