From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5232 invoked by alias); 6 Feb 2003 10:45:33 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 5098 invoked from network); 6 Feb 2003 10:45:32 -0000 Received: from unknown (HELO hotmail.com) (64.4.17.26) by 172.16.49.205 with SMTP; 6 Feb 2003 10:45:32 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 6 Feb 2003 02:45:25 -0800 Received: from 128.97.93.134 by lw11fd.law11.hotmail.msn.com with HTTP; Thu, 06 Feb 2003 10:45:24 GMT X-Originating-IP: [128.97.93.134] From: "David Jea" To: gdb@sources.redhat.com, cygwin@cygwin.com Bcc: Subject: can't run arm-elf-gdb in Cygwin Date: Thu, 06 Feb 2003 10:45:00 -0000 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_6c1b_13cf_7405" Message-ID: X-OriginalArrivalTime: 06 Feb 2003 10:45:25.0351 (UTC) FILETIME=[DB25DF70:01C2CDCC] X-SW-Source: 2003-02/txt/msg00407.txt.bz2 ------=_NextPart_000_6c1b_13cf_7405 Content-Type: text/plain; format=flowed Content-length: 1178 Hi, I try to run arm-elf-gdb on Cygwin/WindowsXP, so I can connect evaluation board (ATMEL EB40) through a serial link. However, I met an error while launching gdb: GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-pc-cygwin --target=arm-elf".Segmentation fault (core dumped) (p.s. attachment is the dump file) I tried several version of gdb include gdb-5.0, gdb-5.2.1, gdb-5.3. But the result are all the same. Other GNU tools version (those I rebuilded for ARM): binutils-2.11.2 gcc-2.95.3 newlib-1.9.0 I also used insight try to debug "arm-elf-gdb", the error seems generated from Line 934 of utils.c Would you please help me with this problem, thank you. David Jea _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail ------=_NextPart_000_6c1b_13cf_7405 Content-Type: text/plain; name="arm-elf-gdb.exe.stackdump"; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="arm-elf-gdb.exe.stackdump" Content-length: 320 Exception: STATUS_ACCESS_VIOLATION at eip=00000000 eax=6107DC0E ebx=00000001 ecx=00000000 edx=00000000 esi=0A0562A8 edi=0022FAA0 ebp=0022E578 esp=0022E55C program=C:\cygwin\home\dcjea\install\bin\arm-elf-gdb.exe cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023 Stack trace: Frame Function Args End of stack trace ------=_NextPart_000_6c1b_13cf_7405 Content-Type: text/plain; charset=us-ascii Content-length: 214 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------=_NextPart_000_6c1b_13cf_7405--