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

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

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

跳至解决方案
3,613 次查看
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,378 次查看
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,378 次查看
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,378 次查看
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,378 次查看
niranjanbc
Contributor IV

thanks Erich, it fixed the problem

0 项奖励
回复
2,379 次查看
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,378 次查看
niranjanbc
Contributor IV

Thanks Alice it fixed the problem

0 项奖励
回复