From owner-freebsd-hackers Mon May 22 9:38:50 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from arjun.niksun.com (gwnew.niksun.com [206.20.52.130]) by hub.freebsd.org (Postfix) with ESMTP id 4A85137BABC for ; Mon, 22 May 2000 09:38:40 -0700 (PDT) (envelope-from joy@niksun.com) Received: from falcon.niksun.com (falcon.niksun.com [10.0.0.167]) by arjun.niksun.com (8.9.3/8.9.3) with ESMTP id MAA41817 for ; Mon, 22 May 2000 12:38:37 -0400 (EDT) (envelope-from joy@falcon.niksun.com) Message-ID: <392962A3.311EC23B@falcon.niksun.com> Date: Mon, 22 May 2000 12:38:59 -0400 From: Joy Ganguly X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers Subject: SMP kernel compilation?? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi all, i tried to compile a SMP kernel . but when it tries to load the kernel it gives me " undefined symbol" messages. the messages are:- intr_machdep.o(.data+0xc0): undefined reference to `Xtsintr0' intr_machdep.o(.data+0xc4): undefined reference to `Xtsintr1' intr_machdep.o(.data+0xc8): undefined reference to `Xtsintr2' intr_machdep.o(.data+0xcc): undefined reference to `Xtsintr3' intr_machdep.o(.data+0xd0): undefined reference to `Xtsintr4' intr_machdep.o(.data+0xd4): undefined reference to `Xtsintr5' intr_machdep.o(.data+0xd8): undefined reference to `Xtsintr6' intr_machdep.o(.data+0xdc): undefined reference to `Xtsintr7' intr_machdep.o(.data+0xe0): undefined reference to `Xtsintr8' intr_machdep.o(.data+0xe4): undefined reference to `Xtsintr9' intr_machdep.o(.data+0xe8): undefined reference to `Xtsintr10' intr_machdep.o(.data+0xec): undefined reference to `Xtsintr11' intr_machdep.o(.data+0xf0): undefined reference to `Xtsintr12' intr_machdep.o(.data+0xf4): undefined reference to `Xtsintr13' intr_machdep.o(.data+0xf8): undefined reference to `Xtsintr14' intr_machdep.o(.data+0xfc): undefined reference to `Xtsintr15' *** Error code 1 i grepped the source but couldnt find any reference to the above symbols. whats wrong??? thanx in advance joy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message