Displaying 2 results from an estimated 2 matches for "llvm_gcc_build_directori".
Did you mean:
llvm_gcc_build_directory
2009 May 26
0
[LLVMdev] LLVM-gcc for Ada
Duncan Sands wrote:
> Hi Andre,
>
>> my g++ is broken, but I used g++-4.3 and it worked. Unfortunately there
>> is another problem. If I compile with llvm-gcc the ali file resulting
>> says V "GNAT Lib v4.2" on the first line.
>
> yes, that's because llvm-gcc is based on gcc 4.2.
>
> So it compiled version 4.2 and
>> so gnatbind and gnatlink
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.
>