Tilera Open Source

Please see our top-level page for more information about Tilera and the Tilera processors; direct questions about the material on this web page to the Tilera Open Source mailing list <opensource@tilera.com>.

Documentation for the chips is available here.

Source Code

Most of the Tilera toolchain and runtime software has been returned to the community; this web site hosts sources that have not yet been returned, as well as some backports to earlier versions.

Prebuilt RedHat RHEL5 x86_64 cross-compilation tools are available in the tilepro-x86_64.tar.bz2 and tilegx-x86_64.tar.bz2 tarballs, each about 75 MB, which unpack to an "install" tree that can be located anywhere. Each tarball contains the basic cross-build environment built for x86_64 (binutils snapshot as of 3/12/2012, gcc 4.4.6 backport, glibc 2.12 backport, and gdb 7.1 backport). We build with "--sysroot" so that the "install" directory can be moved around or renamed after it is created.

If you want to build for a different host, or rebuild after modifying the tool chain sources, you will need to follow the tool-chain build process described in the Building from Source documentation.