diff --git a/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Boot/makefile b/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Boot/makefile index b7909191..8b8be313 100644 --- a/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Boot/makefile +++ b/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_stm32f051 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 926235ae..9033da26 100644 --- a/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Prog/makefile +++ b/Target/Demo/ARMCM0_STM32F0_Discovery_STM32F051_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_stm32f051 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 703c753d..92b8151f 100644 --- a/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Boot/makefile +++ b/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_stm32f091 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 3e70dee6..0a9b3191 100644 --- a/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Prog/makefile +++ b/Target/Demo/ARMCM0_STM32F0_Nucleo_F091RC_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_stm32f091 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 2c44c413..8b5815af 100644 --- a/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Boot/makefile +++ b/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_stm32g071 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 1c2a9c6a..10fc1e92 100644 --- a/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Prog/makefile +++ b/Target/Demo/ARMCM0_STM32G0_Nucleo_G071RB_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_stm32g071 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 448add74..f6427431 100644 --- a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_olimex_efm32g880 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 ee92cd10..ab844d2a 100644 --- a/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_EFM32_Olimex_EM32G880F128STK_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_olimex_efm32g880 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 8eff7369..ab092afa 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_ek_lm3s6965 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 20532ef1..a7003f35 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S6965_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_ek_lm3s6965 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 b9529bd7..392f6761 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_ek_lm3s8962 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 1b2b5139..7b11724a 100644 --- a/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_LM3S_EK_LM3S8962_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_ek_lm3s8962 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 b3039bce..f7b32438 100644 --- a/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_nucleo_stm32f103rb #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 4261793b..70dd7f2c 100644 --- a/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Nucleo_F103RB_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_nucleo_stm32f103rb #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 77670b90..f279b3f0 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_olimex_stm32h103 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 c3387f72..3f5c015a 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32H103_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_olimex_stm32h103 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 f790382c..19c913e4 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_olimex_stm32p103 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 57301663..c2771212 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_olimex_stm32p103 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 e53cc7de..0a1ffb78 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_olimexino_stm32 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 b5999cb4..a08524e8 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_olimexino_stm32 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 6ace3f91..9d27371c 100644 --- a/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/makefile +++ b/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_stm32f207 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 c641fc79..c8cf922e 100644 --- a/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Prog/makefile +++ b/Target/Demo/ARMCM3_STM32F2_Olimex_STM32P207_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_stm32f207 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 439394f3..58deeffd 100644 --- a/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Boot/makefile +++ b/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_stm32f303 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 bad072ff..57bf9d0a 100644 --- a/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Prog/makefile +++ b/Target/Demo/ARMCM4_STM32F3_Discovery_F303VC_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_stm32f303 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 fef97f73..c94bf401 100644 --- a/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Boot/makefile +++ b/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_stm32f303 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 f1e06a98..2466a7f5 100644 --- a/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Prog/makefile +++ b/Target/Demo/ARMCM4_STM32F3_Nucleo_F303K8_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_stm32f303 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 a3b3f431..e30005fd 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Boot/makefile +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_olimex_stm32e407 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 230a7147..8ac8ce86 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/makefile +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_olimex_stm32e407 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ diff --git a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Boot/makefile b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Boot/makefile index a67e874e..3c06a60f 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Boot/makefile +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_olimex_stm32p405 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ diff --git a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Prog/makefile b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Prog/makefile index 0de55315..359b5462 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Prog/makefile +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_olimex_stm32p405 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 3d0ae873..c234aa4d 100644 --- a/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Boot/makefile +++ b/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_stm32l476 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 9a9e3114..021a0e8b 100644 --- a/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Prog/makefile +++ b/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_stm32l476 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 6567f99b..1c7fe99c 100644 --- a/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Boot/makefile +++ b/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_stm32f746 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 8104d988..e583fbbd 100644 --- a/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Prog/makefile +++ b/Target/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_stm32f746 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 9fd66edf..81a81c5f 100644 --- a/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Boot/makefile +++ b/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Boot/makefile @@ -34,6 +34,12 @@ PROJ_NAME=openblt_stm32f767 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA 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 e03996cb..286263df 100644 --- a/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Prog/makefile +++ b/Target/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Prog/makefile @@ -34,6 +34,12 @@ PROJ_NAME=demoprog_stm32f767 #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| +# Configure the path to where the arm-none-eabi-gcc program is located. If the program +# is available on the path, then the TOOL_PATH variable can be left empty. +# Make sure to add a fordward slash at the end. Note that on Windows it should be in the +# 8.3 short pathname format with forward slashes. To obtain the pathname in the 8.3 +# format, open the directory in the Windows command prompt and run the following command: +# cmd /c for %A in ("%cd%") do @echo %~sA TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/