From owner-freebsd-current@FreeBSD.ORG Thu Aug 5 01:49:49 2004 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 E4F9316A4CE; Thu, 5 Aug 2004 01:49:49 +0000 (GMT) Received: from out011.verizon.net (out011pub.verizon.net [206.46.170.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6777243D31; Thu, 5 Aug 2004 01:49:49 +0000 (GMT) (envelope-from andrew.lankford@verizon.net) Received: from outgoing.verizon.net ([192.168.1.2]) by out011.verizon.net ESMTP <20040805014948.IKWJ14580.out011.verizon.net@outgoing.verizon.net>; Wed, 4 Aug 2004 20:49:48 -0500 X-Mailer: Openwave WebEngine, version 2.8.12 (webedge20-101-197-20030912) From: To: , Date: Wed, 4 Aug 2004 20:49:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out011.verizon.net from [192.168.1.2] at Wed, 4 Aug 2004 20:49:48 -0500 Message-Id: <20040805014948.IKWJ14580.out011.verizon.net@outgoing.verizon.net> cc: Robert Watson Subject: Re: cvs commit: src/sys/i386/i386 machdep.c mp_machdep.c 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: Thu, 05 Aug 2004 01:49:50 -0000 Ah, perhaps that's what's been mucking up buildkernel for my uniprocessor machine (with a kernel configuration sans the io and mem devices). --snip-- -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Win line -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/ sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys /contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/us r/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -includ e opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 -- param large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel -mno-r ed-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno- asynchronous-unwind-tables -ffreestanding -Werror vers.c linking kernel.debug amd64_mem.o(.text+0xa8a): In function `amd64_mrinit': /usr/src/sys/amd64/amd64/amd64_mem.c:562: undefined reference to `M_MEMDESC' amd64_mem.o(.text+0xc2c): In function `amd64_mem_drvinit': /usr/src/sys/amd64/amd64/amd64_mem.c:622: undefined reference to `mem_range_soft c' *** Error code 1 Stop in /usr/obj/usr/src/sys/ARL_AMD64. *** Error code 1 Stop in /usr/src. *** Error code 1 Andrew Lankford