Menu

Initial Notes

Issue 1: binutils

The build of binutils will get an RPM version error and not install. To
fix this goto "/home/src/sourceforge/BUILD/spu-binutils-2.17.50/obj-spu" and ty
pe make install

Issue 2: get the Barcelona sysroot rpm:
wget http://www.bsc.es/projects/deepcomputing/linuxoncell/cellsimulator/
sdk2.0/ppu-sysroot-3.3-6.noarch.rpm
rpm -i --ignorearch --ignoreos ppu-sysroot-3.3-6.noarch.rpm
rpm2cpio /tmp/glibc-headers-2.4-4.ppc.rpm | cpio -i -d
rpm2cpio /tmp/glibc-kernheaders-3.0-5.2.ppc.rpm | cpio -i -d
/opt/cell/sysroot
ln -s /opt/cell/toolchain-3.3/sysroot/ /opt/cell/sysroot

newlib headers:
cd /tmp
wget ftp://sources.redhat.com/pub/newlib/newlib-1.15.0.tar.gz
tar zxvf newlib-1.15.0.tar.gz newlib-1.15.0/newlib/libc/include
cd newlib-1.15.0/newlib/libc
cp -rp include /opt/cell/spu

Set Path to : export PATH=$PATH:/opt/cell/bin

Posted by S Manning 2007-01-29

Log in to post a comment.