From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15618 invoked by alias); 4 Dec 2003 05:34:49 -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 15600 invoked from network); 4 Dec 2003 05:34:48 -0000 Received: from unknown (HELO mail.cruzio.com) (63.249.95.37) by sources.redhat.com with SMTP; 4 Dec 2003 05:34:48 -0000 Received: from pewty (sa-63-249-98-61.cruzio.com [63.249.98.61]) by mail.cruzio.com with SMTP id hB44BEe3086335 for ; Wed, 3 Dec 2003 20:11:24 -0800 (PST) From: "Tom Kazakoff" To: Subject: gdb error Date: Thu, 04 Dec 2003 05:34:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-SW-Source: 2003-12/txt/msg00076.txt.bz2 I have built gdb as a i586-pc-cygwin x m68k-coff-bdm debugger. When I type: target at the gdb> prompt, one of the options is cpu32bug, which is the debugger my board runs at startup, and that I can talk to via HyperTerminal. The gdb is running under a cygwin bash shell on NT, service pack 6a. I type; target cpu32bug COM1 I then get 4 errors that are; get_tty_state failed: Not a typewriter get_tty_state failed: Not a typewriter get_tty_state failed: Not a typewriter get_tty_state failed: Not a typewriter Sometimes I just get one error which is: Not a typewriter and sometimes the system crashes, with a segmentation error. I have used the set remotebaud 9600 set serial 1 commands prior to issuing the target cmd. I cannot find any meaningful information in the documentation about this. Do you have any idea what this error means and how to fix it ???????? Tom Kazakoff