Hi all,
I've just installed the IBM Cell SDK and Full System Simulator (SystemSim) on Ubuntu 8.10 and things seem to be working. I can compile programs that use both the PPU and the SPUs. Running these programs in the newest SystemSim from alphaworks also works, the output is correct.
However there are two things not working in the SystemSim after a fresh installation: ppu-gdb and spu-gdb.
spu-gdb complains that it cannot load libexpat.so.0
This can be resolved by installing the expat-devel rpms for Fedora 9, PPC and PPC64. Afterwards a symlink needs to be created:
- ln -s /usr/lib/libexpat.so /usr/lib/libexpat.so.0
Now spu-gdb works.
ppu-gdb complains that it cannot load libncurses.so.5, however, this file is present in /lib
I've tried installing the ncurses-libs, ncurses-devel, compat-expat1 rpms for Fedora 9, PPC and PPC64. I've tried several different symlinks... Still, it cannot load libncurses.so.5...
Does anyone experience the same error, or am I the only one?
Anyone got any ideas how to fix this?