search for: gnatlink

Displaying 6 results from an estimated 6 matches for "gnatlink".

Did you mean: natlink
2009 May 26
1
[LLVMdev] LLVM-gcc for Ada
....edu/mailman/listinfo/llvmdev > > Hey Duncan, 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. So it compiled version 4.2 and so gnatbind and gnatlink does not work because they are version 4.1.3. If I compile the same program using gcc of the gnat2007, the ali file says that the version is 4.1.3, the right one. Somehow the lib version that llvm-gcc is being compiled is 4.2. Do you know how to get the 4.1.3 version? Thanks -- Andre Tavar...
2009 May 26
0
[LLVMdev] LLVM-gcc for Ada
...t 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 does not work because they are version 4.1.3. > > When you built llvm-gcc, you also built appropriate versions of gnatbind > and gnatmake. Don't mix versions: use > export PATH=path_to_wherever_llvm_gcc_lives:$PATH > before doing stuff. Since the gnatbind and gnatmake you bu...
2009 Aug 05
2
[LLVMdev] ACATS
Andr? Tavares wrote: > Thanks for the link Duff. You're welcome. > I downloaded ACATS, but could not run it on LLVM. Could not find any > instructions that could lead me to do so. Do you know how can do it? Compiler vendors are expected to write their own scripts, which is not a trivial task. The "B Tests" have deliberate errors, marked with "-- ERROR:"
2009 May 25
0
[LLVMdev] LLVM-gcc for Ada
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. How did you arrange to use the right gcc for the build? Maybe that's getting in the way of
2010 Aug 31
2
[LLVMdev] Using LLVM with Ada
Dear Duncan, thank you for the prompt reaction! Quoting Duncan Sands <baldrick at free.fr>: > Hi Enrico, did you follow the instructions here > http://llvm.org/docs/GCCFEBuildInstrs.html#ada > to build llvm-gcc with Ada support? Yes. I succesfully followed the instructions to build the LLVM Ada f-e. > If by 2.5 you mean LLVM-2.5 I suggest you use something more recent,
2009 May 25
2
[LLVMdev] LLVM-gcc for Ada
Duncan Sands wrote: > Hi Andre, > > >> I'm trying to build LLVM-gcc to compile Ada. >> > > excellent! > > But I'm having a few problems. > > Oops :( > > >> Now when I ran make I get an error that for me it seams very weird. >> >> ../../gcc/c-format.c: In function 'set_Wformat': >> ../../gcc/c-format.c:48: error: