From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8618 invoked by alias); 16 Feb 2012 14:05:53 -0000 Received: (qmail 8520 invoked by uid 22791); 16 Feb 2012 14:05:51 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gx0-f169.google.com (HELO mail-gx0-f169.google.com) (209.85.161.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Feb 2012 14:05:40 +0000 Received: by ggnf1 with SMTP id f1so1486119ggn.0 for ; Thu, 16 Feb 2012 06:05:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.9.106 with SMTP id 70mr3056979yhs.118.1329401139435; Thu, 16 Feb 2012 06:05:39 -0800 (PST) Received: by 10.146.162.18 with HTTP; Thu, 16 Feb 2012 06:05:39 -0800 (PST) Date: Thu, 16 Feb 2012 14:05:00 -0000 Message-ID: Subject: GDB-7.3 load error From: naga raj To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00052.txt.bz2 Hi All, I am a newbie to GDB. I am using GDB-7.3 version to debug my target. I am facing a strange problem and don't know how to solve it. GDB is working fine when I use it with command line but when I use the same with eclipse for debugging it is throwing a error "Unexpected error while launching program: Error downloading program to target: Target is not responding (timed out)" I have enabled verbose mode and found GDB was failing when it is executing load command. 126-target-download hello_world_0/Debug/hello_world_0.elf 126+download,{section=".vectors.reset",section-size="8",total-size="102764"} 127-gdb-exit My configure script to build GDB is as below $GDB_SRC_DIR/configure \ --target=$TARGET \ --prefix=$RELDIR \ --program-prefix=$PROG_PREFIX \ > $BLDDIR/log/gdb-config.log 2>&1 To resolve this error should I have to add any more configure more options?? Can anyone please help me in solving the issue. Due to some reasons I cannot tell the target name. Thanks, Nagaraju