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

Using GCC/GDB from within Eclipse - stopped working?

Has anyone had the problem recently of trying to make or debug from within GCC and hitting an exception immediately? I believe I picked up an update to Eclipse because after closing Eclipse and reopening, I hit this error on projects that have been rock-solid. If I find anything out, I'll posts, but I'm wondering if this has happened to others recently. I've probably had Eclipse open for 2-3 weeks, so that's the time frame. Note: the exception is not in Eclipse itself, but I believe it's use of an external GNU tool or tools? Grr.

  • I would like to put my case relating to this problem.

    I worked on windows x64, I could compile the project (mqtt subscriber in nordic IoT SDK) from windows cmd. Then I created a project in eclipse with makefile, when I built the project, eclipse hits the problem after compiling several files.

    workaround: In the makefile, change the relative path of the TEMPLATE_PATH to absolute path, and use the slash in the path in stead of the backslash. After that, I can compile both in windows cmd and eclipse.

Related