[go: up one dir, main page]

Menu

#155 Linker Library file with space fails on Windows

Next release
closed-fixed
None
5
2015-02-28
2015-01-15
No

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

1 Attachments

Discussion

  • Liviu Ionescu (ilg)

    • status: open --> open-accepted
    • assigned_to: Liviu Ionescu (ilg)
     
  • Liviu Ionescu (ilg)

    same fix as for bug 154;

    the beta version is available from updates-test, please try it on windows.

     
  • Liviu Ionescu (ilg)

    • status: open-accepted --> closed-fixed
     
  • Liviu Ionescu (ilg)

    fixed since 2.6.1-201502281154