arm-none-eabi-gcc.exe has stopped working

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

arm-none-eabi-gcc.exe has stopped working

ソリューションへジャンプ
3,598件の閲覧回数
niranjanbc
Contributor IV

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

ラベル(1)
0 件の賞賛
返信
1 解決策
2,363件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello niranjanbc,

I think maybe you put breakpoints to invalid palce, so try to delete all breakpoints from your breakpoints view.

And if it still can not work well ,Please give more information about your project to us .

Or you can send your project to me .


Have a great day,
Alice

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

5 返答(返信)
2,363件の閲覧回数
niranjanbc
Contributor IV

I am getting error "arm-none-eabi-gcc.exe has stopped working "when I try to run Debugger

I see below message in console

"This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information"

0 件の賞賛
返信
2,363件の閲覧回数
BlackNight
NXP Employee
NXP Employee

There is a known problem with gdb if there are breakpoints/watchpoints or expressions to non-existing memory locations ("Failed to Debug with GDB: Breakpoints or Expressions on non-existing Locations | MCU on Eclipse "). Remove all breakpoints/etc before launching the debugger.

Another problem I have seen are virus scanners/firewalls which block the debugger: you might disable it to give it a try.

I hope this helps,

Erich

2,363件の閲覧回数
niranjanbc
Contributor IV

thanks Erich, it fixed the problem

0 件の賞賛
返信
2,364件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello niranjanbc,

I think maybe you put breakpoints to invalid palce, so try to delete all breakpoints from your breakpoints view.

And if it still can not work well ,Please give more information about your project to us .

Or you can send your project to me .


Have a great day,
Alice

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

2,363件の閲覧回数
niranjanbc
Contributor IV

Thanks Alice it fixed the problem

0 件の賞賛
返信