Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] LLVM-gcc for Ada"
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
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
2009 Jun 02
1
[LLVMdev] LLVM-gcc for Ada
Duncan Sands wrote:
> 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
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 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
2010 Aug 31
0
[LLVMdev] Using LLVM with Ada
Hi Enrico, did you follow the instructions here
http://llvm.org/docs/GCCFEBuildInstrs.html#ada
to build llvm-gcc with Ada support?
> To this extent I compiled the Ada f-e from source (v. 2.5).
If by 2.5 you mean LLVM-2.5 I suggest you use something more recent, for
example LLVM-2.7.
> However, while trying to compile a simple HelloWorld example I get several
> errors dealing with
2010 Aug 31
2
[LLVMdev] Using LLVM with Ada
Dear all,
I'm trying to exploit the LLVM framework to optimize my Ada programs.
To this extent I compiled the Ada f-e from source (v. 2.5).
However, while trying to compile a simple HelloWorld example I get several
errors dealing with undefined references (while invoking LLVM on hello).
Arguably I missed something on the right way to use the LLVM tools
with Ada sourcecode.
I would really
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.
>
2004 Oct 04
1
[LLVMdev] cfrontend-1.3.source: Compilation error
This is a forward of a question from the SourceForge LLVM forum. If
anyone has experience with Cygwin and building the C front-end there,
please reply and CC Alex.
--- Post by Alex Vinokur below ---
===============
Windows 2000
GNU gcc 3.3.3 (cygwin special)
===============
./configure
./make
I have got compilation error
-------------------------------
make[1]: Entering directory
2010 Mar 05
0
[LLVMdev] LLVM-gcc for Ada
Hi Roger,
> I am trying to build llvm-gcc-4.2 but cannot figure out how to get past the problem described below.
you need to build with GNAT GPL 2007 or earlier, as described here:
http://llvm.org/docs/GCCFEBuildInstrs.html
This is because llvm-gcc-4.2 is based on gcc-4.2, and you have the same problem
with gcc-4.2. I don't know if anyone ever built an Ada-enabled llvm-gcc on
MacOS
2009 Aug 26
0
[LLVMdev] Ada bindings side notes.
Hi Edward,
> Initial Ada bindings have been introduced for the LLVM 2.6 release.
> Unfortunately no one was able/had time to help me better integrate it
> into the LLVM build system. Thus, It has been left with a GPR Ada
> project file for building the bindings, anyone using the Ada bindings
> will know what this is and how to handle it.
does this mean the bindings only work with
2005 May 06
0
[fdo] Shared Mime Info
Hello
First I don't know if this is the correct list, so please point me
further if it isn't.
I noticed that the shared-mime-info contained this entry for the Ada95
programming language:
<mime-type type="text/x-adasrc">
<comment>Ada source code</comment>
<comment xml:lang="de">Ada-Quelltext</comment>
<comment
2009 Aug 22
2
[LLVMdev] Ada bindings side notes.
Good day all,
Initial Ada bindings have been introduced for the LLVM 2.6 release.
Unfortunately no one was able/had time to help me better integrate it
into the LLVM build system. Thus, It has been left with a GPR Ada
project file for building the bindings, anyone using the Ada bindings
will know what this is and how to handle it.
However, in future as these bindings improve/progress. We should
2008 Mar 23
0
[LLVMdev] Announcement: GNAT ported to LLVM
Hi, this is to let people know that the recently released
LLVM 2.2 compiler toolkit contains experimental support for
Ada through the llvm-gcc-4.2 compiler. Currently the only
platform it works on is linux running on 32 bit intel x86.
This is because that's what I run, and I'm the only one who's
been working on this. I would appreciate help from other Ada
guys, both for porting to
2009 May 27
1
[LLVMdev] Ada bound checks
Dear Duncan,
Everything worked out with your help. Thanks. I'm now looking at bound
checks that an Ada program has, so I can remove all possible. It seams
that Ada already does some optimization to remove bound checks. Do you
know how are they done, and where?
I tested two codes (below) and the first code did not produce any bound
check and the second produced two bound checks.
--
-- Simple
2009 Mar 14
0
Problem with phantom calls
Hi everybody:
I'm having a problem with asterisk 1.4.22-3 on trixbox, This server
have 8 lines connected at SIP VOIP provider vono in Brasil, all calls
going to a same queue and are answered with 4 attendent on other
network and location connected via PAP2 over nat. When the network
down, in asterisk or pap in other locations, calls hang up but doesn't
close on asterisk (Phantom call).
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:"
2010 Feb 07
0
Somewhat off topic: Building Android on CentOS 5.4
I asked this question on android-platform at googlegroups.com but never
received a response. I suspect most (if not all) people compiling the
Android platform are using some version of Ubuntu ... hence the lack of
response. I would not normally cross post but am hopeful that another
CentOS 5.4 user (not on the android-platform forum) might have
successfully built the Android platform. I would
2013 Oct 30
2
[LLVMdev] Symbolized ASan output on Android
If running ASan on the host architecture, we can symbolize output with:
export LLVM_SYMBOLIZER_PATH=`which llvm-symbolizer`
./myInstrumentedProgram
but on Android symbolizing is more complex. The bash script below is
a "hello world" for symbolizing ASan output on Android. Is there a
simpler way to do this?
# Execute the test and save its output
adb push
2013 Oct 31
0
[LLVMdev] Symbolized ASan output on Android
On Wed, Oct 30, 2013 at 2:08 PM, Greg Fitzgerald <garious at gmail.com> wrote:
> If running ASan on the host architecture, we can symbolize output with:
>
> export LLVM_SYMBOLIZER_PATH=`which llvm-symbolizer`
> ./myInstrumentedProgram
>
> but on Android symbolizing is more complex. The bash script below is
> a "hello world" for symbolizing ASan output