Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Is it possible to create a Clang Toolchain for OSX's Clang
Is it possible to create a Clang Toolchain for OSX's Clang [message #1090345] Tue, 20 August 2013 02:34 Go to next message
Mike Norman is currently offline Mike NormanFriend
Messages: 6
Registered: July 2012
Junior Member
I downloaded Kepler's version of Eclipse CDT and it appears that support for compiling on OSX
is limited to the older GCC 'footprint' of OSX compiler tools. As of 10.8, Clang is the default
as well as the only path to C++11 standardization.

How difficult is it to create a Toolchain the uses Clang for parsing/indexing as well as compiling/debugging?


Thanks in advance,
---
Mike Norman
Re: Is it possible to create a Clang Toolchain for OSX's Clang [message #1090680 is a reply to message #1090345] Tue, 20 August 2013 13:47 Go to previous messageGo to next message
Andrew Gvozdev is currently offline Andrew GvozdevFriend
Messages: 257
Registered: July 2009
Senior Member
There are LLVM toolchains in CDT already. I am not sure if LLVM plugin is part of Kepler CDT package though. You can try CDT nightly build from update site http://download.eclipse.org/tools/cdt/builds/luna/nightly
Note that it is update site which you install from inside eclipse via Help->Install New Software.

Thanks,
Andrew
Re: Is it possible to create a Clang Toolchain for OSX's Clang [message #1091263 is a reply to message #1090345] Wed, 21 August 2013 08:57 Go to previous message
Nobody Mising name is currently offline Nobody Mising nameFriend
Messages: 75
Registered: July 2010
Member
Mike Norman wrote on Mon, 19 August 2013 22:34
create a Toolchain the uses Clang for parsing/indexing?

Suppose that currently there is no way to do this, only CDT internal parser/indexer can be used.
Previous Topic:change from managed build to makefile project
Next Topic:eclipse with cunit testing in windows
Goto Forum:
  


Current Time: Fri Apr 19 15:46:58 GMT 2024

Powered by FUDForum. Page generated in 0.01918 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top