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.
Re: Warnings: file not found
2007-01-23 08:33:26
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
deulingde.ibm.com
Re: Warnings: file not found
2007-01-23 16:15:40
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.