We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2accf5a commit 79862b7Copy full SHA for 79862b7
cmake/arm-cortex-gnu/ArmCortexGnuToolchain.cmake
@@ -1,5 +1,5 @@
1
SET(TARGET_TRIPLET "arm-none-eabi")
2
-SET(ARM_COMPILER_VERSION 13.3.rel1)
+SET(ARM_COMPILER_VERSION 14.2.rel1)
3
SET(ARM_COMPILER_PATH /opt/arm-gnu-toolchain-${ARM_COMPILER_VERSION}-x86_64-${TARGET_TRIPLET}/bin)
4
# Without that flag CMake is not able to pass test compilation check
5
SET(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
0 commit comments