Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] libstdc++.dylib created for llvm-gcc4.2-2.3 front-end?"
2008 Aug 25
0
[LLVMdev] libstdc++.dylib created for llvm-gcc4.2-2.3 front-end?
Hello, Bernardo
>
> My host OS is Ubunut 8.04. "make install" completed sucessfully,
> but I do not see a file called libstdc++.dylib in the `pwd`/../
> install/lib/libstdc++.dylib area. In fact, I can't find any file
> with an extension .dylib.
>
> Have I done something wrong or is this a known issue with a
> workaround?
You won't have any
2008 Aug 27
1
[LLVMdev] LLVM 2.3 available as a VMware appliance
Hi! Bernardo,
I'm really interested in using that one.
Where I can download it from?
Thanks,
Seung
---- Original message ----
>Date: Tue, 26 Aug 2008 22:56:04 -0700
>From: "Bernardo Elayda" <belayda at gmail.com>
>Subject: [LLVMdev] LLVM 2.3 available as a VMware appliance
>To: llvmdev at cs.uiuc.edu
>
> Hi!
>
> Would there be any interest
2008 Sep 05
3
[LLVMdev] Newbie question on front-end and code compaction
Hi!
I'm still a newbie to LLVM, so I'm looking for guidance that will tell me
the right docs to read.
I'm interested in working on 2 different things. I'm interested on adding a
new front end for a functional language such as Lisp. I'm also interested
in helping out with compaction(making code with a small footprint). What
are the right docs for me to start reading and
2009 Mar 13
1
[LLVMdev] llvm-gcc4.2-2.5 front-end build problems on SunOS
Hello all,
I am trying to install the llvm-gcc front end to use it in one of my
projects, but I got stuck.. I am working on a Sun workstation:
SunOS xxx 5.10 Generic_137137-09 sun4u sparc SUNW,Sun-Fire-V240
and I have gcc version 3.4.6:
Reading specs from /sw/gcc-3.4.6/lib/gcc/sparc-sun-solaris2.10/3.4.6/specs
Configured with: /.scratch/andjo/lsw/src/gcc/gcc-3.4.6/configure
2008 Sep 03
1
[LLVMdev] Info on LLVM 2.3 which is available as a virutal appliance
Hi!
I'm glad that their is interest in the VMware install of LLVM 2.3.
The appliance(compressed via 7zip) is over 800 MB in size. So, I can't send
it out via email.
I don't have the resources to host it. If someone can find an area that
this appliance can live, I'd be willing to upload it os that everyone could
use it.
regards,
Bernardo
-------------- next part --------------
2008 Sep 05
0
[LLVMdev] Newbie question on front-end and code compaction
On Sep 4, 2008, at 8:03 PM, Bernardo Elayda wrote:
> I'm also interested in helping out with compaction(making code with
> a small footprint).
People pointed out recently on the list that -Os doesn't work so
well. See the email from regehr at cs.utah.edu on Aug 20 on llvmdev.
You should be able to work with him to get testcases, from there you
just grind through them and
2008 Aug 15
4
[LLVMdev] Which linux distribution required the least effort to install LLVM 2.3?
Hi!
I'm a new LLVM user.
I want to start using the LLVM System v2.3. However, I don't want to spend
all my time hunting, pecking, downgrading, and/or upgrading packages to get
LLVM v2.3 running. I was wondering which Linux distrubutions(FC7, Ubuntu,
NetBSD, etc) have required the least effort out of the box to start running
LLVM v2.3.
tia,
Bernardo Elayda
-------------- next part
2009 Feb 13
2
[LLVMdev] llvm-gcc4.2-2.4 build failure in /gcc/java/lang.c
I did follow the README.LLVM.
I configure like:
../llvm-gcc4.2-2.4.source/configure --program-prefix=llvm-
--enable-llvm=/home/wangtielei/TOOLS/llvm/llvm-obj/
--enable-language=c,c++ --disable-jit --disable-multilib
The error information is
/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/./prev-gcc/xgcc
-B/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/./prev-gcc/
2009 Feb 13
2
[LLVMdev] llvm-gcc4.2-2.4 build failure in /gcc/java/lang.c
Hi, every body,
I get stuck when trying to build llvm-gcc4.2-2.4 on x86_64 Linux with
GCC-4.3.3. I meet this error:
make[3]: Entering directory `/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/gcc'
/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/./prev-gcc/xgcc
-B/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/./prev-gcc/
-B/usr/local/x86_64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall
-Wwrite-strings
2008 Apr 04
1
[LLVMdev] Will gcc 4.3.0 compile llvm 2.2?
Hi!
I'm trying to compile llvm 2.2 with gcc 4.3.0 on FC8.
My compile is failing with the following error(s):
error: invalid use of incomplete type 'struct std::basic_ostream<char,
std::char_traits<char> >'
If you've run into this, how did you get around this issue?
thx in advance!
-Bernardo
-------------- next part --------------
An HTML attachment was scrubbed...
2008 Feb 10
0
[LLVMdev] semicolon breaking builds on llvm-gcc4.2 cygwin build for arm target 2.2prerelease2
Since we are fast approaching the 10th, I thought it appropriate to report
this "bug" with the build despite not having worked around it.
Build environment is
*Summary:*
When building llvm-gcc with a arm-apple-darwin target on i686-pc-cygwin,
make fails because child calls to configure have an errant semicolon that
causes the --srcdir parameter to be ignored by the configure script.
2007 Jul 03
1
[LLVMdev] svn repository, llvm-gcc4.2
> > i was working on an llvm-gcc4_2 version, which i used as a starting-point for
> > a fixed-point c-datatype implementation.
> > i read that the svn repos is up now, and so i remembered the following lines:
> >
> >> On Fri, 23 Mar 2007, Peter Wiedermann wrote:
> >>> i fixed some major bugs in the llvm-gcc4_2 patch since my last post.
>
2008 Aug 25
0
[LLVMdev] Equivalent setup of llvm-gcc-4.2-2.3 setup of *.dylib in README.LLVM for Ubuntu 8.04
Hi,
I'm trying to setup the llvm-gcc-4.2-2.3 front end which I've built from
source on Ubunutu 8.04.
It has built successfuly. In the README.LLVM file, it says that the
following must be done after the "make install" step:
$ make install
$ ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib
$ ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib/libstdc++.dylib
*.dylib
2008 Aug 25
0
[LLVMdev] Equivalent setup of llvm-gcc-4.2-2.3 setup of *.dylib in README.LLVM for Ubuntu 8.04
Hello, Bernardo
> *.dylib files are OSX specific. What is the equivalent setup step
> for Ubuntu 8.04?
You don't need anything special on non-darwin platforms. You're just
using newly-built libstdc++
---
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Feb 13
0
[LLVMdev] llvm-gcc4.2-2.4 build failure in /gcc/java/lang.c
On Feb 12, 2009, at 11:25 PM, Tielei Wang wrote:
> Hi, every body,
>
> I get stuck when trying to build llvm-gcc4.2-2.4 on x86_64 Linux with
> GCC-4.3.3. I meet this error:
Make sure to follow the README.LLVM file in the llvm-gcc distro. llvm-
gcc doesn't support gcj yet at all.
-Chris
2009 May 05
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
Thanks for the suggestions. It looks like Duncan's suggestion got me a
step closer, but I still can't build llvm-gcc...
On Tue, May 5, 2009 at 12:56 AM, Christian Sayer
<Christian.Sayer at dibcom.fr> wrote:
> did you try a simple
>
> $ ../llvm-2.5/configure --prefix=/pkg/bin/llvm/
> CC=/pkg/bin/gcc-4.2.4/bin/gcc CXX=/pkg/bin/gcc-4.2.4/bin/g++
Tried that, same error.
2009 Sep 04
1
[LLVMdev] Dose I need to build llvm-gcc front-end from source resolve this error?
/*
mm.cpp
*/
#include<iostream>
using namespace std;
struct xx{
int x;
int mm()const;
int mm();
};
int xx::mm() const
{
return const_cast<xx*>(this)->mm();
}
int xx::mm()
{
cout<<"ok"<<endl;
return x;
}
int main()
{
xx x;
x.mm();
return 0;
}
2007 Jul 02
1
[LLVMdev] svn repository, llvm-gcc4.2
hi!
i was working on an llvm-gcc4_2 version, which i used as a starting-point for
a fixed-point c-datatype implementation.
i read that the svn repos is up now, and so i remembered the following lines:
> On Fri, 23 Mar 2007, Peter Wiedermann wrote:
> > i fixed some major bugs in the llvm-gcc4_2 patch since my last post.
> > this brings me to an interesting question:
> >
2007 Jul 03
2
[LLVMdev] svn repository, llvm-gcc4.2
>
>
> On Jul 3, 2007, at 8:04 AM, Peter Wiedermann wrote:
>
> > yes.
> > for a detailed llvm-gcc4 to llvm-gcc4.2 failure comparison see:
> >
> > http://geldspeicher.entenhausen.at/dl/llvm-gcc4_2_stat.ps.gz
> > or
> > http://geldspeicher.entenhausen.at/dl/llvm-gcc4_2_stat.pdf
>
> You have lots of failures, even for llvm-gcc-4.0. Which
2007 Jul 05
0
[LLVMdev] svn repository, llvm-gcc4.2
>
> Okay it support C++, what about Exception handing ?
>
> Aaron
>
>
well eh is disabled in llvm-gcc4, so it is in llvm-gcc4.2
kind regards
peter