From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26104 invoked by alias); 23 Jan 2007 22:05:51 -0000 Received: (qmail 26095 invoked by uid 22791); 23 Jan 2007 22:05:51 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 23 Jan 2007 22:05:45 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-5-206.inter.net.il [84.228.5.206]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FWC12645 (AUTH halo1); Wed, 24 Jan 2007 00:05:35 +0200 (IST) Date: Tue, 23 Jan 2007 22:05:00 -0000 Message-Id: From: Eli Zaretskii To: "Kalinowski, Jeremy" Cc: gdb@sources.redhat.com In-reply-to: <76C7EB7C8500594F9001B118E7E778F40BE40072@mdsms3.inside.mdsroc.com> (JKalinowski@microwavedata.com) Subject: Re: Warnings: file not found Reply-to: Eli Zaretskii References: <76C7EB7C8500594F9001B118E7E778F40BE40072@mdsms3.inside.mdsroc.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00299.txt.bz2 [Please don't take the discussion off the list.] > From: "Kalinowski, Jeremy" > Date: Tue, 23 Jan 2007 16:46:08 -0500 > > Yes this is on windows. I'm using gcc version 3.4.5 (mingw special) with gdb > 6.3 "i686-pc-ming32". I had also patched the with MSYS. I'm running GDB > through eclipse so the command is just gdb I believe. It's just the start > up. And the file names you see in the warning message: > > Warning: /Projects/net/tools/stripelines;C: No such file or directory are they from your value of Path, by any chance? It's hard to know exactly what's wrong, but I'm guessing that it's some incompatibility between Eclipse, GDB, and MSYS. Sorry I cannot be more specific. What do you use MSYS for? can you do without it? > > Also I have said the source lookup path towards the source code this didn't > > fix it, however. > > Again, please show us the exact command you used to do this. Yes, please show the command. If Eclipse has a way of showing the commands it sends to GDB, please use that feature and tell us what commands are sent.