This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSv4 indexer

I have external source project imported into CCSv4 through command line (linked resources and STD make project). It does not look like indexer is working. There are partial tool tips but go to definition or declaration menus do not work. It looks like indexer is only capable of working through the current file. Project option for C/C++ indexer is set to full and slow.  Does anyone have suggestions on how to make CDT indexer work 100% in CCSv4?

Thanks,

Eugene

  • Hi Eugene,

    The indexer would apply to managed make projects (like the standard CCS project). It does not apply to standard make projects.

    ki

  • Ki,

    It's my recollection that indexer worked for STD make projects in Galileo given that all settings are right. Is it an improvement going from your base Eclipse version of CCSv4 to Galileo? Do you know?

    Another interesting observation is why would it work within currently open file? From what you are saying it should not work at all. Outline parser works. It is really strange partial not working behavior.

    Thanks,

    Eugene

  • Ki,

    It is actually working for STD make projects. I was missing include search path in project settings.

    Thanks,

    Eugene