From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lvps176-28-13-145.dedicated.hosteurope.de ([176.28.13.145]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Ttb84-0003cq-SP for ptxdist@pengutronix.de; Fri, 11 Jan 2013 10:42:25 +0100 Received: from dabox.localnet (unknown [62.159.134.146]) by lvps176-28-13-145.dedicated.hosteurope.de (Postfix) with ESMTPSA id 4D30EA8A407B for ; Fri, 11 Jan 2013 10:42:24 +0100 (CET) From: Tim Sander Date: Fri, 11 Jan 2013 10:42:19 +0100 Message-ID: <13317004.u3s2pIUGrD@dabox> In-Reply-To: References: <201301110940.10949.jbe@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] Gdb debugging helper [PATCH] Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi Ruben Am Freitag, 11. Januar 2013, 10:47:07 schrieb Ruben Louw: > hmm. makes sense to be on host. But I think this should be included when > build the toolchain or something, I'm only speculating. but i'll play > around with it, hopefully smoke does'nt come out anywhere. Its the Toolchain. You need the following change in the toolchain. I would suggest to have this enabled by default, while we are at it. Best regards Tim diff --git a/toolchain/OSELAS.Toolchain-2011.03.1/rules/cross-gdb.make b/toolchain/OSELAS.Toolchain-2011.03.1/rules/cross-gdb.make index 727de25..8c1ffdc 100644 --- a/toolchain/OSELAS.Toolchain-2011.03.1/rules/cross-gdb.make +++ b/toolchain/OSELAS.Toolchain-2011.03.1/rules/cross-gdb.make @@ -63,6 +63,7 @@ CROSS_GDB_AUTOCONF := \ $(PTXCONF_TOOLCHAIN_CONFIG_SYSROOT) \ \ --disable-werror \ + --enable-python \ --enable-tui $(STATEDIR)/cross-gdb.prepare: -- ptxdist mailing list ptxdist@pengutronix.de