Specifications
evmergelo 9,5,6
efdadd 11,0,9
efdmul 0,0,9
efddiv 11,11,0
evstdd 11,24(1)
evmergehi 9,11,11
mr 10,11
stw 9,32(1)
stw 10,36(1)
mr 3,9
mr 4,10
addi 1,1,48
blr
.size foo, .-foo
.ident "GCC: (GNU) 4.2.2"
.section .note.GNU-stack,"",@progbits
Here we can see moderate use of General Purpos Registers combined with the use of SPE
machine instructions (evmergelo, efdadd, efdmul, efddiv, evstdd, evmergehi) which proves
that the compiler really generates code that supports the SPE.
14.1.10. ELDK 2.x Installation Aborts
Question:
I tried to install ELDK version 2.x on a SuSE 8.2 / SuSE 9 / RedHat-9 Linux host but failed - it
terminated without installing any packages. Why?
Answer:
Newer Linux distributions use libraries that are incompatible to those used by the ELDK's installation
tools. This problem was fixed in later releases of the ELDK (version 3.0 and later). It is therefore
recommended to use a more recent version of the ELDK. If you really want to install an old version,
the following back-port is available:
Please download the file ftp://ftp.denx.de/pub/tmp/ELDK-update-2.2.0.tar.bz2
Then change into the source tree with the ELDK files and perform the following operations:
bash$ rm RPMS/rpm-4.0.3-1.03b_2.i386.rpm \
RPMS/rpm-build-4.0.3-1.03b_2.i386.rpm \
RPMS/rpm-devel-4.0.3-1.03b_2.i386.rpm \
tools/usr/lib/rpm/rpmpopt-4.0.3
bash$ tar jxf /tmp/ELDK-update-2.2.0.tar.bz2
Then build the ISO image as documented, and try again.
14.1.11. Enable SSH Access
Question:
How can I enable SSH access to the target system when running with the ELDK file system mounted
over NFS?
Answer:
The ELDK includes the dropbear SSH server and client packages (see
http://matt.ucc.asn.au/dropbear/dropbear.html). To enable SSH access, you must first generate the
SSH host keys for RSA and DSS:
14.1.11. Enable SSH Access 158