you can get it here :
http://mail.pdaxrom.org/1.1.0beta1/Z...zgcc-3.4.5.img

you should doin Qonsole)
insmod loop.o
mount -o loop zgcc-3.4.5.img zgcc
export PATH=/mmc/mmca1/ezx/zgcc/bin:$PATH
export LD_LIBRARY_PATH=/mmc/mmca1/ezx/zgcc/lib:$PATH

but,there is some erros

hello.c
#include <stdio.h>

int main()
{
printf("hello,world\n");
return 0;
}

gcc -o hello hello.c
erro:
hello.o: File truncated
/tmp/cc3pNX0s.s: Assembler messages:
/tmp/cc3pNX0s.s:4333: FATAL: Can't write hello.o: File truncated

i tried the native gcc compiled myself, the errors are as same as zgcc.