Displaying 2 results from an estimated 2 matches for "llvm_gcc_build_directory".
2009 May 26
0
[LLVMdev] LLVM-gcc for Ada
...t llvm-gcc is being compiled is 4.2. Do you
>> know how to get the 4.1.3 version?
>
> Version 4.1.3 is the wrong one: it is the version of GPL 2007. You
> want 4.2 because that's what llvm-gcc is.
>
> What are you trying to compile by the way?
>
> Also, does "cd llvm_gcc_build_directory/gcc && make -k check-acats"
> work? Do you get any test failures?
>
> Ciao,
>
> Duncan.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailm...
2009 May 26
1
[LLVMdev] LLVM-gcc for Ada
Duncan Sands wrote:
> Hi Andre,
>
>
>> In file included from ../../gcc/llvm-backend.cpp:23:
>> ../../gcc/llvm-internal.h:31: fatal error: vector: No such file or directory
>> compilation terminated.
>>
>
> line 31 of llvm-internal.h is:
>
> #include <vector>
>
> so if that's failing then your C++ compiler is somehow borked.
>