MIPS Compilers and Libraries
Codescape GNU Tools for MIPS click here
Open Source Compilers
LLVM
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them.
Click here to go to the LLVM project.
Compiler Libraries
For the Codescape linux toolchains, we use the GNU C library (glibc) for full-featured systems.
For the Codescape bare metal toolchains, we use Newlib.