From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Singer Subject: Re: Problem using gdbserver on ARM target Date: Thu, 4 May 2006 08:37:52 -0700 Message-ID: <20060504153751.GC4234@buici.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.arm.linux.org.uk Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org+linux-arm-kernel=m.gmane.org@lists.arm.linux.org.uk To: Chetan Kapoor Cc: linux-omap-open-source@linux.omap.com, linux-arm-kernel@lists.arm.linux.org.uk, linux-arm-toolchain@lists.arm.linux.org.uk List-Id: linux-omap@vger.kernel.org On Thu, May 04, 2006 at 05:35:23PM +0530, Chetan Kapoor wrote: > Hello > > I am trying bring up gdbserver on my ARM target (OMAP P2 730). > > I downloaded a prebuilt toolchain which contains gcc 3.3.2-glibc-2.3.2 + > binutils-head. We have used this to build Kernel version 2.6.16-omap1 & > Busybox-1.0.0. > > I have now compiled gdb 6.4 pack, and crosscompiled the gdb with > --target=arm-linux > For gdbserver in the gbb/gdbserver directory I configured using > --host=arm-linux > > A make is successful but the dynamically linked ARM executable gives the > following error when I execute it on the target, > > ~ # ./gdbserver > -sh: ./gdbserver: No such file or directory Try # ldd gdbserver ------------------------------------------------------------------- List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php