This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS5.5 安装失败,求解决,谢谢。

Other Parts Discussed in Thread: CCSTUDIO

CCS: ccs_setup_5.5.0.00077

操作系统:WIN7 64位

安装成功完成,但是打开的时候弹出对话框:

求解决办法。

PS :安装的时候总是弹出下面的对话框,不晓得和后面的失败有没有关系。

  • 自己回一个。

    今天尝试了下装CCS5.3.

    开始的时候倒是没有提示Pending reboot的提示,但是安装到10%左右就停止不动了。

    估计还是Pending在某个地方了,只是开始时没有报警。

    在网上找过其他人的帖子,比如注册表的问题,这个项目也已经被我删除掉了:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations

    之前还尝试过装CCS6,那个会在下载一个什么文件的时候提示失败,现象貌似和现状CCS5不一样。

  • 百度了下”locking is not possible in the directory“,给出来一种办法是在F:\TI\ccsv5\eclipse\eclipse.ini中的末尾添加引号中的语句:

    “-Dosgi.configuration.area=@user.home/.eclipse”

    试过之后,问题还是没有解决。

  • 问题解决了。

    在..:\TI\ccsv5\eclipse\ccstudio.ini文件的最后一行,

    加入了一句

    -Dosgi.locking=none

    搞定!折腾了五六个小时。