Downloads and repackages the official binary distribution of Arm GNU Toolchain as Flatpak.
To be able to do Arm embedded development (e.g. using Raspberry Pi Pico SDK) with Flatpak IDEs seamlessly without the need to resort to ugly hacks or modify the IDE package.
- Use
flatpak-builder
to do the repackaging. - Install the package.
- For your favorite IDE, add
arm-gnu-toolchain-12-2
to theFLATPAK_ENABLE_SDK_EXT
environment variable via flatseal orflatpak override
. - Restart the IDE and you should be able to invoke the toolchain without the need to mess with PATH or anything.