tags:

views:

17

answers:

0

The following command works fine:

   $>cscope -b -R

However, the option for inverted index does not work:

$>cscope -b -q -k -R
Input file specified two times.

cscope: cannot create inverted index; ignoring -q option
cscope: removed files ncscope.in.out and ncscope.po.out

I googled this one and found some hits. But could not find any answers or solutions. Any insights are greatly appreciated.