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
558 stars 130 forks source link

Add the new xPack RISC-V GCC toolchain #524

Closed ilg-ul closed 2 years ago

ilg-ul commented 2 years ago

The new RISC-V toolchain changed the prefix from riscv-none-embed- to riscv-none-elf-.

The name is the same, so this requires to extend the toolchain full name in user selections, and use the toolchain id internally.

ilg-ul commented 2 years ago

Fixed on 2022-06-18.