Eclipse CDT Invalid Project Path

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

    Here I just found another way to re-detect the path automatically:

    1. Open "Workspace Settings-> C/C++ -> Build -> Settings -> Discovery"
    2. Find "CDT Build-in Compiler Settings [Shard]"
    3. Click "Clear Entries" and "Reset" button on the right
    4. Rebuild projects and Done

    Hope this will help.

    Reference: http://qing.blog.sina.com.cn/1802712302/6b7334ee33004def.html

提交回复
热议问题