From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Ttdl8-0004zK-7Q for ptxdist@pengutronix.de; Fri, 11 Jan 2013 13:30:54 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1Ttdl8-0003L8-79 for ptxdist@pengutronix.de; Fri, 11 Jan 2013 13:30:54 +0100 Date: Fri, 11 Jan 2013 13:30:54 +0100 From: Michael Olbrich Message-ID: <20130111123054.GB11738@pengutronix.de> References: <201301110940.10949.jbe@pengutronix.de> <13317004.u3s2pIUGrD@dabox> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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, On Fri, Jan 11, 2013 at 12:57:45PM +0200, Ruben Louw wrote: > Thanks for the advice. Just to be sure. Python was not enabled (default) > then as the helper? Could it be I was correct? So then I need to rebuild > the toolchain, with Python enabled (example below)? Or is there a quick > hack for me to try without rebuilding the toolchain, cos then I have to > rebuild everything and I just want to quick test if this is the solution. > > Do I understand this correctly, or am I way off? The default is autodetect. Run 'readelf -d /path/to/toolchain/bin/-gdb' and see if it links to libpython2.7.so.1.0 or something like that. If not, then you need to istall python-dev or something like that. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de