Displaying 14 results from an estimated 14 matches for "gnatbind".
2009 Jun 02
2
[LLVMdev] LLVM-gcc for Ada
I'm having problems building llvm-gcc for Ada, which may or may not be
similar to the trouble Andre was having recently. I'm trying to build
it on Fedora 10 (32-bit), using the instructions on the web site. The
make terminates with a gnatbind error:
gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
-I../../llvm-gcc-4.2/gcc/ada ../../llvm-gcc-4.2/gcc/ada/gnat1drv.adb -o
ada/gnat1drv.o
gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c
-n ada/gnat1drv.ali
error: "s-imenne.adb" must be compiled
error: (&quo...
2009 May 26
1
[LLVMdev] LLVM-gcc for Ada
...lists.cs.uiuc.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
--...
2009 Jun 02
0
[LLVMdev] LLVM-gcc for Ada
Hi Eric,
> I'm having problems building llvm-gcc for Ada, which may or may not be
> similar to the trouble Andre was having recently. I'm trying to build
> it on Fedora 10 (32-bit), using the instructions on the web site. The
> make terminates with a gnatbind error:
>
> gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
> -I../../llvm-gcc-4.2/gcc/ada ../../llvm-gcc-4.2/gcc/ada/gnat1drv.adb -o
> ada/gnat1drv.o
> gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c
> -n ada/gnat1drv.ali
> error: "s-imenne.adb&...
2009 May 26
0
[LLVMdev] LLVM-gcc for Ada
...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 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 gn...
2009 Jun 02
1
[LLVMdev] LLVM-gcc for Ada
...ic,
>
>
>> I'm having problems building llvm-gcc for Ada, which may or may not be
>> similar to the trouble Andre was having recently. I'm trying to build
>> it on Fedora 10 (32-bit), using the instructions on the web site. The
>> make terminates with a gnatbind error:
>>
>> gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
>> -I../../llvm-gcc-4.2/gcc/ada ../../llvm-gcc-4.2/gcc/ada/gnat1drv.adb -o
>> ada/gnat1drv.o
>> gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c
>> -n ada/gnat1drv.ali
>>...
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,
2011 Jan 02
1
[LLVMdev] LLVM for ARM target
...hether ln -s works... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gnatbind... (cached) gnatbind
checking whether compiler driver understands Ada... (cached) yes
checking how to compare bootstrapped objects... (cached) cmp --ignore-initial=16
$$f1 $$f2
checking for correct version of gmp.h... yes
checking for correct version of mpfr.h... yes
checking for any version of mp...
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
Sorry again, my bad. I actually was using --enable-pics instead of --enable-pic. Now LLVM is being compiled. Hope the last phase llvm-gcc compilation would be a success. Thanks a lot.
Akramul
--- On Sun, 2/1/11, akramul azim <bijoy123_8 at yahoo.com> wrote:
From: akramul azim <bijoy123_8 at yahoo.com>
Subject: Re: [LLVMdev] LLVM for ARM target
To: "Bill Wendling"
2010 Mar 05
2
[LLVMdev] LLVM-gcc for Ada
I am trying to build llvm-gcc-4.2 but cannot figure out how to get past the problem described below.
Any help will be much appreciated.
Regards
Roger
gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c -n ada/gnat1drv.ali
error: "s-imenne.adb" must be compiled
error: ("/opt/gnat-gpl-2009/lib/gcc/i386-apple-darwin10.2.0/4.3.4/adalib/s-imenne.ali" is obsolete and read-only)
error: "s-imenne.adb" and "g...
2011 Jan 02
2
[LLVMdev] LLVM for ARM target
Sorry I used --enable-pic, not --enable-pics. It was a typo.
Akramul
--- On Sun, 2/1/11, akramul azim <bijoy123_8 at yahoo.com> wrote:
From: akramul azim <bijoy123_8 at yahoo.com>
Subject: Re: [LLVMdev] LLVM for ARM target
To: "Bill Wendling" <wendling at apple.com>
Cc: "Anton Korobeynikov" <anton at korobeynikov.info>, llvmdev at cs.uiuc.edu
Date:
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
2008 Jan 14
0
[LLVMdev] Trying to compile frontend 4.0 fails on cygwin
...s
configure:1949: gcc -o conftest conftest.c 1>&5
configure:1975: checking whether the C compiler (gcc ) is a
cross-compiler
configure:1980: checking whether we are using GNU C
configure:1989: gcc -E conftest.c
configure:2008: checking whether gcc accepts -g
configure:2075: checking for gnatbind
configure:2140: checking whether compiler driver understands Ada
configure:2172: checking how to compare bootstrapped objects
configure:2270: checking for correct version of gmp.h
configure:2283: gcc -c -g -O2 conftest.c 1>&5
configure:2273:17: gmp.h: No such file or directory
configure: I...
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: