From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16664 invoked by alias); 28 Oct 2004 10:56:06 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16650 invoked from network); 28 Oct 2004 10:56:04 -0000 Received: from unknown (HELO smtp802.mail.ukl.yahoo.com) (217.12.12.139) by sourceware.org with SMTP; 28 Oct 2004 10:56:04 -0000 Received: from unknown (HELO shuttle) (gdb@sources.redhat.com@81.155.128.77 with poptime) by smtp802.mail.ukl.yahoo.com with SMTP; 28 Oct 2004 10:56:03 -0000 Date: Fri, 29 Oct 2004 15:23:00 -0000 From: Dave Cleal Reply-To: Dave Cleal Message-ID: <1596379650.20041028115650@cleal.com> To: gdb@sources.redhat.com Subject: Re: Can't talk to Angel debug monitor from arm-elf-gdb In-Reply-To: <1979656656.20041022154729@cleal.com> References: <1979656656.20041022154729@cleal.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00421.txt.bz2 (talking to myself) Eventually got around this by re-flashing to replace Angel with the Redboot monitor. arm-elf-gdb talks to that just fine as a remote target. I do have a remaining problem with my toolchain, which is that ideally, I'd like to develop in Eclipse. Eclipse won't interact nicely with arm-elf-gdb running a remote target. I'm not sure whether this is Eclipse sending the wrong commands, or arm-elf-gdb responding weirdly. Just before I start messing with Eclipse, has anyone got experience of this kind of set up (eclipse -> arm-elf-gdb -> remote target)? - Dave > Hi, > I've got an ATMEL EB40A ARM evaluation board that has ARM Angel 1.04 > running in the flash, and I can talk to this fine from the > ARM-supplied AXD debugger. But I can't talk to it from arm-elf-gdb (I > have v.6.1, compiled by macgraigor.com) which is running under cygwin > on Windows 2000. arm-elf-gdb works just fine with the simulator > target. > I start up arm-elf-gdb, then do > set remotebaud 9600 > target rdi com1 > The second command just hangs, I can see LEDs flashing to indicate > that data is passing back and forth, but no response in gdb. > Any ideas? > - Dave