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 --specs=nosys.specs as default to RISC-V Hello World template #414

Closed ilg-ul closed 4 years ago

ilg-ul commented 4 years ago

The simple Hello World template fails to link due to missing underscore functions.

Add --specs=nosys.specs as default.

Also change the name of property to linkoptionsriscv since they no longer relate to semihosting.

ilg-ul commented 4 years ago

Fixed on 2020-09-20.