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

Libraries with spaces in names fail #347

Closed ilg-ul closed 5 years ago

ilg-ul commented 5 years ago

The libraries are added to the linker as

-l"arm\ static\ lib\ spaces"

The quotes should not be used, spaces are already escaped.

The problem is not Windows specific, on macOS the behaviour is similar.

ilg-ul commented 5 years ago

For the record:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=551089

ilg-ul commented 5 years ago

Until a proper fix upstream, the bug was avoided by a local workaround in 4.6.1, on 2019-09-12.