Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Warnings: file not found
@ 2007-01-23 14:29 crtjer46
  2007-01-23 14:33 ` Markus Deuling
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: crtjer46 @ 2007-01-23 14:29 UTC (permalink / raw)
  To: gdb


I can't seem to find this on the forum. I'm getting this warning in gdb:

Warning: /Projects/net/tools/stripelines;C: No such file or directory

Also I have said the source lookup path towards the source code this didn't
fix it, however.
I was wondering if anyone knows what it would be? Sorry if this is a repeat.

-- 
View this message in context: http://www.nabble.com/Warnings%3A-file-not-found-tf3064432.html#a8522634
Sent from the gdb - General mailing list archive at Nabble.com.


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

* Re: Warnings: file not found
  2007-01-23 14:29 Warnings: file not found crtjer46
@ 2007-01-23 14:33 ` Markus Deuling
  2007-01-23 21:42 ` Eli Zaretskii
  2007-01-23 22:15 ` crtjer46
  2 siblings, 0 replies; 5+ messages in thread
From: Markus Deuling @ 2007-01-23 14:33 UTC (permalink / raw)
  To: crtjer46; +Cc: gdb

Hi,

crtjer46 schrieb:
> I can't seem to find this on the forum. I'm getting this warning in gdb:
> 
> Warning: /Projects/net/tools/stripelines;C:  No such file or directory
> 
> Also I have said the source lookup path towards the source code this didn't
> fix it, however.
> I was wondering if anyone knows what it would be? Sorry if this is a repeat.
> 

I guess you want to set a breakpoint in a source file or similar thing ?

I guess its a typo:
stripelines;C:  <- there is a ';' Maybe it should be stripelines.C ?!?


If not, please tell what exactly you are doing when it occurs.


Regards,
Markus

-- 
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com 


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

* Re: Warnings: file not found
  2007-01-23 14:29 Warnings: file not found crtjer46
  2007-01-23 14:33 ` Markus Deuling
@ 2007-01-23 21:42 ` Eli Zaretskii
  2007-01-23 22:15 ` crtjer46
  2 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2007-01-23 21:42 UTC (permalink / raw)
  To: crtjer46; +Cc: gdb

> Date: Tue, 23 Jan 2007 06:29:40 -0800 (PST)
> From: crtjer46 <jkalinowski@microwavedata.com>
> 
> I can't seem to find this on the forum. I'm getting this warning in gdb:
> 
> Warning: /Projects/net/tools/stripelines;C: No such file or directory

This is on Windows, right?  It sounds like your GDB expects
Posix-style paths delimited by colons `:', but what it sees is
Windows-style paths that include drive letters and are delimited by
semicolons `;'.  Did you perhaps mix Cygwin GDB and non-Cygwin program
or something?

If the above does not help, please provide the details: the version of
your GDB, where did you get it, how did you compile the program you
are trying to debug, and what GDB command produces the above warning.
The more details you provide, the more accurate and efficient will be
our help.

> 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.


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

* Re: Warnings: file not found
  2007-01-23 14:29 Warnings: file not found crtjer46
  2007-01-23 14:33 ` Markus Deuling
  2007-01-23 21:42 ` Eli Zaretskii
@ 2007-01-23 22:15 ` crtjer46
  2 siblings, 0 replies; 5+ messages in thread
From: crtjer46 @ 2007-01-23 22:15 UTC (permalink / raw)
  To: gdb


Here is a little bit more information. I'm running gcc 3.4.5 (mingw special)
and gdb 6.3 "i686-pc-mingw32". I'm running  it in Eclipse. My source path is
set to where that file would be located locally. My gcc is patched with
MSYS. MSYS is used because it can handle larger projects than gcc. The
command is uses is "gdb" to start the gdb console and then "run" followed by
the program name in that specified location. After that is where the get the
warning that was mentioned in my first post.

-- 
View this message in context: http://www.nabble.com/Warnings%3A-file-not-found-tf3064432.html#a8550716
Sent from the gdb - General mailing list archive at Nabble.com.


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

* Re: Warnings: file not found
       [not found] <76C7EB7C8500594F9001B118E7E778F40BE40072@mdsms3.inside.mdsroc.com>
@ 2007-01-23 22:05 ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2007-01-23 22:05 UTC (permalink / raw)
  To: Kalinowski, Jeremy; +Cc: gdb


[Please don't take the discussion off the list.]

> From: "Kalinowski, Jeremy" <JKalinowski@microwavedata.com>
> 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.


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

end of thread, other threads:[~2007-01-23 22:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-23 14:29 Warnings: file not found crtjer46
2007-01-23 14:33 ` Markus Deuling
2007-01-23 21:42 ` Eli Zaretskii
2007-01-23 22:15 ` crtjer46
     [not found] <76C7EB7C8500594F9001B118E7E778F40BE40072@mdsms3.inside.mdsroc.com>
2007-01-23 22:05 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox