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?
HiFrom what I can see, you need prebuilt toolchains that run on Arm v6/v7 hardware. At this point, Arm only provides cross-toolchains that run on x86 host. We soon plan to provide cross-toolchains that run on AArch64 (Armv8) running Linux. But there is no plan to provide Armv7 or Armv6 hosted toolchain from Arm.RegardsAshok
Where to get, or how to build toolchain "aarch64 for aarch64 linux"?