我无法启动cscope.I。我得到了以下错误,
[naveen@hello]$ cscope -d
cscope: Could not create private temp dir /tmp/cscope.9344我在与cscope相关的同一个文件夹中有以下文件。
[naveen@hello]$ls
:
cscope.files
cscope.in.out
cscope.out
cscope.po.out
tags
:有什么解决办法吗?
发布于 2015-09-22 07:48:54
检查以下
/tmp/上有足够的免费存储空间cscope的用户拥有对/tmp/的写权限。TMPDIR设置值(例如TMPDIR=/var/tmp ),尝试更改临时目录位置手册页cscope是这里
发布于 2016-08-19 04:04:16
检查以下内容,
$ sudo cscope -d
https://stackoverflow.com/questions/32710023
复制相似问题