Displaying 20 results from an estimated 8000 matches similar to: "Installing R Project on a PS3 - Success"
2007 Jun 26
0
gcc and g++ errors while compiling R on Linux ppc64
I was going through the config.log after installing R successfully on a
Linux ppc64 machine. However, I could not install the MCMCpack and looked at
the config.log file for gcc and g++ errors.I found some of them and have
pasted them below. Please let me know if they can affect the installation of
other packages on R.
------------------
configure:7479: checking whether we are using the GNU
2009 Jun 29
1
Linux Installation Version
Hello,
I would like to download the correct R program RMP for my linux
distribution, but I am not sure which one I need.
The results of a "cat /proc/version" is:
Linux version 2.6.23-9.ydl6.1 (root at build2.terraplex.com) (gcc version 4.1.1
20070105 (Red Hat 4.1.1-52.ydl.1)) #1 SMP Sat Jan 26 20:16:15 EST 2008
The results of a "uname -a" is:
Linux localhost.localdomain
2009 Nov 18
1
[LLVMdev] Triple for PS3
Hi,
I'm doing some preliminary work to get Clang to compile for PS3 targets. As
an intermediate step in that direction, could someone do me the favor of
reviewing and submitting the enclosed patch, or giving me feedback on it?
Basically, I need to be able to differentiate the triple for a PS3 target.
These are the triples currently used in the gcc-based compiler from the PS3
devkit:
2011 Mar 16
0
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
On Mar 15, 2011, at 7:25 PM, NAKAMURA Takumi wrote:
> Good morning.
>
Hi Nakamura,
> LLVM and clang can be built successfully on Fedora 12 PS3.
>
Hooray! :-)
> On RC1, only one test failed.
> test/CodeGen/X86/fold-pcmpeqd-0.ll
>
Eric commented that this should be fixed on the release branch right now.
> On release_29 branch, all llvm tests can pass.
Woo! :-)
>
2012 May 01
2
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
On Tue, 01 May 2012 15:10:56 -0500
Peter Bergner <bergner at vnet.ibm.com> wrote:
> On Sat, 2012-04-28 at 15:51 -0500, Hal Finkel wrote:
> > > > - There is no support for generating position-independent code
> > > > on PPC32. (PIC on PPC64 now works well). Nevertheless, I have
> > > > sometimes run into linking errors when compiling shared
> >
2012 May 01
0
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
On Tue, 2012-05-01 at 16:06 -0500, Hal Finkel wrote:
> LLVM/clang now will build in the normal way (./configure; make install)
> on PPC (you'll need at least the 3.1 release candidate (or trunk)). I
> generally build on my PPC64 hosts with:
> make ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O2 EXTRA_OPTIONS=-mminimal-toc
Ok, it built fine, but what is the llvm equivalent of gcc's -m32
2011 Mar 16
3
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
Good morning.
LLVM and clang can be built successfully on Fedora 12 PS3.
On RC1, only one test failed.
test/CodeGen/X86/fold-pcmpeqd-0.ll
On release_29 branch, all llvm tests can pass.
(I don't mention clang tests :p )
...Takumi
Fedora release 12 (Constantine)
Linux speedking.localdomain 2.6.32.23-170.fc12.ppc64 #1 SMP Mon Sep 27
17:09:35 UTC 2010 ppc64 ppc64 ppc64 GNU/Linux
llvm
2008 May 20
0
Yellow dog linux install?
Hello folks
I am attempting to install R on a series of Apple G5 machines which are
running Yellow Dog Linux 6.0. Has anyone had success with this, and is
there something I should be doing which I am not?
Upon configure, I receive the error message:
checking whether mixed C/Fortran code can be run... configure: WARNING:
cannot run mixed C/Fortran code
configure: error: Maybe check LDFLAGS
2008 Mar 24
2
CentOS 5.1 on PS3
Hi All,
Does anyone here on the list have CentOS 5.1 running on a PS3? I would
like to look at integrating a couple of PS3 nodes into our cluster for
it's ability to use the Cell processor inside and was wondering if
anyone had any experiences.
2007 Dec 19
4
Problem compiling R 3.6.1 on POWER 570 system
I've for a RHEL 4 box on a P570 system. My end user wants to have a
64-bit version of R compiled due to the large amount of memory they
require (this image has 16GB allocated to it).
I can compile R fine in 32-bit mode, but it can't use more than 2.4GB of
RAM before it falls over and dies.
Compiling in 64-bit mode for POWER systems "should" be as easy as adding
a
2007 Oct 27
2
Cell or PS3 Port
Hello,
I am interested in optimizing some of R's vector math functions to
utilize the SPE units of the Cell processor (commonly found in the
Playstation 3) and I am wondering if anyone has already done any work in
that area. I can't find anything using the search page or Google.
(Admittedly it is difficult to search for information on a
one-letter-named programming language whose
2012 May 01
4
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
On Tue, 01 May 2012 17:23:07 -0500
Peter Bergner <bergner at vnet.ibm.com> wrote:
> On Tue, 2012-05-01 at 16:06 -0500, Hal Finkel wrote:
> > LLVM/clang now will build in the normal way (./configure; make
> > install) on PPC (you'll need at least the 3.1 release candidate (or
> > trunk)). I generally build on my PPC64 hosts with:
> > make ENABLE_OPTIMIZED=1
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 you compile a program like:
#include
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 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
2012 May 01
0
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
On Sat, 2012-04-28 at 15:51 -0500, Hal Finkel wrote:
> > > - There is no support for generating position-independent code on
> > > PPC32. (PIC on PPC64 now works well). Nevertheless, I have
> > > sometimes run into linking errors when compiling shared libraries
> > > with C++ on PPC64.
PPC64 is PIC by nature. As for the linking issue, possibly you blew
the
2013 Dec 03
2
[PATCH 1/2] ppc64: Add ppc64le support
Add PowerPC 64bit little endian support.
Signed-off-by: Anton Blanchard <anton at samba.org>
---
Makefile | 7 +++++--
usr/klibc/arch/ppc64/MCONFIG | 4 ++--
usr/klibc/arch/ppc64/crt0.S | 34 ++++++++++++++++++++-----------
usr/klibc/arch/ppc64/setjmp.S | 40 ++++++++++++++++++++++++++----------
usr/klibc/arch/ppc64/sysstub.ph | 45
2008 May 23
2
error on install with ps3
i have just downloaded the course code for wine for my ps3 but when i run './tools/wineinstall' i get the error message 'port.c:183:2: error: #error You must implement wine_switch_to_stack for your platform'
i also get the error after i run 'make' (after i run ./configure' and 'make depend'
now is it because wine does not support ps3??
or is there something i
2013 Dec 03
0
[klibc:master] ppc64: Add ppc64le support
Commit-ID: 87ad992e1ae0036436646610a23feb4c2895593f
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=87ad992e1ae0036436646610a23feb4c2895593f
Author: Anton Blanchard <anton at samba.org>
AuthorDate: Tue, 3 Dec 2013 18:18:03 +1100
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 3 Dec 2013 10:53:19 -0800
[klibc] ppc64: Add ppc64le support
Add
2008 Jun 30
1
AIX 5.3 --enable-R-shlib make error with R-2.7.1
Using AIX 5.3 and gcc-4.2.1 for building R-2.7.1 with the following
configure flags
OBJECT_MODE=64
CC="gcc -maix64"
CXX="g++ -maix64"
F77="gfortran -maix64"
FC="gfortran -maix64"
CFLAGS="-g -O3"
CXXFLAGS="-g -O3"
FFLAGS="-g -O3"
FCFLAGS="-g -O3"
LDFLAGS="-L/$HOME/usr/local/lib/ppc64