public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] arm-eabi-gdb crashes
@ 2013-05-29 14:43 Buehler, Fabian
  2013-05-29 15:02 ` [ECOS] " Felix R
  2013-05-29 16:29 ` John Dallaway
  0 siblings, 2 replies; 4+ messages in thread
From: Buehler, Fabian @ 2013-05-29 14:43 UTC (permalink / raw)
  To: 'ecos-discuss@ecos.sourceware.org'

Hi,
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?

Anyway I want to ask if there is a newer gnu toolchain than the one provided with the ecos3.0 installation!


Kind Regards
Fabian Buehler


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS] Re: arm-eabi-gdb crashes
  2013-05-29 14:43 [ECOS] arm-eabi-gdb crashes Buehler, Fabian
@ 2013-05-29 15:02 ` Felix R
  2013-05-29 16:29 ` John Dallaway
  1 sibling, 0 replies; 4+ messages in thread
From: Felix R @ 2013-05-29 15:02 UTC (permalink / raw)
  To: ecos-discuss

Have you installed the gdb-package for cygwin?

Of course you can use newer toolchains. Look if your microcontrollers
producer offers a newer version.



--
View this message in context: http://sourceware-org.1504.n7.nabble.com/arm-eabi-gdb-crashes-tp233562p233566.html
Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com.

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS] Re: arm-eabi-gdb crashes
  2013-05-29 14:43 [ECOS] arm-eabi-gdb crashes Buehler, Fabian
  2013-05-29 15:02 ` [ECOS] " Felix R
@ 2013-05-29 16:29 ` John Dallaway
  2013-06-04  7:19   ` [ECOS] " Buehler, Fabian
  1 sibling, 1 reply; 4+ messages in thread
From: John Dallaway @ 2013-05-29 16:29 UTC (permalink / raw)
  To: Fabian.Buehler; +Cc: eCos Discussion

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS] RE: arm-eabi-gdb crashes
  2013-05-29 16:29 ` John Dallaway
@ 2013-06-04  7:19   ` Buehler, Fabian
  0 siblings, 0 replies; 4+ messages in thread
From: Buehler, Fabian @ 2013-06-04  7:19 UTC (permalink / raw)
  To: 'John Dallaway'; +Cc: eCos Discussion

Hi John
Thanks for the information! Now the gdb is running!

Regards
Fabian Buehler


-----Original Message-----
From: John Dallaway [mailto:john@dallaway.org.uk]
Sent: Wednesday, May 29, 2013 6:30 PM
To: Buehler, Fabian
Cc: eCos Discussion
Subject: Re: arm-eabi-gdb crashes

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-04  7:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-29 14:43 [ECOS] arm-eabi-gdb crashes Buehler, Fabian
2013-05-29 15:02 ` [ECOS] " Felix R
2013-05-29 16:29 ` John Dallaway
2013-06-04  7:19   ` [ECOS] " Buehler, Fabian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).