Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » building llvm with eclipse(How do I build llvm with eclipse)
building llvm with eclipse [message #1085166] Mon, 12 August 2013 10:45
Eclipse UserFriend
Full instructions for building llvm and clang are here:
clang.llvm.org/get_started.html

basically I have several problems:

1) The indexer doesn't work well. It required me to give the JVM extra heap and stack space (not too much of a problem) and it still can't parse several files. (example stacktrace at the bottom)
2) llvm+clang lets you build the project from a different directory to keep the source dir clean. Eg. I have ~/llvm with the source and ~/build which is where I want to build it.
so I do:

$>cd build
$>../llvm/configure
$>make

how do I do something equivalent in CDT?
Previous Topic:Error in final launch sequence Failed to execute MI command
Next Topic:Avoid "Syntaxis error" for Concat ## this ##
Goto Forum:
  


Current Time: Fri May 23 00:06:12 EDT 2025

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

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

Back to the top