MCUXpresso IDE always stucked when launching

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MCUXpresso IDE always stucked when launching

跳至解决方案
886 次查看
Tomoki_Kimura
NXP Employee
NXP Employee

I am not sure here is right place to announce, but I think this is valuable to announce publicly.

Sometimes I fall into a situation that MCUXpresso IDE always stucked and "Not Responding" is displayed no matter how many times I try to launch it.

I can do nothing but kill the process.

I found that deleting "workspace\.metadata\.plugins\org.eclipse.e4.workbench\workbench.xmi" solves the problem though it will reset workbench.

I think this is a bug of Eclipse??

0 项奖励
回复
1 解答
881 次查看
ErichStyger
Specialist I

I think it is the same issue as I have documented here:

https://mcuoneclipse.com/2017/10/02/how-to-fix-an-eclipse-workspace-that-does-not-open-any-more/

Probably you have a view with a problem open in your perspective causing it.

You could try to identify the culprit if you close some views?

I hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
回复
3 回复数
873 次查看
ErichStyger
Specialist I

Thank you, @Tomoki_Kimura :-).

0 项奖励
回复
882 次查看
ErichStyger
Specialist I

I think it is the same issue as I have documented here:

https://mcuoneclipse.com/2017/10/02/how-to-fix-an-eclipse-workspace-that-does-not-open-any-more/

Probably you have a view with a problem open in your perspective causing it.

You could try to identify the culprit if you close some views?

I hope this helps,

Erich

0 项奖励
回复
877 次查看
Tomoki_Kimura
NXP Employee
NXP Employee

Hi, @ErichStyger 

Oh, it looks like my situation. I didn't notice some views is blocking startup.

By the way, I often see your article on "MCU on Eclipse".

"Position-Independent Code with GCC for ARM Cortex-M" was great article!

Thanks!