From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16714 invoked by alias); 3 Feb 2006 00:09:13 -0000 Received: (qmail 16703 invoked by uid 22791); 3 Feb 2006 00:09:13 -0000 X-Spam-Check-By: sourceware.org Received: from mailsrv2.tranzpeer.net (HELO mailsrv2.tranzpeer.net) (202.180.66.208) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Feb 2006 00:09:11 +0000 Received: from [202.180.66.2] (helo=localhost) by mailsrv2.tranzpeer.net with ESMTP (Exim 4.34) id 1F4oVd-0004SN-7M; Fri, 03 Feb 2006 13:09:05 +1300 Received: from external.hosting.co.nz (external.hosting.co.nz [203.97.46.10]) by webmail.slingshot.co.nz (Horde) with HTTP for ; Fri, 3 Feb 2006 13:09:07 +1300 Message-ID: <20060203130907.uh0k804wg40g08w4@webmail.slingshot.co.nz> Date: Fri, 03 Feb 2006 00:09:00 -0000 From: Paul Blacquiere To: Daniel Jacobowitz Cc: "gdb@sourceware.org" Subject: Re: Howto single step from beginning References: <20060202140831.wco48wcskkccsokk@webmail.slingshot.co.nz> <20060202012556.GA19090@nevyn.them.org> <20060202155252.k84sosswgkwkwsg4@webmail.slingshot.co.nz> <20060202025704.GA21125@nevyn.them.org> <20060202174500.8gcgws4wk04kwgs0@webmail.slingshot.co.nz> <20060202050657.GA22487@nevyn.them.org> <20060202182905.ac0ckos04gk00wso@webmail.slingshot.co.nz> <20060202135230.GA32388@nevyn.them.org> In-Reply-To: <20060202135230.GA32388@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00015.txt.bz2 > > That's why. Some versions of uClibc do not include a Linux ABI marker; > see what "objdump -s -j .note.ABI-tag" on the static binary you are > debugging shows. I think this has been fixed. > Correct, I downloaded and installed the latest snapshot (02/02/06), and it all works. Thanks a heap..