You can download the binary release of GCC for ZPU from this page:

opensource.zylin.com/zpudownload.html

Make a directory for your zpu tool chain and change to it, I called mine zpu:

$ mkdir zpu

$ cd zpu

Put the down loaded package there and unpack it:

$ tar -xvjf zpugcclinux.tar.bz2

That will have created an "install" directory full of ZPU goodies.

Now you should be able to run GCC for ZPU.

$ ./bin/zpu-elf-gcc bla bla bla ...


