From owner-freebsd-current@FreeBSD.ORG Tue Jun 5 15:19:33 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 934CE16A400 for ; Tue, 5 Jun 2007 15:19:33 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id 6D52213C458 for ; Tue, 5 Jun 2007 15:19:33 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.05) with ESMTP id l55FJW7P007378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 5 Jun 2007 08:19:33 -0700 X-Auth-Received: from [192.168.10.45] (c-67-166-149-71.hsd1.ca.comcast.net [67.166.149.71]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l55FJWGp018036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 5 Jun 2007 08:19:32 -0700 Message-ID: <46657F05.50609@u.washington.edu> Date: Tue, 05 Jun 2007 08:19:33 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <46657B33.5010804@bulinfo.net> <3bbf2fe10706050815u619bd2e6p728c0d20e2aae802@mail.gmail.com> <46657EE9.7070207@u.washington.edu> In-Reply-To: <46657EE9.7070207@u.washington.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.6.5.80538 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='LEO_OBFU_SUBJ_RE 0.1, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: kernel linking X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 05 Jun 2007 15:19:33 -0000 Garrett Cooper wrote: > Attilio Rao wrote: >> 2007/6/5, Krassimir Slavchev : >>> This is with latest -current on arm: >>> >>> linking kernel >>> kern_intr.o(.text+0x15d8): In function `swi_sched': >>> : undefined reference to `PCPU_LAZY_ADD' >>> kern_synch.o(.text+0x210): In function `mi_switch': >>> : undefined reference to `PCPU_LAZY_ADD' >>> kern_thread.o(.text+0x9b4): In function `thread_exit': >>> : undefined reference to `PCPU_LAZY_ADD' >>> subr_trap.o(.text+0x180): In function `ast': >>> : undefined reference to `PCPU_LAZY_ADD' >>> nfs_bio.o(.text+0x11cc): In function `nfs_getpages': >>> : undefined reference to `PCPU_LAZY_ADD' >>> nfs_bio.o(.text+0x1620): more undefined references to >>> `PCPU_LAZY_ADD' follow >> >> These have been renamed. >> Be sure you update all your src tree, then recompile by scratch your >> kernel. >> >> Attilio > Make sure NO_CLEAN isn't enabled and you might want to blow away > your kernel obj directories (/usr/obj/usr/sys?). > -Garrett > Forgot to CC current@. -Garrett