Re: Connecting to a Remote Target with GDB

2005-08-11 Thread Corinna Vinschen
On Aug 11 09:54, Michael LUITAUD wrote: > Corinna Vinschen wrote: > > >On Aug 10 09:28, Michael LUITAUD wrote: > > > > > >>When I want to connect GDB to a remote target, I get the error : > >> > >> > > > >What's the exact command you're using, something as > > > > (gdb) target remote com1 > >

Re: Connecting to a Remote Target with GDB

2005-08-11 Thread Michael LUITAUD
Corinna Vinschen wrote: On Aug 10 09:28, Michael LUITAUD wrote: When I want to connect GDB to a remote target, I get the error : What's the exact command you're using, something as (gdb) target remote com1 perhaps? This won't work anymore in recent Cygwin versions. Try (gdb) ta

Re: Connecting to a Remote Target with GDB

2005-08-10 Thread Corinna Vinschen
On Aug 10 09:28, Michael LUITAUD wrote: > When I want to connect GDB to a remote target, I get the error : What's the exact command you're using, something as (gdb) target remote com1 perhaps? This won't work anymore in recent Cygwin versions. Try (gdb) target remote /dev/ttyS0 or (g

Connecting to a Remote Target with GDB

2005-08-10 Thread Michael LUITAUD
When I want to connect GDB to a remote target, I get the error : "putpkt(read): Resource temporarily unavailable" For some reasons I'm using the 1.5.18 version of cigwin1.dll but I know that this error doesn't occurs if I use the 1.5.11 version of cigwin1.dll. My interpretation is that there is a