Problem building gcell on PS3

Hello I’m from Germany!

I’m running Xubuntu 9.10 (Karmic Koala) on PS3 and installed GNU Radio
3.2.2
from tarball succesfully so far - but without gcell and gr-gcell!
Configure script says that gcell and gr-gcell will be build.
If I run make, the process aborts with following errors:

(it’s an extract from log)

spu-gcc -DHAVE_CONFIG_H -I. -I…/…/…
-I/home/hbo/gnuradio-3.2.2/gcell/include
-I…/…/…/gcell/ibm/sync/spu_source -O3 -g --std=gnu99
-fstrict-aliasing -Wall -Wextra -Wstrict-prototypes
-Werror-implicit-function-declaration -MT gc_delay.o -MD -MP -MF
.deps/gc_delay.Tpo -c -o gc_delay.o test -f './../runtime/spu/gc_delay.c' || echo './'./…/runtime/spu/gc_delay.c
/tmp/ccxTJt7e.s: Assembler messages:
/tmp/ccxTJt7e.s:19: Error: Unrecognized opcode: biz' /tmp/ccxTJt7e.s:20: Error: Unrecognized opcode:il’
/tmp/ccxTJt7e.s:23: Error: Unrecognized opcode: il' /tmp/ccxTJt7e.s:24: Error: Unrecognized opcode:hbrr’
/tmp/ccxTJt7e.s:29: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:29: Error: junk at end of line:$127’
/tmp/ccxTJt7e.s:29: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:29: Error: junk at end of line:$127’
/tmp/ccxTJt7e.s:29: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:31: Error: junk at end of line:$127’
/tmp/ccxTJt7e.s:31: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:31: Error: junk at end of line:$127’
/tmp/ccxTJt7e.s:31: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:31: Error: junk at end of line:$127’
/tmp/ccxTJt7e.s:33: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:33: Error: junk at end of line:$127’
/tmp/ccxTJt7e.s:33: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:33: Error: junk at end of line:$127’
/tmp/ccxTJt7e.s:33: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:35: Error: junk at end of line:$127’
/tmp/ccxTJt7e.s:35: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:37: Error: Unrecognized opcode:ai’
/tmp/ccxTJt7e.s:39: Error: Unrecognized opcode: brnz' /tmp/ccxTJt7e.s:43: Error: Unrecognized opcode:ai’
/tmp/ccxTJt7e.s:44: Error: Unrecognized opcode: ceq' /tmp/ccxTJt7e.s:45: Error: Unrecognized opcode:brz’
/tmp/ccxTJt7e.s:46: Error: Unrecognized opcode: bi' /tmp/ccxTJt7e.s:56: Error: Unrecognized opcode:hbrr’
/tmp/ccxTJt7e.s:58: Error: Unrecognized opcode: clgti' /tmp/ccxTJt7e.s:59: Error: junk at end of line:$127’
/tmp/ccxTJt7e.s:60: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:61: Error: Unrecognized opcode:biz’
/tmp/ccxTJt7e.s:64: Error: Unrecognized opcode: rotmi' /tmp/ccxTJt7e.s:66: Error: Unrecognized opcode:biz’
/tmp/ccxTJt7e.s:70: Error: junk at end of line: $127' /tmp/ccxTJt7e.s:72: Error: Unrecognized opcode:ai’
/tmp/ccxTJt7e.s:74: Error: Unrecognized opcode: brnz' /tmp/ccxTJt7e.s:75: Error: Unrecognized opcode:bi’
make[4]: *** [gc_delay.o] Fehler 1
make[4]: Verlasse Verzeichnis ‘/home/hbo/gnuradio-3.2.2/gcell/lib/spu’
make[3]: *** [all-recursive] Fehler 1
make[3]: Verlasse Verzeichnis ‘/home/hbo/gnuradio-3.2.2/gcell/lib’
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis ‘/home/hbo/gnuradio-3.2.2/gcell’
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis ‘/home/hbo/gnuradio-3.2.2’
make: *** [all] Fehler 2

The packet spu-gcc ist already installed. Seems like an assembler error.
So I can’t build gcell on my ps3.
Has anybody an advice to solve this issue?

Thanks
Matty