Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] Persisting Problem Compiling llvm-gcc 4.2"
2008 Feb 02
0
[LLVMdev] Persisting Problem Compiling llvm-gcc 4.2
On Feb 2, 2008, at 2:31 AM, Kinson Chan 陳傑信 wrote:
> Dear All,
>
> Thank you for the prompt suggestion in compiling llvm-gcc. I have just
> tried the following:
>
> llvm-gcc4.2-2.1-source$ make clean
> llvm-gcc4.2-2.1-source$ ./configure --disable-multilib --disable-
> shared --enable-languages=c,c++
Don't use ./configure. Set up another build directory and then
2008 Feb 02
3
[LLVMdev] Problem Compiling llvm-gcc 4.2
>>
Dear All,
I have been trying for days but still cannot break this barrier. May I
get your help?
I have compiled llvm-2.1 successfully and make install. When I proceed
with llvm-gcc-4.2-2.1, however, I keep getting linking error as
attached. Some functions with totally different content conflict with
each other in linking process.
That is a Linux box (Debian, with 2.6.23-1
2009 Sep 25
6
[LLVMdev] JIT on ARM
Hello.
My goal is to use LLVM with JIT compiler for ARM on Android device.
Currently I have successfully built and executed LLVM bitcode with
interpreter on Android. Speed is not so great, that is why I want to
use JIT.
I tried building bitcode on windows with llvm-gcc that is provided on
llvm home page. Resulting bitcode runs great in interpreter, but it
doesn't use JIT. From what I
2009 Oct 14
0
[LLVMdev] JIT on ARM
Forgot to mention. I don't know how well the canadian cross compile
stuff works in 2.5. We made some improvements in that area for 2.6. If
you have trouble with it, I'd suggest trying 2.6 (or even better, ToT
svn) and seeing if things are improved there.
-Jim
On Sep 25, 2009, at 2:04 AM, Martins Mozeiko wrote:
> Hello.
>
> My goal is to use LLVM with JIT compiler for ARM
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
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 Oct 14
0
[LLVMdev] Fwd: JIT on ARM
Hi.
Sorry for reposting my mail, but can somebody at lest give some
general ideas for what to look to solve my problem?
--
Martins Mozeiko
Begin forwarded message:
> From: Martins Mozeiko <49640f8a at gmail.com>
> Date: September 25, 2009 12:04:04 GMT+03:00
> To: llvmdev at cs.uiuc.edu
> Subject: JIT on ARM
>
> Hello.
>
> My goal is to use LLVM with JIT compiler
2010 Jan 25
3
[LLVMdev] cannot find -lgcc_s
I am trying to build llvm-gcc4.2-2.6.
My configure options are
$ /local/tools/lin32/llvm-gcc4.2-2.6/bin/llvm-gcc -v
Using built-in specs.
Target: i686-linux
Configured with: ../llvm-gcc4.2-2.6.source/configure --prefix=/local/tools/lin32/llvm-gcc4.2-2.6 --disable-nls --enable-shared --enable-threads=posix --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --target=i686-linux
2009 Mar 13
4
[LLVMdev] Consumer ARM platform suitable for LLVM development?
Attached is the patch I've been building arm-eabi with, which might
help with linux-gnueabi. I disable multilib to get around several bugs
with thumb. I build cross binutils first, then llvm, then llvm-gcc
with newlib merged in.
The following bugs need to be addressed for these non-Darwin ARM targets:
1388
2313
2545
2985
deep
On Fri, Mar 13, 2009 at 12:30 AM, Misha Brukman <brukman at
2008 Oct 01
2
[LLVMdev] llvm-gcc linux build broken
> It builds here (Linux x86_64), I use the following configure line:
> ../llvm-gcc4.2/configure
> --prefix=/home/edwin/llvm-svn/obj42/../install --program-prefix=llvm-
> --enable-llvm=/home/edwin/llvm-svn/llvm/ --disable-multilib
> --enable-checking=release --enable-languages=c,c++
I'm using (x86-64 linux, gcc 4.3)
../gcc-4.2.llvm/configure --prefix=/usr/local/gnat-llvm
2008 Oct 01
0
[LLVMdev] llvm-gcc linux build broken
On 2008-10-01 17:36, Duncan Sands wrote:
>> It builds here (Linux x86_64), I use the following configure line:
>> ../llvm-gcc4.2/configure
>> --prefix=/home/edwin/llvm-svn/obj42/../install --program-prefix=llvm-
>> --enable-llvm=/home/edwin/llvm-svn/llvm/ --disable-multilib
>> --enable-checking=release --enable-languages=c,c++
>>
>
> I'm using
2009 Mar 18
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
Can someone with llvm-gcc/ARM expertise (Dale?) please review Sandeep's
patch? The patch works for me in building an LLVM-based cross-compiler from
x86_64/Linux to ARM/Linux.
I have been able to build without the patch to the asm file, but several
people have reported needing the asm patch on http://llvm.org/PR2545 .
On Thu, Mar 12, 2009 at 8:39 PM, Sandeep Patel <deeppatel1987 at
2009 Sep 04
2
[LLVMdev] build the llvm-gcc from source, error occur.
I first install the gcc-4.2.4 .
then I set CC and CXX
export CC= "path of my gcc-4.2.4"
export CXX="path of my g++-4.2.4"
after that , I config and make .
error occur like this :
/home/ws/software/gcc-4-2/bin/gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
2008 Jul 30
2
[LLVMdev] More llvm-gcc build breakage
Not sure if that's related, but we had two failures last night as well:
MacOS/Universal build failed on rev 54197, when building the x86->ppc
cross:
cc1: warnings being treated as errors
/Users/julien/buildbot/llvm/gcc-build/src/gcc/cp/pt.c:5296: warning: no
previous prototype for 'outermost_tinst_level'
make[2]: *** [cp/pt.o] Error 1
MingW failed on rev 54208:
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
2010 Jan 27
0
[LLVMdev] cannot find -lgcc_s
Hi John,
> I am trying to build llvm-gcc4.2-2.6.
>
> My configure options are
>
> $ /local/tools/lin32/llvm-gcc4.2-2.6/bin/llvm-gcc -v
> Using built-in specs.
> Target: i686-linux
> Configured with: ../llvm-gcc4.2-2.6.source/configure --prefix=/local/tools/lin32/llvm-gcc4.2-2.6 --disable-nls --enable-shared --enable-threads=posix --enable-languages=c,c++ --with-gnu-as
2009 Mar 12
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
On Thu, Mar 12, 2009 at 6:17 AM, Dietmar Ebner
<ebner at complang.tuwien.ac.at>wrote:
> On Mar 11, 2009, at 9:44 PM, Misha Brukman wrote:
> > The problem I've had is building an LLVM cross-compiler from Linux/
> > x86 to Linux/ARM (as has another llvm-dev poster). Someone
> > mentioned to me off-list that he managed to get it to build, but I
> > haven't
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 Oct 05
1
[LLVMdev] Linux Kernel Compile for Sparc v8 Arch
On 2008-09-29 07:46, Keun Soo Yim wrote:
> Does anyone succeed at compiling Linux kernel for Sparc v8 architecture?
> I am currently trying to expand the regime of LLVM to Sparc kernel codes.
> The following is the initial error messages. Any comment is welcomed.
>
> #1. Inline Assembly
>
>
>
> Code:
>
> register struct thread_info
2008 Jan 10
3
[LLVMdev] LLVM Build Problems on Itanium
Hi,
I am having some difficulties building llvm on Itanium. My procedure for
building LLVM is:
cd /liberty/llvm.ia64/llvm-2.1
./configure
make ENABLE_OPTIZED=1
cd /liberty/llvm.ia64/obj
/liberty/llvm.ia64/llvm-gcc4.2-2.1.source/configure
--prefix=/liberty/llvm.ia64/install
--enable-llvm=/liberty/llvm.ia64/llvm-2.1/ --enable-languages=c,c++
--disable-shared
The build of llvm seems to