I need a extra script to generate "cscope.files", then generate cscope database.
find . -name "*.cpp" -o -name "*.[ch]" > cscope.files
cscope -b -q
On linux, there is no such problems.
And I also install "UnxUtils.zip" from here, it provides basic gnu tools for win32.