From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3691 invoked by alias); 18 Mar 2005 11:03:59 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2501 invoked from network); 18 Mar 2005 11:02:43 -0000 Received: from unknown (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org with SMTP; 18 Mar 2005 11:02:43 -0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DCFDU-0005UF-EB for gdb@sources.redhat.com; Fri, 18 Mar 2005 12:00:33 +0100 Received: from 130.225.245.182 ([130.225.245.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Mar 2005 12:00:32 +0100 Received: from fedevaps by 130.225.245.182 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Mar 2005 12:00:32 +0100 To: gdb@sources.redhat.com From: "JS" Subject: Can't debug Date: Fri, 18 Mar 2005 11:03:00 -0000 Message-ID: X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 130.225.245.182 X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner-SpamScore: s X-MailScanner-From: gdb-gdb@m.gmane.org X-MailScanner-To: gdb@sources.redhat.com X-SW-Source: 2005-03/txt/msg00181.txt.bz2 I have installed Cygwin (gcc, gdb, make etc.) on WinXP. I have then compiled a piece of C code with Cygwin gcc in Dev-C++ (test.exe). Then I opened a commando promt and typed("div" is the directory where my test.exe file is located): h:\div>gdb test But then I get this error: ...test: No such file or directory. I have also tried: h:\div>gdb test.exe but that gives the same error. Hope someone can help. JS