当前位置: 首页 > 工具软件 > OpenProject > 使用案例 >

matlab you may not have write permission,Error: Can't open project -- you do not have permission to ...

裴承安
2023-12-01

Solution

You may get this error when you open a project in the Nios® II IDE.

The problem is that the write protection bits to several files and directories has been set.

You can check this by pointing to your project directory (Example: C:\Projects) and right-clicking on your mouse button over the bar where Name, Size, Type and Date Modified columns are shown. Select the Attributes field. If an 'R' is shown for any of the files or directories in your project directory, then you have this problem.

To solve this:

1. Open a command shell (Start menu -> Run... -> Enter cmd and press OK).

2. Change to the project directory, i.e. cd and press Enter.

3. Run the one of the following commands:

attrib -R /S /D *

or

attrib -R /S /D .

即在当前文件夹下,把附件中fix.bat(解压后)放在当前目录下,运行即可。运行完毕后自动消失才可以。

 类似资料:

相关阅读

相关文章

相关问答