Source insight 提示: it is not currently available for write access


点击阅读原文

 

使用sourceinsight编辑linux内核文件后不能保存,并且弹出窗口揭示:
Error: "Z:\linux\kernel\kernel-2.6.13\scripts\kconfig\zconf.tab.c" is busy.
It is not currently available for the writen access.
类似信息。
其实并不是待保存的文件is busy,而是在windows下使用sourceinsight的你没有权限去对文件进行写操作。

解决方法:
使用chmod命令修改文件的操作权限。命令如下:
chmod -R a=rwx /***/kernel-2.6.13/
/***/kernel-2.6.13/表示要修改文件所在的目录,因人不同的。
还有,当使用TFTP Server下载uImage到SDRAM时出现“File does not exit”信息,在其他的设置都正确时,很有可能也是uImage的操作权限受到限制了,解决方法同上。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM