Search code examples
windowscmakecygwineclipse-cdt

How to Debug Eclipse's "CMake Compilation DB" Provider


Above Provider is throwing following error: "A Problem has occured - Parsing compilation database of project ExampleProject"

Is there a way to see get an exact error?

Edit: Error log can be shown by going to "Window -> Show View -> Other -> General -> Error Log"

But the log isn't helpful at all, see attached screenshot enter image description here


Solution

  • Somehow i managed to run cmake from MinGW instead of the cygwin one which resulted in the errors above ("Build Tool Kits"). The overwrite points now to the cygwin version -> fixed