Newlib, ported to Redox, and a number of shell files for compiling other programs.
Run ./setup.sh all
to build the gcc toolchain and newlib libc implementation.
Arch Linux and .deb packages can be built from the files in packages/
. A prebuild .deb toolchain is available at https://static.redox-os.org/toolchain/.
To build a port, enter the ports directory with cd ports
. Choose a port to build, such as lua, keeping in mind the fact that many of the ports due not work yet. You can then run ./lua.sh add
to build the port. You can then copy the binary ../build/sysroot/usr/bin/lua
to Redox's filesystem.