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
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
Original issue reported on code.google.com by
petri.tuononen@gmail.com
on 28 Apr 2011 at 3:07