| [news.eclipse.tools.cdt] Re: OK, I give - how do I make indexing work? |
Yes, a document is desperately needed. Dealing with large legacy projects is definitely a challenge that we have. I have been able to get things to work with the Mozilla source code using the scanner discovery. It has around 16000 files.
It sounds like you are doing the right things with telling the CDT about the paths. Did you try per file scanner discovery. I seem to have better results with that. Also, the scanner discovery works by parsing the build output. If your makefile hides the commands (such as the Linux kernel 2.6 does) it won't work.
Hope this helps, Doug
The current approach just doesn't cut it for real projects.