similar to: [LLVMdev] Building LLVM-GCC on Linux/PowerPC failed

Displaying 20 results from an estimated 6000 matches similar to: "[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed"

2011 Jan 07
0
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
Hi, Anton Finally, I built LLVM-GCC 2.8 on a Linux/PS3 machine. I just put my configuration options here, --------------------------------------------------------------------------- ../llvm-gcc-4.2-2.8.source/configure -prefix=/tmp/chenwj/install --disable-bootstrap --disable-libmudflap --disable-multilib --disable-libgomp --program-prefix=llvm- --enable-llvm=/tmp/chenwj/install
2011 Jan 05
0
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
Hi, folks I am "stll" trying to build LLVM-GCC 4.2 on a Linux/PS3 machine, which has a 64-bit OS. Here is my system information and configuration options: ----------------------------------------------------------------- $ uname -a Linux ps3 2.6.32-rc2-00995-g96ebbe6-dirty #2 SMP Fri Oct 2 15:12:28 CST 2009 ppc64 Cell Broadband Engine, altivec supported GNU/Linux $ gcc --version
2010 Dec 30
8
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
Hi, folks I am trying to build LLVM-GCC 4.2 on a Linux/PowerPC machine. Actually, the PowerPC is a PS3. The source was downloaded from http://llvm.org/releases/2.8/llvm-gcc-4.2-2.8.source.tgz Here is my system information and configuration options: ---------------------------------------------------------------------- $ uname -a Linux ps3 2.6.32-rc2-00995-g96ebbe6-dirty #2 SMP Fri Oct 2
2011 Jan 06
1
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
Hello >  The "--disable-bootstrap" give me no luck. Why you think that > "--disable-bootstrap" might help? Due to reasons I outlined in my prev. e-mail. Now you can notice that the build proceed much further. Try to add --disable-libmudflap as well. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Jun 04
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
I'm getting following errors while cross compiling llvm for ARM. Please help since it is urgent and critical My gcc version is 4.2.0, 32bit Linux and target is ARM Configure options are: ./configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --target=armv7fl-montavista-linux-gnueabi --enable-cross --with-sysroot=/home//arm_v7_vfp_le/target/
2009 Jun 29
0
[LLVMdev] CROSS COMPILING LLVM
2009/6/12 Bob Wilson <bob.wilson at apple.com> > Thanks, this should be useful. What problem did you have with svn > revisions after 70786? /tmp/llvm-project.p28262/obj/llvm-gcc-4.2/./gcc/xgcc -B/tmp/llvm-project.p28262/obj/llvm-gcc-4.2/./gcc/ -B/tmp/llvm-73246/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm-gcc-4.2/arm-none-linux-gnueabi/bin/
2011 Mar 25
0
[LLVMdev] Calling external functions failed on PowerPC
Hi, all I found the example code examples/HowToUseJIT.cpp also shows the same error. Attachment is the LLVM module created by HowToUseJIT. And here is the error, Running foo: %X4<def> = LDtoc <ga:@add1>, %X2 UNREACHABLE executed! Stack dump: 0. Running pass 'PowerPC Machine Code Emitter' on function '@foo' Aborted Currently, I use gdb try to track down
2010 Jun 07
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
This is the full description of errors I am getting /home/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/xgcc -B/home/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/ -B/usr/local/armv7fl-montavista-linux-gnueabi/bin/ -B/usr/local/armv7fl-montavista-linux-gnueabi/lib/ -isystem /usr/local/armv7fl-montavista-linux-gnueabi/include -isystem
2011 Mar 23
4
[LLVMdev] Calling external functions failed on PowerPC
Hi, all I have a trouble with calling external functions on PowerPC. What I am doing is generating a LLVM IR first like this, - x86 call void @helper_shack_flush(%struct.CPUX86State* %62) noinline, !flags !12 - ppc call void @helper_shack_flush(%struct.CPUX86State* %62) noinline, !flags !10 After lowering above LLVM IR for x86 and ppc, it becomes: - x86 %RAX<def> = MOV64ri
2011 Jan 05
1
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
陳韋任 wrote: > > Does your maching have directories like /lib64 and /usr/lib64? > Yes, it has /lib64 and /usr/lib64. > > > what is the size of a void pointer? > $ ./a.out > sizeof (void*) : 8 > > > Does this change if you add -m64 to the gcc command line? > No. Ok, as far as I cam tell, everything on your system is correct. I don't have any further ideas
2010 Jun 06
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
On 2010-06-04 13:41, Sanjeev C wrote: > I get following errors: > > /home/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/xgcc > -B/home/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/ > -B/usr/local/armv7fl-montavista-linux-gnueabi/bin/ > -B/usr/local/armv7fl-montavista-linux-gnueabi/lib/ -isystem > /usr/local/armv7fl-montavista-linux-gnueabi/include -isystem >
2012 Aug 27
1
[LLVMdev] powerpc XFAIL question
Hi all, I'm investigating the following test case that reports as an unexpected pass on powerpc64-unknown-linux-gnu. Clang : CodeGenCXX/member-alignment.cpp This test case is marked as XFAIL for arm and powerpc. However, the test passes fine for powerpc64-unknown-linux-gnu. There are two tests of this form: void t::bar(void) { // CHECK: _ZN1t3barEv{{.*}} align 2
2010 Dec 29
2
[LLVMdev] Building LLVM on Linux/PowerPC failed
Hi, folks I am trying to build LLVM 2.8 Release on a Linux/PowerPC machine. Actually, the PowerPC is a PS3. Here is my system information: ---------------------------------------------------------------------- $ uname -a Linux ps3 2.6.32-rc2-00995-g96ebbe6-dirty #2 SMP Fri Oct 2 15:12:28 CST 2009 ppc64 Cell Broadband Engine, altivec supported GNU/Linux $ gcc --version gcc (Gentoo 4.3.2-r3
2011 May 20
1
[LLVMdev] x86 cross compiler for ppc fails to build
Hi, Maarten > Can I conclude from this that indeed llvm-gcc for powerpc-linux is broken? > Is anyone maintaining llvm-gcc for powerpc-linux or is it abandoned? IIRC, llvm-gcc can be built successfully on a Linux/PowerPC machine. Here was my configuration, $ ../llvm-gcc-4.2-2.8.source/configure --prefix=/path/to/install --program-prefix=llvm- --enable-llvm=/path/to/install
2011 Jun 19
0
[LLVMdev] Problem with building Polly with PoCC
Hi, all Although PoCC is optional, I want to give it a try. But I have a problem while building PoCC. Here is the error, ---------------------------------------------------------- make[1]: Entering directory `/tmp/chenwj/pocc-1.0-rc3.1/optimizers/letsee-0.2.0-pre/letsee' make[2]: Entering directory `/tmp/chenwj/pocc-1.0-rc3.1/optimizers/letsee-0.2.0-pre/letsee' /bin/sh ../libtool
2016 Sep 07
2
[PowerPC] Recent branch too far breakage
I'm using a recent revision of TOT (280704) to build clang/LLVM for PowerPC64 little endian. I'm getting an assembler error when building PPCInstPrinter.cpp: The error is: /tmp/PPCInstPrinter-84c835.s: Assembler messages: /tmp/PPCInstPrinter-84c835.s:7671: Error: operand out of range (0x0000000000008004 is not between 0xffffffffffff8000 and 0x0000000000007ffc) The offending line is
2010 Dec 30
0
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
Hi, On Thu, Dec 30, 2010 at 3:54 AM, 陳韋任 <chenwj...> wrote: > Hi, folks > >    I am trying to build LLVM-GCC 4.2 on a Linux/PowerPC machine. > Actually, the PowerPC is a PS3. (snip) >  And here is the compiling error, > > ----------------------------------------------------------------------- > In file included from /usr/include/features.h:354, >                
2009 Jan 26
2
Shell Script - Compare packages. rpm.
Hi, I need a script which makes the package compa??o rpm's through two text files ... Since a file is the output of the command *rpm-qa > pkg.out * And the second file is a list of several packages rpm's, multiple versions and architectures. My idea is to compare a package *x* file pkg.out with several packages *y* of the file update.out and know
2012 May 10
0
CEBA-2012:0527 CentOS 5 gcc Update
CentOS Errata and Bugfix Advisory 2012:0527 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0527.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: c205107bf53281f15e974963cd804f42dd41992b2831cc42f76c07d2b27527c4 cpp-4.1.2-52.el5_8.1.i386.rpm bc3a4f2905fbafd295d64e15e5cf60b83a7ca6b8dd8eab9cc8b4162eb0b304f7
2014 Sep 30
0
CEBA-2014:1209 CentOS 5 gcc BugFix Update
CentOS Errata and Bugfix Advisory 2014:1209 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1209.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 6f14774b88e8f86a171d4bb128e9cff402f22713b941b7507607bb6c101f46b4 cpp-4.1.2-55.el5.i386.rpm c1244909b03f5ebc6d494f39d1f3f6082ca1c4198ece795c163622762e996695