search for: cbea

Displaying 11 results from an estimated 11 matches for "cbea".

Did you mean: cbe
2009 Jun 11
4
CentOS 5.3 cbea
Hi! I have a question to ask: where can I download CentOS 5.3 for Cell Broadband Engine Architecture, and if this is impossible - ppc64 version. I want to install it onto my Sony PS3. Sincerely, Dmitry Zaletnev
2010 Feb 16
2
[LLVMdev] Minor cosmetic issues
...n output, Low Level Virtual Machine (http://llvm.org/): llvm version 2.6svn Optimized build. Built Feb 14 2010(11:05:20). Registered Targets: alpha - Alpha [experimental] arm - ARM bfin - Analog Devices Blackfin [experimental] c - C backend cellspu - STI CBEA Cell SPU [experimental] cooper - PIC16 Cooper [experimental] cpp - C++ backend mips - Mips mipsel - Mipsel msil - MSIL backend msp430 - MSP430 [experimental] pic16 - PIC16 14-bit [experimental] ppc32 - PowerPC 32 ppc64 - PowerPC 64 sparc...
2009 Nov 05
7
Unexpected ENOSPC on a SSD-drive after day of uptime, kernel 2.6.32-rc5
I''ve just finished installing onto an OCZ Agilent v2 SSD with btrfs as filesystem. However to my surprise I''ve hit an ENOSPC condition one one of the partitions within less than a day of uptime, while the filesystem on that partition only reported 50% to be in use, which is far from the 75% limit people mention on the ML. Note that this occurs using a vanilla 2.6.32-rc5 kernel
2010 Feb 18
0
[LLVMdev] Minor cosmetic issues
...org/): > llvm version 2.6svn > Optimized build. > Built Feb 14 2010(11:05:20). > > Registered Targets: > alpha - Alpha [experimental] > arm - ARM > bfin - Analog Devices Blackfin [experimental] > c - C backend > cellspu - STI CBEA Cell SPU [experimental] > cooper - PIC16 Cooper [experimental] > cpp - C++ backend > mips - Mips > mipsel - Mipsel > msil - MSIL backend > msp430 - MSP430 [experimental] > pic16 - PIC16 14-bit [experimental] > ppc32 - PowerPC...
2009 Jul 16
4
CentOS on IBM Bladecenter HS21
Hello, I have CentOS 5.2 installed on two of the afore-mentioned blades. I've noticed that the OS started to crash lately (kernel panic) and I've been assigned the task to troubleshoot this issue. I would like to know what is the best way of recovering the kernel dump after the OS crashes. I know there are two software implementations that would enable me to do this, kexec and
2011 Sep 01
0
[LLVMdev] Cross compling with LLVM for MIPS
> I have installed LLVM on my machine (ubuntu) a while ago. I think my LLVM version is 2.8. is it supported in 2.8 ? When I install i didn't configure LLVM for mips. Do I have to configure it when I build ? I don't know what's the default llvm configuration for ubuntu! But you can check for mips support using "llc --version". Yes, it's supported in 2.8, although it
2012 Mar 06
0
[LLVMdev] Assembly Mips from bitecode llvm
Ok. And what does llvm-gcc --version show? --- With best regards, Anton Korobeynikov On Mar 6, 2012 5:22 PM, "Rafael Parizi" <parizi.computacao at gmail.com> wrote: > > For compile and link Basicmath files (using shell script): > > llvm-gcc -emit-llvm basicmath_small.c -c -o basicmath_small.bc > llvm-gcc -emit-llvm cubic.c -c -o cubic.bc > llvm-gcc -emit-llvm
2010 Aug 30
2
[LLVMdev] Is -m32 supported by llvm-gcc when using LTO/gold?
...llvm version 2.8svn Optimized build with assertions. Built Aug 30 2010 (11:10:38). Host: x86_64-unknown-linux-gnu Host CPU: corei7 Registered Targets: alpha - Alpha [experimental] arm - ARM bfin - Analog Devices Blackfin [experimental] c - C backend cellspu - STI CBEA Cell SPU [experimental] cooper - PIC16 Cooper [experimental] cpp - C++ backend mblaze - MBlaze mips - Mips mipsel - Mipsel msp430 - MSP430 [experimental] pic16 - PIC16 14-bit [experimental] ppc32 - PowerPC 32 ppc64 - PowerPC 64 sparc - Sparc sparc...
2011 Sep 01
2
[LLVMdev] Cross compling with LLVM for MIPS
I have installed LLVM on my machine (ubuntu) a while ago. I think my LLVM version is 2.8. is it supported in 2.8 ? When I install i didn't configure LLVM for mips. Do I have to configure it when I build ? Thanks in advance. Really appreciate it. --- On Thu, 9/1/11, Bruno Cardoso Lopes <bruno.cardoso at gmail.com> wrote: From: Bruno Cardoso Lopes <bruno.cardoso at gmail.com>
2012 Mar 06
2
[LLVMdev] Assembly Mips from bitecode llvm
...m.org/): llvm version 2.9 Optimized build. Built Mar 5 2012 (20:21:19). Host: x86_64-unknown-linux-gnu Host CPU: i686 Registered Targets: alpha - Alpha [experimental] arm - ARM bfin - Analog Devices Blackfin [experimental] c - C backend cellspu - STI CBEA Cell SPU [experimental] cpp - C++ backend mblaze - MBlaze mips - Mips mipsel - Mipsel msp430 - MSP430 [experimental] ppc32 - PowerPC 32 ppc64 - PowerPC 64 ptx - PTX sparc - Sparc sparcv9 - Sparc V9 systemz - SystemZ thumb - Thumb...
2012 Mar 06
2
[LLVMdev] Assembly Mips from bitecode llvm
For compile and link Basicmath files (using shell script): llvm-gcc -emit-llvm basicmath_small.c -c -o basicmath_small.bc llvm-gcc -emit-llvm cubic.c -c -o cubic.bc llvm-gcc -emit-llvm isqrt.c -c -o isqrt.bc llvm-gcc -emit-llvm rad2deg.c -c -o rad2deg.bc llvm-link basicmath_small.bc cubic.bc isqrt.bc rad2deg.bc -o basicmath.bc