I use make cscope in Linux kernel to generate the cscope.out, and in vim I can use ctrl-] to jump among function defines. But if I use :tselect
to display all function defines, vim report
E433: No tags file
E426: tag not found:
and also when I use :tnext
to get to the last tag, it will report the same error.
I use linux mint 13 64bit, vim and cscope are all installed by apt from offical repository.