eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
555 stars 129 forks source link

Path macros not available on eclipse 20 versions #406

Open GeeF opened 3 years ago

GeeF commented 3 years ago

I have an existing project that was just imported in eclipse 20. When trying to start a debug session I get the ${cross_prefix}gdb${cross_suffix} not found error and if I insert the path directly a follow up error complains about ${jlink_path} / ${jlink_gdbserver}. This was working fine in eclipse 19. When creating a new project for testing this works as well. I tried manually adding the prefix additionally but it just isn't found within the debug dialogue. Is there a way to fix this or is rebuilding the whole eclipse project the only solution? Or is this more of a CDT related problem?

ilg-ul commented 3 years ago

Any progress on this?