Eclipse CDT Invalid Project Path

后端 未结 9 2244
旧巷少年郎
旧巷少年郎 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:38

    You should check if you have manually defined a symbol that eclipse can figure out from your makefile. I have a project that has a manually written makefile and the problem was solved by removing symbols that I had manually added to C/C++ General -> Paths and Symbols -> Symbols.

提交回复
热议问题