I would like to know if there’s a process of getting addition CPU architectures into the prebuilt toolchains. The WIndows, MacOS, and Linux 64 bit toolchains are great, but I was hoping to be able grab one for running on a Raspberry Pi 2/3. The current version available via the Raspbian packages repo is a bit old.
Does anyone have a pointer to prebuilt versions (both current and older would be nice) for armv6l/armv7l/Raspberry Pi hosts?
I'm in a similar situation looking for prebuilt binaries for the latest "GNU Embedded Toolchain for Arm" that will run on a Raspberry Pi with Raspbian (ie: armhf). For example, I'd like a prebuilt binary for the latest release 8-2019q3-update.
https://launchpad.net/gcc-arm-embedded/+announcement/15293
I've tried building from the source, but have not been successful. The link provided to Linaro above did not appear to have what I need.
Does anyone know of a place where these prebuilt binaries can be found? Or, does anyone have information on how to build the binaries locally? I've previously followed the PDF instructions provided with the source to build but was not able to get it to build on a Raspberry Pi or through cross-compiling.