I am using cscope -b -R command from AOSP root directory to build its database. I kept cscope running for more than 9 hours but its database is not created. There is no cscope.out file there. Is it stuck somewhere ?
How to build cscope database for AOSP source?
337 views Asked by K_peanutButter At
1
Check this blog post : https://nativeguru.wordpress.com/2015/02/10/aosp-code-navigation-with-cscope/
You can first create the
cscope.filesfile that contains all the file paths that contain the code you want to navigate, then usecscopecommand as below.