Post
Topic
Board Beginners & Help
Re: Cellminer Help
by
Hebination
on 26/06/2011, 22:38:53 UTC
I got past that last issue and now the spu compiles correctly but when I try and compile ppu it give this error:  internal compiler error: in trunc_int_for_mode, at explow.c:56

I know in the other Cellminer page that it was throwing that error up because a compiler version issue. How would I go about fixing this?



-Edit-

Answering my own questions here I guess Smiley

I fixed the compiling issue by typing this in:

apt-get install gcc-4.4

sudo rm /usr/bin/gcc
sudo ln -s /usr/bin/gcc-4.4 /usr/bin/gcc

After I did that, ppu went ahead and compliled.