Skip to content

Commit

Permalink
Mention in README.md that GCC 10 is the minimum supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilSzczygiel committed Sep 2, 2024
1 parent 107db81 commit 2ab1dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To configure & build *distortos* you need:
- [CMake](https://cmake.org/) (version 3.8 or later);
- [a build tool supported by CMake](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#manual:cmake-generators(7)) -
it is highly recommended to use [Ninja](https://ninja-build.org/);
- [arm-none-eabi bleeding-edge-toolchain](https://github.com/FreddieChopin/bleeding-edge-toolchain) (*GCC* version 5 or
- [arm-none-eabi bleeding-edge-toolchain](https://github.com/FreddieChopin/bleeding-edge-toolchain) (*GCC* version 10 or
later);

*distortos* tries to follow typical *CMake* cross-compiling workflow, which means that you always have to use a
Expand Down

0 comments on commit 2ab1dd5

Please sign in to comment.