From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e5.ny.us.ibm.com (e5.ny.us.ibm.com [32.97.182.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e5.ny.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id E7ED1DDF33 for ; Sat, 1 Mar 2008 08:37:34 +1100 (EST) Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e5.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m1TLbTZC010067 for ; Fri, 29 Feb 2008 16:37:29 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m1TLbT0g223144 for ; Fri, 29 Feb 2008 16:37:29 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m1TLbSlK015683 for ; Fri, 29 Feb 2008 16:37:28 -0500 Date: Fri, 29 Feb 2008 15:35:34 -0600 From: Josh Boyer To: Steve Heflin Subject: Re: Sequoia build with KDBG Message-ID: <20080229153534.684aebf9@zod.rchland.ibm.com> In-Reply-To: <200802292133.m1TLXqv3012273@e36.co.us.ibm.com> References: <20080221213313.97814DDF55@ozlabs.org> <20080222164210.48628DE0A9@ozlabs.org> <20080222145224.7349cf36@weaponx> <200802292133.m1TLXqv3012273@e36.co.us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 29 Feb 2008 16:34:09 -0500 Steve Heflin wrote: > I attempted to enable the kernel debugger on my Sequoia board, and I > get build errors: > /linux-2.6.25-rc3/arch/powerpc/kernel/setup_32.c:254: undefined > reference to `set_debug_traps' > /linux-2.6.25-rc3/arch/powerpc/kernel/setup_32.c:259: undefined > reference to `breakpoint' > > Josh: I assume you have used the kernel debugger with your 44x > boards, how did you build it? Why would you assume that? I've never used kgdb on arch/powerpc kernels, nor have I ever tried to build it. I don't think kgdb is ported to powerpc at the moment. josh