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 1TteDs-0007KG-Nw for ptxdist@pengutronix.de; Fri, 11 Jan 2013 14:00:36 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1TteDs-0003Xw-Ne for ptxdist@pengutronix.de; Fri, 11 Jan 2013 14:00:36 +0100 Date: Fri, 11 Jan 2013 14:00:36 +0100 From: Michael Olbrich Message-ID: <20130111130036.GC11738@pengutronix.de> References: <201301110940.10949.jbe@pengutronix.de> <13317004.u3s2pIUGrD@dabox> <20130111123054.GB11738@pengutronix.de> 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 On Fri, Jan 11, 2013 at 02:37:01PM +0200, Ruben Louw wrote: > I'm trying to get my mind wrapped around this. > > I ran your command and this is what it outputs: > > Dynamic section at offset 0x3f1df8 contains 25 entries: > Tag Type Name/Value > 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] > 0x0000000000000001 (NEEDED) Shared library: [libncurses.so.5] > 0x0000000000000001 (NEEDED) Shared library: [libtinfo.so.5] > 0x0000000000000001 (NEEDED) Shared library: [libm.so.6] > 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] [...] > its not linking to Python right? Correct. > if i then install python, do i have to > make the link myself? 1. Install whatever packages provides Python.h in your distro (python-dev in Debian). 2. Rebuild the toolchain, or just part of if as Juergen suggested. Python support is automatically enabled if found. 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