Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <42FB0428.40703@st.com> Date: Thu, 11 Aug 2005 09:54:16 +0200 From: Michael LUITAUD User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Connecting to a Remote Target with GDB References: <42F9ACAD DOT 7040402 AT st DOT com> <20050810081609 DOT GP14783 AT calimero DOT vinschen DOT de> In-Reply-To: <20050810081609.GP14783@calimero.vinschen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 2.2.3 X-IsSubscribed: yes 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) target remote /dev/ttyS0 > >or > > (gdb) target remote /dev/com1 > > >Corinna > > > I use the command (gdb) target remote localhost:2331 to connect to the multi-ice-gdb-server and the error is returned in the multi-ice-gdb-server window. Can it be due to a multi-ice-gdb-server incopatibility with new Cygwin? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/