Any advice?
Thanks,
Jai
Hi all,
Somewhat of a basic CEDET question here. I have a root folder called "mware", and within mware, there are several projects and codes which are related. for example, ATL, gen_thread, evpath.. etc. Some of them have dependencies (like evpath requires the previous two).
How do I "build a database" in semantic, or something, that will have information for all of the associated projects, so that when I come across a struct or function, I can do
semantic-ia-fast-jump
and it will bring me to the appropriate definition.
Maybe I have to do this via csopes? but it seems that cscopes just shows you where things are defined, whereas semantic will let you jump.
Any ideas on how I can do this, preferably something wtih my .emacs file so I don't have to do it each time?
Thanks so much!
Jai