Eclipse CDT Invalid Project Path

后端 未结 9 2251
旧巷少年郎
旧巷少年郎 2020-12-04 23:53

I have a C project that is built using a makefile, Eclipse constantly warns about \"Invalid project path: Duplicate path entries\", but I cannot figure out what the hell it

9条回答
  •  孤城傲影
    2020-12-05 00:29

    I found this bug report to help my problem. I had moved some include paths and couldn't get rid of the old paths.

    I've seen this problem too, old paths are never deleted. To manually fix the file you need to move/delete the ${projectname}.sc file found under ${workspace}/.metadata/.plugins/org.eclipse.cdt.make.core

    https://bugs.eclipse.org/bugs/show_bug.cgi?id=206372

提交回复
热议问题