Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Debugger "can't find a source file"

Hello,

I use Eclipse SDK 3.4 + CDT 5.0.2 + MinGW/MSYS with gfortran, on Windows XP. I have no problem compiling and running my Fortran project (Executable GNU Fortran, GCC Toolchain), but I can't debug it... In the Debug Configuration, I select the "gdb Debugger", but I always get the message:

Can't find a source file at "../../../gcc-trunk/libgfortran/fmain.c"
Locate the file or edit the source lookup path to include its location.

As I stated, I use MinGW, and I installed gdb for MinGW (mingw-gdb) available here: http://www.mingw.org/wiki/Getting_Started

Does anyone have an idea?

Thanks

Bruno


Back to the top