Skip to content

Commit 79862b7

Browse files
committed
fixed path to newer GCC ARM
1 parent 2accf5a commit 79862b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmake/arm-cortex-gnu/ArmCortexGnuToolchain.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SET(TARGET_TRIPLET "arm-none-eabi")
2-
SET(ARM_COMPILER_VERSION 13.3.rel1)
2+
SET(ARM_COMPILER_VERSION 14.2.rel1)
33
SET(ARM_COMPILER_PATH /opt/arm-gnu-toolchain-${ARM_COMPILER_VERSION}-x86_64-${TARGET_TRIPLET}/bin)
44
# Without that flag CMake is not able to pass test compilation check
55
SET(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)

0 commit comments

Comments
 (0)