Docker container for building the STM 32 toolchain
I am not related in any way to STM, I have no intention to maintain this repository, it's posted purely as an educational example.
Toolchain version (git tag) can be adjusted in clone-toolchain.sh.
Building of individual toolchain modules can be enabled/disabled in build-toolchain.sh (skip_steps flag).
cd scripts
./build-docker-image.sh
./clone-toolchain.sh
./build-toolchain.shDo whatever you want.