From: rahul p. <rah...@gm...> - 2011-08-31 09:54:40
|
2011/8/31 Hans-Bernhard Bröker <HBB...@t-...> > On 30.08.2011 15:58, rahul patil wrote: > > I could edit, list files in linux but when I use command "$cscope -Rb" to >> build the cscope.out it gives error "cscope: no source files found" >> > > That's a little short on details. Does it work if you build the database > with explicitly specified files? What mode did you mount those file in? > Are there symbolic links involved in finding them? > > I have read and write permission for all the files in the mount. I have mounted share using mount.cifs. I used following command to add files explicitly $cscope -Rb `find -name \*.c` but it is giving error that "cscope: cannot find file unittests/internal/sgx_subtwiddling_test/sgx_subtwiddling_test.c" (similar error for all the files in the source code). > Is it known bug that cscope doesnt work with the database on the remote >> share? >> > > No. > > -- Regards, Rahul Patil |