carlosperate / docker-microbit-toolchain

Docker image with the BBC micro:bit C/C++ toolchain 🐳
MIT License
12 stars 7 forks source link

Issues with newer versions of arm GCC #3

Open carlosperate opened 2 years ago

carlosperate commented 2 years ago

We have to stick to v10.2.1 (10-2020-q4) as any newer version causes compilation issues in CODAL:

carlosperate commented 2 years ago

The issue with GCC v10.3 was fixed in:

But there is an issue with v11.2, which looks like a compiler bug:

This issue is resolved in v11.3, but that release is much bigger:

carlosperate commented 1 year ago

There are issues building micro:bit V1 repos and DAPLink with gcc 12, so cannot move yet: