Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
かなり大きな cscope.out データベース (2GB 以上) と 1GB 以上の転置インデックスがあり、コマンドを発行すると:cscope add "path to database"、次のエラーが発生します。
:cscope add "path to database"
E563: stat("path to database") error: 75
ソース コードを見ると、errno が返されているようです。75 は、定義されたデータ型に対して値が大きすぎることを意味します。
データベースをロードするにはどうすればよいですか?