[cfe-dev] Building LLVM/Clang

Joshua Gerrard via cfe-dev cfe-dev at lists.llvm.org
Mon Nov 2 07:59:05 PST 2015


You need to run cmake*

--
Joshua Gerrard
JUCE Software Developer

ROLI’s award-winning Seaboard GRAND, celebrated as the “piano of the future”, is now joined by the Seaboard RISE, “every bit as slimline and attractive as its bigger brother”. The press is hailing the Seaboard RISE as “innovative”, “expressive”, “accessible”, and “a keyboard controller that does to piano keys what 3D touch does to the iPhone”. Now available for preorder at www.roli.com.

> On 2 Nov 2015, at 15:58, Joshua Gerrard <joshua.gerrard at roli.com> wrote:
> 
> You need to run make first; it’ll generate the makefiles.
> I’d recommend performing an out of source build. If you don’t know what that is, I’m happy to explain.
> 
> --
> Joshua Gerrard
> JUCE Software Developer
> 
> ROLI’s award-winning Seaboard GRAND, celebrated as the “piano of the future”, is now joined by the Seaboard RISE, “every bit as slimline and attractive as its bigger brother”. The press is hailing the Seaboard RISE as “innovative”, “expressive”, “accessible”, and “a keyboard controller that does to piano keys what 3D touch does to the iPhone”. Now available for preorder at www.roli.com <http://www.roli.com/>.
> 
>> On 2 Nov 2015, at 15:52, Omid Ghenatnevi via cfe-dev <cfe-dev at lists.llvm.org <mailto:cfe-dev at lists.llvm.org>> wrote:
>> 
>> Hello everyone, 
>> 
>> I am having trouble trying to build LLVM/Clang.
>> 
>> Here's the steps I followed:
>> 
>> mkdir static_analysis
>> cd static_analysis
>> 
>> svn co http://llvm.org/svn/llvm-project/llvm/trunk <http://llvm.org/svn/llvm-project/llvm/trunk> llvm
>> cd llvm/tools
>> svn co http://llvm.org/svn/llvm-project/cfe/trunk <http://llvm.org/svn/llvm-project/cfe/trunk> clang
>> cd ../..
>> cd llvm/tools/clang/tools
>> svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk <http://llvm.org/svn/llvm-project/clang-tools-extra/trunk> extra
>> cd ../../../..
>> cd llvm/projects
>> svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk <http://llvm.org/svn/llvm-project/compiler-rt/trunk> compiler-rt
>> cd ../..
>> Now that I am back in top level directory I issued the "make" cmd and this is what I get:
>> 
>> make: *** No targets specified and no makefile found. Stop.
>> 
>> I also tried issuing "make" cmd from llvm directory:
>> $ cd static_analysis/LLVM/
>> $ make
>> 
>> and this is what I get:
>> Makefile:44: Makefile config: No such file or directory
>> Makefile:151: /Makefile.rules: No such file or directory
>> make: *** No rule to make target `/Makefile.rules'. Stop.
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at lists.llvm.org <mailto:cfe-dev at lists.llvm.org>
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151102/0ef5e95c/attachment.html>


More information about the cfe-dev mailing list