From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4457 invoked by alias); 7 Feb 2006 16:14:58 -0000 Received: (qmail 4446 invoked by uid 22791); 7 Feb 2006 16:14:56 -0000 X-Spam-Check-By: sourceware.org Received: from xproxy.gmail.com (HELO xproxy.gmail.com) (66.249.82.203) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Feb 2006 16:14:54 +0000 Received: by xproxy.gmail.com with SMTP id t11so1001723wxc for ; Tue, 07 Feb 2006 08:14:52 -0800 (PST) Received: by 10.70.74.19 with SMTP id w19mr8079351wxa; Tue, 07 Feb 2006 08:14:51 -0800 (PST) Received: by 10.70.69.11 with HTTP; Tue, 7 Feb 2006 08:14:51 -0800 (PST) Message-ID: <5fb065d90602070814t7e2d46fdj@mail.gmail.com> Date: Tue, 07 Feb 2006 16:14:00 -0000 From: Frederic Kwiatkowski To: Frederic Kwiatkowski , gdb@sourceware.org Subject: Re: Remote Debugging on an ARM target In-Reply-To: <20060207160853.GA22385@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5fb065d90602070644mf12070bg@mail.gmail.com> <20060207144930.GA18262@nevyn.them.org> <5fb065d90602070706j5f95ebddp@mail.gmail.com> <20060207150958.GA19288@nevyn.them.org> <5fb065d90602070716p2429a8a9v@mail.gmail.com> <5fb065d90602070806o1da129c7x@mail.gmail.com> <20060207160853.GA22385@nevyn.them.org> 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/msg00049.txt.bz2 So i've got to specify a "--static" like option in my arm-linux-gcc to be in static mode i'll check that thanks for all 2006/2/7, Daniel Jacobowitz : > On Tue, Feb 07, 2006 at 05:06:06PM +0100, Frederic Kwiatkowski wrote: > > I've got one last question > > > > Using GDB, i've got now a valid address but "??" appear: > > 0x40000a70 in ?? () > > > > what is the meaning of these? > > It means that GDB doesn't have symbol information for that code > address (not surprising, that's probably in the dynamic linker before > your program starts running). > > -- > Daniel Jacobowitz > CodeSourcery >