From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32753 invoked by alias); 29 May 2013 16:29:49 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 32713 invoked by uid 89); 29 May 2013 16:29:48 -0000 X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.1 Received: from tetra.codeconfidence.com (HELO tetra.codeconfidence.com) (94.229.66.225) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 29 May 2013 16:29:47 +0000 Received: from cog.dallaway.org.uk (cpc1-cmbg10-0-0-cust34.5-4.cable.virginmedia.com [81.102.132.35]) by tetra.codeconfidence.com (Postfix) with ESMTP id 8E648234C0A1; Wed, 29 May 2013 17:29:44 +0100 (BST) Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id r4TGThSW030005; Wed, 29 May 2013 17:29:44 +0100 Message-ID: <51A62CF7.5020503@dallaway.org.uk> Date: Wed, 29 May 2013 16:29:00 -0000 From: John Dallaway User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20121120 Thunderbird/10.0.11 MIME-Version: 1.0 To: Fabian.Buehler@ametek.com CC: eCos Discussion References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [ECOS] Re: arm-eabi-gdb crashes X-SW-Source: 2013-05/txt/msg00053.txt.bz2 Hi Fabian On 29/05/13 15:44, Buehler, Fabian wrote: > I tried to use the gdb which is part of the eCos installation within > cygwin. So it should be obvious that I'm using Windows (XP). If I > tried to execute the gdb by calling it inside the command line or the > cygwin shell it crashes with the following message: > > $ arm-eabi-gdb > /opt/ecos/gnutools/arm-eabi/bin/arm-eabi-gdb.exe: error while loading > shared libraries: cygncurses-8.dll: cannot open shared object file: > No such file or directory > > So does anybody have an idea about that issue? The missing DLL is provided by the "libncurses8" Cygwin package. This is normally installed as a dependency of one of the other Cygwin packages required for eCos development. Regardless, you should be able to add the package to your existing Cygwin installation using the Cygwin setup tool. > Anyway I want to ask if there is a newer gnu toolchain than the one > provided with the ecos3.0 installation! There is a more recent test release of the eCos arm-eabi GNU tools. Ref: http://ecos.sourceware.org/ml/ecos-discuss/2012-06/msg00047.html I hope this helps... John Dallaway eCos maintainer http://www.dallaway.org.uk/john -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss