From a3996e212d3bbef28ffd1328a34c8f7c5252ea8d Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 21 Feb 2024 19:18:39 -0500 Subject: [PATCH] only:use same gcc version as GitHub Actions from .github/workflows --- firmware/setup_linux_environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/setup_linux_environment.sh b/firmware/setup_linux_environment.sh index 82df794616..ff5dd4775d 100755 --- a/firmware/setup_linux_environment.sh +++ b/firmware/setup_linux_environment.sh @@ -2,7 +2,7 @@ # # it's totally possible to develop on Windows. Also WSL is amazing! -# TL,DR: use gcc 9.3 +# TL,DR: use same gcc version as GitHub Actions from .github/workflows # # by the way to uninstall package with old compiler version you might use # sudo apt remove binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi