Eclipse indexing not working

前端 未结 13 2401
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-07 02:20

I am using CDT in Eclipse 3.5.2 Galileo in Ubuntu.

My eclipse\'s indexer doesn\'t work at times. By that I mean when I ctrl click a function it says

13条回答
  •  长情又很酷
    2021-02-07 03:12

    Convert a project to C or C++ nature:

    Right click on project: New >  Convert to C/C++ Project

    In "Convert to C or C++": Choose C/C++ Project

    In "Project options": Check "Specify Project Type"

    ...Project Type: Choose "Makefile project"

    ...Toolchains: Gross GCC

提交回复
热议问题