Finally, fresh from the oven, here are the remaining two toolchains I’ve promised, based on GCC 6.1 and GLIBC 2.23. Download from the FTP:

Unpack into /usr/local, and add to your $PATH, e.g.

export PATH=/usr/local/arm-unknown-linux-gnueabi-6.1.0-2/bin:$PATH

The toolchains are built using crosstool-NG on Ubuntu 16.04 64-bit, and are primarily intended for myself and users of TroglOS, but are generic enough to be useful for other purposes as well.

The .config for crosstool-NG can be retrieved using the $CROSS prefix followed by -ct-ng.config, e.g.:

arm-unknown-linux-gnueabi-cg-ng.config

This revision only contains C and C++ cross-toolchains, but the next revision will likely also include Go. Enjoy! 😃