This topic will help you prepare your system for installation of the SDK.
# /etc/init.d/yum-updatesd statusIf the command returns a result similar to:
# /etc/init.d/yum-updatesd status yum-updatesd (pid 12260) is running...then type the command:
# /etc/init.d/yum-updatesd stopYou will see a result similar to:
# /etc/init.d/yum-updatesd stop Stopping yum-updatesd: [ OK ]Later in the installation process you will restart the daemon.
glibc-2.5-12.ppc.rpm glibc-2.5-12.ppc64.rpm glibc-devel-2.5-12.ppc.rpm glibc-devel-2.5-12.ppc64.rpm glibc-headers-2.5-12.ppc.rpm kernel-headers-2.6.18-8.el5.ppc.rpm gmp-4.1.4-10.el5.ppc.rpm gmp-4.1.4-10.el5.ppc64.rpm gmp-devel-4.1.4-10.el5.ppc.rpm gmp-devel-4.1.4-10.el5.ppc64.rpm
%define glibc_version 2.5-12 %define kernheaders_version 2.6.18-8.el5 %define gmp_version 4.1.4-10.el5
# rpmbuild -ba /usr/src/redhat/SPECS/ppu-sysroot.specThis will create the following sysroot RPMs:
/usr/src/redhat/RPMS/noarch/ppu-sysroot-rhel5-2.noarch.rpm /usr/src/redhat/RPMS/noarch/ppu-sysroot64-rhel5-2.noarch.rpm
# cd /usr/src/redhat/RPMS/noarch/ # rpm -ivh ppu-sysroot-rhel5-2.noarch.rpm ppu-sysroot64-rhel5-2.noarch.rpmThe installation places the target library files into the /opt/cell/sysroot directory.