From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1447 invoked by alias); 23 Feb 2002 22:22:25 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 1356 invoked from network); 23 Feb 2002 22:22:22 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 23 Feb 2002 22:22:22 -0000 Received: from makita.cygnus.com (makita.cygnus.com [205.180.230.78]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA01956; Sat, 23 Feb 2002 14:22:20 -0800 (PST) Received: from localhost (keiths@localhost) by makita.cygnus.com (8.8.8+Sun/8.6.4) with ESMTP id OAA16992; Sat, 23 Feb 2002 14:22:19 -0800 (PST) X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Sat, 23 Feb 2002 14:22:00 -0000 From: Keith Seitz X-X-Sender: To: Charles-Henri Balet cc: Subject: Re: GDB error for angel on ARM oki board In-Reply-To: <001101c1eb07$ed01ef70$0401a8c0@CHARLESHENRI> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q1/txt/msg00152.txt.bz2 See my previous response on this thread. We need to ascertain whether this is a backend problem or a gui problem. Once we know that, we should be able to find out what is wrong. On Tue, 23 Apr 2002, Charles-Henri Balet wrote: > I have compiled the GDB 5.1.1 and place the command : "target rdi com1", no > effect, when I press the > reset switch on the oki board an error message appear : "Unexpected read on > channel 4, length 192" Are you setting the baudrate? (set remotebaud XXXX) If you are using either the command line or the console window to attach, you MUST set this before attempting to attach. > this message appear on each press on the reset switch, any has an idea ? Doesn't ring any bells. > Another question, how can I find the "DEBUG" define in the GDB source code > for see more message on > the run of this arm-elf-gdb, I have see on the source code of the rdi > process that if DEBUG is defined, few > message appear for follow the problem, can you give me the source file where > this DEBUG is defined ! Probably add "-DDEBUG" to CFLAGS in rdi-share directory? Keith