From 41a22036279e6cc35e929ec017f14d5f8929a16f Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Tue, 27 Aug 2019 20:42:11 +0000 Subject: [PATCH] Refs #526. Upgraded GCC ARM demo programs to version 8-2018-q4 of GNU ARM Embedded. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@722 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- .../Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Boot/makefile | 2 +- .../Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Prog/makefile | 2 +- .../Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/makefile | 2 +- .../Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Prog/makefile | 2 +- Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Boot/makefile | 2 +- Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Prog/makefile | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Boot/makefile b/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Boot/makefile index 238614a9..b7909191 100644 --- a/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Boot/makefile +++ b/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_stm32f051 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Prog/makefile b/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Prog/makefile index c0e54f3c..926235ae 100644 --- a/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Prog/makefile +++ b/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_stm32f051 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Boot/makefile b/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Boot/makefile index 4b7cfc33..703c753d 100644 --- a/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Boot/makefile +++ b/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_stm32f091 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Prog/makefile b/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Prog/makefile index 18a37f11..3e70dee6 100644 --- a/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Prog/makefile +++ b/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_stm32f091 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Boot/makefile b/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Boot/makefile index 80e555fd..2c44c413 100644 --- a/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Boot/makefile +++ b/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_stm32g071 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Prog/makefile b/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Prog/makefile index 1baab01c..1c2a9c6a 100644 --- a/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Prog/makefile +++ b/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_stm32g071 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/makefile b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/makefile index 7d38465a..448add74 100644 --- a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_olimex_efm32g880 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Prog/makefile b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Prog/makefile index 6f194523..ee92cd10 100644 --- a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_olimex_efm32g880 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/makefile b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/makefile index 9c9747a4..8eff7369 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_ek_lm3s6965 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Prog/makefile b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Prog/makefile index 2ad299bb..20532ef1 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_ek_lm3s6965 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/makefile b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/makefile index dba3037c..b9529bd7 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_ek_lm3s8962 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Prog/makefile b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Prog/makefile index 082ed0e2..1b2b5139 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_ek_lm3s8962 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Boot/makefile b/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Boot/makefile index 5d46690f..b3039bce 100644 --- a/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_nucleo_stm32f103rb #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Prog/makefile b/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Prog/makefile index 5f1c8ab4..4261793b 100644 --- a/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_nucleo_stm32f103rb #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Boot/makefile b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Boot/makefile index 05712dfc..77670b90 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_olimex_stm32h103 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Prog/makefile b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Prog/makefile index c37c8314..c3387f72 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_olimex_stm32h103 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Boot/makefile b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Boot/makefile index 98ab7cdf..f790382c 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_olimex_stm32p103 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/makefile b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/makefile index f2bc2c60..57301663 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_olimex_stm32p103 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Boot/makefile b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Boot/makefile index 98a2242d..e53cc7de 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_olimexino_stm32 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/makefile b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/makefile index 2771cca3..b5999cb4 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_olimexino_stm32 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/makefile b/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/makefile index 003ac135..6ace3f91 100644 --- a/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_stm32f207 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Prog/makefile b/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Prog/makefile index 30bb8772..c641fc79 100644 --- a/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_stm32f207 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Boot/makefile b/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Boot/makefile index 19bb70f0..439394f3 100644 --- a/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Boot/makefile +++ b/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_stm32f303 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Prog/makefile b/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Prog/makefile index bb2754fd..bad072ff 100644 --- a/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Prog/makefile +++ b/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_stm32f303 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Boot/makefile b/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Boot/makefile index e632d45f..fef97f73 100644 --- a/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Boot/makefile +++ b/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_stm32f303 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Prog/makefile b/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Prog/makefile index fda3c793..f1e06a98 100644 --- a/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Prog/makefile +++ b/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_stm32f303 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Boot/makefile b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Boot/makefile index 3213434a..a3b3f431 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Boot/makefile +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_olimex_stm32e407 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/makefile b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/makefile index 300b16cd..230a7147 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/makefile +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_olimex_stm32e407 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Boot/makefile b/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Boot/makefile index c213a189..3d0ae873 100644 --- a/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Boot/makefile +++ b/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_stm32l476 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Prog/makefile b/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Prog/makefile index 5e82152b..9a9e3114 100644 --- a/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Prog/makefile +++ b/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_stm32l476 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Boot/makefile b/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Boot/makefile index dc31b019..6567f99b 100644 --- a/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Boot/makefile +++ b/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_stm32f746 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Prog/makefile b/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Prog/makefile index a7f7f167..8104d988 100644 --- a/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Prog/makefile +++ b/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_stm32f746 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Boot/makefile b/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Boot/makefile index 49247f03..9fd66edf 100644 --- a/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Boot/makefile +++ b/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Boot/makefile @@ -34,7 +34,7 @@ PROJ_NAME=openblt_stm32f767 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Prog/makefile b/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Prog/makefile index 0836f6fd..e03996cb 100644 --- a/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Prog/makefile +++ b/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Prog/makefile @@ -34,7 +34,7 @@ PROJ_NAME=demoprog_stm32f767 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------|