TuononenP / llvm4eclipsecdt

LLVM toolchain support for Eclipse CDT. Now deprecated since it is build-in to Eclipse CDT via installation option. LLVM is a modular toolchain architecture that is used more and more in all kinds of computing platforms for it's certain benefits.
8 stars 0 forks source link

Library search paths not working on CDT 7.x version (on Windows) #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Even though the library search paths can be added via LLVM preference page 
(tested on Windows this time) they are not added to toolchain configuration 
options which make them totally ignored.

This is because of the fact that necessary code is missing in CDT 7.x which I 
submitted to CDT 8.x in order to add library paths to tool's options.

The solution would be to add library paths to system environment variable which 
is currently done in Linux version.

Original issue reported on code.google.com by petri.tuononen@gmail.com on 28 Apr 2011 at 3:07

GoogleCodeExporter commented 9 years ago
Support for CDT 7.x. is discontinued therefore this issue is marked as wont fix.

Original comment by petri.tuononen@gmail.com on 1 May 2011 at 3:29