I'm trying to debug an arm cortex-m0 processor with a J-Link plus debugger from Ubuntu 16, but when I start the debugging session I get spammed with the following warning:
"cannot convert floating-point register value to non-floating point type. Value has been optimized out".
If I stop the debugging session(that hasn't really started), I'm not able to reconnect to the debugger since it states that I already have a running instance.
I checked if a j-link task was running, and sure enough there was, but I was unable to kill it.
Is there anyway to fix this?
Note: I've tried debugging the same project on windows 10 with the same debugger and it works perfectly fine.
Best regards
"cannot convert floating-point register value to non-floating point type. Value has been optimized out".
If I stop the debugging session(that hasn't really started), I'm not able to reconnect to the debugger since it states that I already have a running instance.
I checked if a j-link task was running, and sure enough there was, but I was unable to kill it.
Is there anyway to fix this?
Note: I've tried debugging the same project on windows 10 with the same debugger and it works perfectly fine.
Best regards