Closed bradonkanyid closed 4 years ago
Docker-based build system is out-of-date
In order to get pre-packaged newer arm-none-eabi packages, use a rolling distro (Arch Linux) Currently, this will install gcc 10.1
make docker-build builds a new container named stm32-build, which the makefile can use to build the vextreme firmware.
make docker-build
stm32-build
I, Bradon Kanyid, agree to license my contributions to this project under the terms of the GPL 3.0 or any later version.
Bradon Kanyid
Please add your full legal name above, for this PR to be mergeable. If you would prefer to sign a CLA via email, please request that.
This is not well-tested yet, but the build does build. Needs some validation now.
Problem
Docker-based build system is out-of-date
Solution
In order to get pre-packaged newer arm-none-eabi packages, use a rolling distro (Arch Linux) Currently, this will install gcc 10.1
Steps to Test
make docker-build
builds a new container namedstm32-build
, which the makefile can use to build the vextreme firmware.Contributor License Agreement
I,
Bradon Kanyid
, agree to license my contributions to this project under the terms of the GPL 3.0 or any later version.