Plugin: 2.5.1-201412191510
Host: Windows 7
Eclipse: Kepler
Toolchain: GNU ARM Launchpad Q3 2014
Problem: related to the 'Other Objects' problem I just have reported, the linker library settings fail if the library name has a space (see attached screenshot).
The -l option for "test lib" gets passed as
-l"test\ lib"
to the compiler, and this fails on windows.
It should pass
-l"test lib"
instead.
Thanks!
Erich
same fix as for bug 154;
the beta version is available from updates-test, please try it on windows.
fixed since 2.6.1-201502281154