search for: g96ebbe6

Displaying 5 results from an estimated 5 matches for "g96ebbe6".

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 p1.6, pie-10.1.5) 4.3.2 ----------------------------------------------------------------------- And here is the compiling error, -------------------------------...
2010 Dec 30
8
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
...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 15:12:28 CST 2009 ppc64 Cell Broadband Engine, altivec supported GNU/Linux $ gcc --version gcc (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2 $ ../configure --prefix=/tmp/chenwj --enable-langugaes=c,c++ ----------------------------------------------------------------------- And...
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 gcc (Gentoo 4.4.4-r2 p1.3, pie-0.4.5) 4.4.4 $ ../llvm-gcc-4.2-2.8.source/configure --prefix=/tmp/chenwj/install --disable-multilib --program-prefix=llvm- --enable-llvm=/tmp/chenwj/insta...
2010 Dec 29
0
[LLVMdev] Building LLVM on Linux/PowerPC failed
陳韋任 wrote: > 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 p1.6, pie-10.1.5) 4.3.2 > ----------------------------------------------------------------------- Does configuring as: ./configure --host=pp...
2011 Jan 05
2
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
陳韋任 wrote: > 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 Yes, the kenel is 64 bit, but you may still have a pure 32 bit userspace (thats what my dual G5 PowerMac running Linux has). Does your maching have directories like /lib64 and /usr/lib64? If yo...