CCTree icon indicating copy to clipboard operation
CCTree copied to clipboard

Fail to load DB of GCC source

Open vivanishin opened this issue 8 years ago • 1 comments

I am trying to build/load database for the gcc source code. The error manifests in both cases:

  • trying to load a cscope DB ( :CCTreeLoadDB [./cscope.out])
  • trying to load a ccglue DB (:CCTreeLoadXRefDB ./ccglue.out)
Error detected while processing function 367..345..346..253..254..255..279..280:
line    3:
E119: Not enough arguments for function: 289
E15: Invalid expression: s:CCTreeSym.mCreate("")
Error detected while processing function 367..345:
line    6:
E171: Missing :endif

vivanishin avatar Aug 09 '16 12:08 vivanishin

There is an empty symbol "" in the cscope db file. Are you using the standard cscope distribution?

hari-rangarajan avatar Apr 01 '17 16:04 hari-rangarajan