This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Debugging not working with GNU toolchain for ARM Cortex-M, version 6.3.1, q1 2017

The debugger does not work with the latest GNU toolchain for ARM Cortex-M build. It throws the following error on Eclipse:

Could not determine GDB version after sending: arm-none-eabi-gcc --version, response: arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors 6-2017-q1-update) 6.3.1 20170215 (release) [ARM/embedded-6-branch revision 245512] Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I'm guessing that this has happened because of the way the version is reflected in the latest release. Any workaround for this other than downgrading?

Related