MCUXpresso IDE always stucked when launching

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCUXpresso IDE always stucked when launching

ソリューションへジャンプ
1,081件の閲覧回数
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 解決策
1,076件の閲覧回数
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 返答(返信)
1,068件の閲覧回数
ErichStyger
Specialist I

Thank you, @Tomoki_Kimura :-).

0 件の賞賛
返信
1,077件の閲覧回数
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 件の賞賛
返信
1,072件の閲覧回数
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!