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

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

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

996 次查看
roymessinger
Contributor V

I've read the posts here regarding this matter, all of which said to delete the breakpoints. Well, indeed, that worked, but whenever I try to insert a new breakpoint, the Segger debugger just crashes, and I cannot debug using the JLink.

I'm working with the FRDM-K64, using the USB connected to OpenSDA with the Jlink emulator.

My project was at C and I transformed it to C++.

Thanks.

 

Ok, I want to edit my question. I have a function which, whenever I try to insert a breakpoint there, the debugger crashed. Back in the C version, it did not. I did not change anything regarding this function.

Other breakpoints in the Main function, seems to work fine.

Any ideas?

标签 (1)
0 项奖励
回复
1 回复

674 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Roy,

This error may come out if the breakpoint is not at a valid address.

Please remove all the breakpoints in the debugger breakpoints window.

pastedImage_1.png

the set breakpoint again. please make sure the breakpoint where you set is at a valid memory address.

Can it help you out? if not, please upload your project here, I will check the problem directly from my side.


Have a great day,
Jennie Zhang

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

0 项奖励
回复