GNU debugger; eclipse throws error message
I spent almost an hour looking for something specific related to gdb
debugger installed inside Cygwin. have seen many people facing the same
problem but not any useful answer to that. I need to use gcc debugger
inside my c/c++ enabled eclipse. every time I'm trying to launch the
debugger I'm getting an error that gdb --version can't be determined. I
went deep through performing some checkups, I get this:
$ gdb --version /usr/bin/gdb.exe: error while loading shared libraries:
cygexpat-1.dll: cannot open shared >object file: No such file or directory
pulling up Cygwin command prompt, I get this as a result:
cygchec gdb cygcheck: track_down: could not find cygexpat-1.dll
I know there has to be a way to make the GNU debugger work in eclipse,
help me out.
No comments:
Post a Comment