Post
Topic
Board Beginners & Help
Cellminer Help
by
Hebination
on 26/06/2011, 10:10:44 UTC
I am running Debian Wheezy/Sid on my PS3 and I am trying to get Cellminer to work. I am getting the following errors during the make process:

Code:
make -C ext
make[1]: Entering directory `/root/cellminer/ext'
make -C spu
make[2]: Entering directory `/root/cellminer/ext/spu'
spu-gcc -DUNROLL_SHA256 -Dinline="inline __attribute__((always_inline))" -O3 -fno-strict-aliasing -funroll-loops -mno-safe-hints -Wall -Werror    -c -o worker.o worker.c
spu-gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found
compilation terminated.
make[2]: *** [worker.o] Error 1
make[2]: Leaving directory `/root/cellminer/ext/spu'
make[1]: *** [spu/worker.elf] Error 2
make[1]: Leaving directory `/root/cellminer/ext'
make: *** [ext/cellminer.so] Error 2


Any ideas?