CORTEX_M0+_Atmel_SAMD20_Xplained Won't Build with FreeRTOS 9.0.0/Atmel Studio 7.0.1188

ppotts wrote on Tuesday, November 29, 2016:

I have installed the Atmel pack for the SAMD20 family and I can open the RTOSDemo.atsln solution file under

FreeRTOSv9.0.0\FreeRTOS\Demo\CORTEX_M0+_Atmel_SAMD20_XPlained

Trying to build, I’m getting:

Severity	Code	Description	Project	File	Line
Error		recipe for target 'src/Common-Demo-Tasks/blocktim.o' failed	RTOSDemo	C:\Users\ppotts\Documents\GitHub\FreeRTOSv9.0.0\FreeRTOS\Demo\CORTEX_M0+_Atmel_SAMD20_XPlained\RTOSDemo\Debug\Makefile	380
Error		recipe for target 'src/Common-Demo-Tasks/countsem.o' failed	RTOSDemo	C:\Users\ppotts\Documents\GitHub\FreeRTOSv9.0.0\FreeRTOS\Demo\CORTEX_M0+_Atmel_SAMD20_XPlained\RTOSDemo\Debug\Makefile	380
Error		recipe for target 'src/Common-Demo-Tasks/dynamic.o' failed	RTOSDemo	C:\Users\ppotts\Documents\GitHub\FreeRTOSv9.0.0\FreeRTOS\Demo\CORTEX_M0+_Atmel_SAMD20_XPlained\RTOSDemo\Debug\Makefile	380

The build output shows:

------ Build started: Project: RTOSDemo, Configuration: Debug ARM ------
Build started.
Project "RTOSDemo.cproj" (default targets):
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "CoreBuild" in file "C:\Program Files (x86)\Atmel\Studio\7.0\Vs\Compiler.targets" from project "C:\Users\ppotts\Documents\GitHub\FreeRTOSv9.0.0\FreeRTOS\Demo\CORTEX_M0+_Atmel_SAMD20_XPlained\RTOSDemo\RTOSDemo.cproj" (target "Build" depends on it):
	Task "RunCompilerTask"
		Shell Utils Path C:\Program Files (x86)\Atmel\Studio\7.0\shellUtils
		C:\Program Files (x86)\Atmel\Studio\7.0\shellUtils\make.exe all --jobs 4 --output-sync 
		Building file: ../../../Common/Minimal/blocktim.c
		Invoking: ARM/GNU C Compiler : 0.0.0
		"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe"  -x c -mthumb -D__SAMD20J18__ -DARM_MATH_CM0=true -DBOARD=SAMD20_XPLAINED_PRO -D__SAMD20J18__ -DUSART_CALLBACK_MODE=true  -I"../src" -I"../src/ASF/common/boards" -I"../src/ASF/common/utils" -I"../src/ASF/sam0/boards" -I"../src/ASF/sam0/boards/samd20_xplained_pro" -I"../src/ASF/sam0/drivers/port" -I"../src/ASF/sam0/drivers/system" -I"../src/ASF/sam0/drivers/system/clock" -I"../src/ASF/sam0/drivers/system/interrupt" -I"../src/ASF/sam0/drivers/system/pinmux" -I"../src/ASF/sam0/utils" -I"../src/ASF/sam0/utils/cmsis/samd20/include" -I"../src/ASF/sam0/utils/cmsis/samd20/include/component" -I"../src/ASF/sam0/utils/cmsis/samd20/include/instance" -I"../src/ASF/sam0/utils/cmsis/samd20/include/pio" -I"../src/ASF/sam0/utils/cmsis/samd20/source" -I"../src/ASF/sam0/utils/header_files" -I"../src/ASF/sam0/utils/preprocessor" -I"../src/ASF/thirdparty/CMSIS/Include" -I"../src/ASF/thirdparty/CMSIS/Lib/GCC" -I"../src/config" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\CMSIS\Include" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL\samd20\include" -I"../src/ASF/common/services/serial" -I"../src/ASF/sam0/drivers/sercom" -I"../src/ASF/sam0/drivers/sercom/usart" -I"../../../../Source/include" -I"../../../../Source/portable/GCC/ARM_CM0" -I"../../../../../FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI" -I"../../../Common/include"  -O0 -fdata-sections -ffunction-sections -mlong-calls -g3 -Wall -Wextra -mcpu=cortex-m0plus -c -pipe -fno-strict-aliasing -std=gnu99 -ffunction-sections -fdata-sections -Wformat=2 --param max-inline-insns-single=500 -MD -MP -MF "src/Common-Demo-Tasks/blocktim.d" -MT"src/Common-Demo-Tasks/blocktim.d" -MT"src/Common-Demo-Tasks/blocktim.o"   -o "src/Common-Demo-Tasks/blocktim.o" "../../../Common/Minimal/blocktim.c" 
C:\Users\ppotts\Documents\GitHub\FreeRTOSv9.0.0\FreeRTOS\Demo\CORTEX_M0+_Atmel_SAMD20_XPlained\RTOSDemo\Debug\Makefile(380,1): error: recipe for target 'src/Common-Demo-Tasks/blocktim.o' failed
		process_begin: CreateProcess(NULL, "C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe" -x c -mthumb -D__SAMD20J18__ -DARM_MATH_CM0=true -DBOARD=SAMD20_XPLAINED_PRO -D__SAMD20J18__ -DUSART_CALLBACK_MODE=true -I../src -I../src/ASF/common/boards -I../src/ASF/common/utils -I../src/ASF/sam0/boards -I../src/ASF/sam0/boards/samd20_xplained_pro -I../src/ASF/sam0/drivers/port -I../src/ASF/sam0/drivers/system -I../src/ASF/sam0/drivers/system/clock -I../src/ASF/sam0/drivers/system/interrupt -I../src/ASF/sam0/drivers/system/pinmux -I../src/ASF/sam0/utils -I../src/ASF/sam0/utils/cmsis/samd20/include -I../src/ASF/sam0/utils/cmsis/samd20/include/component -I../src/ASF/sam0/utils/cmsis/samd20/include/instance -I../src/ASF/sam0/utils/cmsis/samd20/include/pio -I../src/ASF/sam0/utils/cmsis/samd20/source -I../src/ASF/sam0/utils/header_files -I../src/ASF/sam0/utils/preprocessor -I../src/ASF/thirdparty/CMSIS/Include -I../src/ASF/thirdparty/CMSIS/Lib/GCC -I../src/config "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel" "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\CMSIS\Include" "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL" "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL\samd20\include" -I../src/ASF/common/services/serial -I../src/ASF/sam0/drivers/sercom -I../src/ASF/sam0/drivers/sercom/usart -I../../../../Source/include -I../../../../Source/portable/GCC/ARM_CM0 -I../../../../../FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI -I../../../Common/include -O0 -fdata-sections -ffunction-sections -mlong-calls -g3 -Wall -Wextra -mcpu=cortex-m0plus -c -pipe -fno-strict-aliasing -std=gnu99 -ffunction-sections -fdata-sections -Wformat=2 --param max-inline-insns-single=500 -MD -MP -MF src/Common-Demo-Tasks/blocktim.d -MTsrc/Common-Demo-Tasks/blocktim.d -MTsrc/Common-Demo-Tasks/blocktim.o -o src/Common-Demo-Tasks/blocktim.o ../../../Common/Minimal/blocktim.c, ...) failed.
		make (e=2): The system cannot find the file specified.
		make: *** [src/Common-Demo-Tasks/blocktim.o] Error 2
		make: *** Waiting for unfinished jobs....
		Building file: ../../../Common/Minimal/countsem.c
		Invoking: ARM/GNU C Compiler : 0.0.0
		"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe"  -x c -mthumb -D__SAMD20J18__ -DARM_MATH_CM0=true -DBOARD=SAMD20_XPLAINED_PRO -D__SAMD20J18__ -DUSART_CALLBACK_MODE=true  -I"../src" -I"../src/ASF/common/boards" -I"../src/ASF/common/utils" -I"../src/ASF/sam0/boards" -I"../src/ASF/sam0/boards/samd20_xplained_pro" -I"../src/ASF/sam0/drivers/port" -I"../src/ASF/sam0/drivers/system" -I"../src/ASF/sam0/drivers/system/clock" -I"../src/ASF/sam0/drivers/system/interrupt" -I"../src/ASF/sam0/drivers/system/pinmux" -I"../src/ASF/sam0/utils" -I"../src/ASF/sam0/utils/cmsis/samd20/include" -I"../src/ASF/sam0/utils/cmsis/samd20/include/component" -I"../src/ASF/sam0/utils/cmsis/samd20/include/instance" -I"../src/ASF/sam0/utils/cmsis/samd20/include/pio" -I"../src/ASF/sam0/utils/cmsis/samd20/source" -I"../src/ASF/sam0/utils/header_files" -I"../src/ASF/sam0/utils/preprocessor" -I"../src/ASF/thirdparty/CMSIS/Include" -I"../src/ASF/thirdparty/CMSIS/Lib/GCC" -I"../src/config" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\CMSIS\Include" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL\samd20\include" -I"../src/ASF/common/services/serial" -I"../src/ASF/sam0/drivers/sercom" -I"../src/ASF/sam0/drivers/sercom/usart" -I"../../../../Source/include" -I"../../../../Source/portable/GCC/ARM_CM0" -I"../../../../../FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI" -I"../../../Common/include"  -O0 -fdata-sections -ffunction-sections -mlong-calls -g3 -Wall -Wextra -mcpu=cortex-m0plus -c -pipe -fno-strict-aliasing -std=gnu99 -ffunction-sections -fdata-sections -Wformat=2 --param max-inline-insns-single=500 -MD -MP -MF "src/Common-Demo-Tasks/countsem.d" -MT"src/Common-Demo-Tasks/countsem.d" -MT"src/Common-Demo-Tasks/countsem.o"   -o "src/Common-Demo-Tasks/countsem.o" "../../../Common/Minimal/countsem.c" 
C:\Users\ppotts\Documents\GitHub\FreeRTOSv9.0.0\FreeRTOS\Demo\CORTEX_M0+_Atmel_SAMD20_XPlained\RTOSDemo\Debug\Makefile(380,1): error: recipe for target 'src/Common-Demo-Tasks/countsem.o' failed
		process_begin: CreateProcess(NULL, "C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe" -x c -mthumb -D__SAMD20J18__ -DARM_MATH_CM0=true -DBOARD=SAMD20_XPLAINED_PRO -D__SAMD20J18__ -DUSART_CALLBACK_MODE=true -I../src -I../src/ASF/common/boards -I../src/ASF/common/utils -I../src/ASF/sam0/boards -I../src/ASF/sam0/boards/samd20_xplained_pro -I../src/ASF/sam0/drivers/port -I../src/ASF/sam0/drivers/system -I../src/ASF/sam0/drivers/system/clock -I../src/ASF/sam0/drivers/system/interrupt -I../src/ASF/sam0/drivers/system/pinmux -I../src/ASF/sam0/utils -I../src/ASF/sam0/utils/cmsis/samd20/include -I../src/ASF/sam0/utils/cmsis/samd20/include/component -I../src/ASF/sam0/utils/cmsis/samd20/include/instance -I../src/ASF/sam0/utils/cmsis/samd20/include/pio -I../src/ASF/sam0/utils/cmsis/samd20/source -I../src/ASF/sam0/utils/header_files -I../src/ASF/sam0/utils/preprocessor -I../src/ASF/thirdparty/CMSIS/Include -I../src/ASF/thirdparty/CMSIS/Lib/GCC -I../src/config "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel" "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\CMSIS\Include" "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL" "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL\samd20\include" -I../src/ASF/common/services/serial -I../src/ASF/sam0/drivers/sercom -I../src/ASF/sam0/drivers/sercom/usart -I../../../../Source/include -I../../../../Source/portable/GCC/ARM_CM0 -I../../../../../FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI -I../../../Common/include -O0 -fdata-sections -ffunction-sections -mlong-calls -g3 -Wall -Wextra -mcpu=cortex-m0plus -c -pipe -fno-strict-aliasing -std=gnu99 -ffunction-sections -fdata-sections -Wformat=2 --param max-inline-insns-single=500 -MD -MP -MF src/Common-Demo-Tasks/countsem.d -MTsrc/Common-Demo-Tasks/countsem.d -MTsrc/Common-Demo-Tasks/countsem.o -o src/Common-Demo-Tasks/countsem.o ../../../Common/Minimal/countsem.c, ...) failed.
		make (e=2): The system cannot find the file specified.
		make: *** [src/Common-Demo-Tasks/countsem.o] Error 2
		Building file: ../../../Common/Minimal/dynamic.c
		Invoking: ARM/GNU C Compiler : 0.0.0
		"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe"  -x c -mthumb -D__SAMD20J18__ -DARM_MATH_CM0=true -DBOARD=SAMD20_XPLAINED_PRO -D__SAMD20J18__ -DUSART_CALLBACK_MODE=true  -I"../src" -I"../src/ASF/common/boards" -I"../src/ASF/common/utils" -I"../src/ASF/sam0/boards" -I"../src/ASF/sam0/boards/samd20_xplained_pro" -I"../src/ASF/sam0/drivers/port" -I"../src/ASF/sam0/drivers/system" -I"../src/ASF/sam0/drivers/system/clock" -I"../src/ASF/sam0/drivers/system/interrupt" -I"../src/ASF/sam0/drivers/system/pinmux" -I"../src/ASF/sam0/utils" -I"../src/ASF/sam0/utils/cmsis/samd20/include" -I"../src/ASF/sam0/utils/cmsis/samd20/include/component" -I"../src/ASF/sam0/utils/cmsis/samd20/include/instance" -I"../src/ASF/sam0/utils/cmsis/samd20/include/pio" -I"../src/ASF/sam0/utils/cmsis/samd20/source" -I"../src/ASF/sam0/utils/header_files" -I"../src/ASF/sam0/utils/preprocessor" -I"../src/ASF/thirdparty/CMSIS/Include" -I"../src/ASF/thirdparty/CMSIS/Lib/GCC" -I"../src/config" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\CMSIS\Include" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL" -I"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL\samd20\include" -I"../src/ASF/common/services/serial" -I"../src/ASF/sam0/drivers/sercom" -I"../src/ASF/sam0/drivers/sercom/usart" -I"../../../../Source/include" -I"../../../../Source/portable/GCC/ARM_CM0" -I"../../../../../FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI" -I"../../../Common/include"  -O0 -fdata-sections -ffunction-sections -mlong-calls -g3 -Wall -Wextra -mcpu=cortex-m0plus -c -pipe -fno-strict-aliasing -std=gnu99 -ffunction-sections -fdata-sections -Wformat=2 --param max-inline-insns-single=500 -MD -MP -MF "src/Common-Demo-Tasks/dynamic.d" -MT"src/Common-Demo-Tasks/dynamic.d" -MT"src/Common-Demo-Tasks/dynamic.o"   -o "src/Common-Demo-Tasks/dynamic.o" "../../../Common/Minimal/dynamic.c" 
C:\Users\ppotts\Documents\GitHub\FreeRTOSv9.0.0\FreeRTOS\Demo\CORTEX_M0+_Atmel_SAMD20_XPlained\RTOSDemo\Debug\Makefile(380,1): error: recipe for target 'src/Common-Demo-Tasks/dynamic.o' failed
		process_begin: CreateProcess(NULL, "C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe" -x c -mthumb -D__SAMD20J18__ -DARM_MATH_CM0=true -DBOARD=SAMD20_XPLAINED_PRO -D__SAMD20J18__ -DUSART_CALLBACK_MODE=true -I../src -I../src/ASF/common/boards -I../src/ASF/common/utils -I../src/ASF/sam0/boards -I../src/ASF/sam0/boards/samd20_xplained_pro -I../src/ASF/sam0/drivers/port -I../src/ASF/sam0/drivers/system -I../src/ASF/sam0/drivers/system/clock -I../src/ASF/sam0/drivers/system/interrupt -I../src/ASF/sam0/drivers/system/pinmux -I../src/ASF/sam0/utils -I../src/ASF/sam0/utils/cmsis/samd20/include -I../src/ASF/sam0/utils/cmsis/samd20/include/component -I../src/ASF/sam0/utils/cmsis/samd20/include/instance -I../src/ASF/sam0/utils/cmsis/samd20/include/pio -I../src/ASF/sam0/utils/cmsis/samd20/source -I../src/ASF/sam0/utils/header_files -I../src/ASF/sam0/utils/preprocessor -I../src/ASF/thirdparty/CMSIS/Include -I../src/ASF/thirdparty/CMSIS/Lib/GCC -I../src/config "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel" "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\CMSIS\Include" "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL" "-IC:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\..\..\CMSIS_Atmel\Device\ATMEL\samd20\include" -I../src/ASF/common/services/serial -I../src/ASF/sam0/drivers/sercom -I../src/ASF/sam0/drivers/sercom/usart -I../../../../Source/include -I../../../../Source/portable/GCC/ARM_CM0 -I../../../../../FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI -I../../../Common/include -O0 -fdata-sections -ffunction-sections -mlong-calls -g3 -Wall -Wextra -mcpu=cortex-m0plus -c -pipe -fno-strict-aliasing -std=gnu99 -ffunction-sections -fdata-sections -Wformat=2 --param max-inline-insns-single=500 -MD -MP -MF src/Common-Demo-Tasks/dynamic.d -MTsrc/Common-Demo-Tasks/dynamic.d -MTsrc/Common-Demo-Tasks/dynamic.o -o src/Common-Demo-Tasks/dynamic.o ../../../Common/Minimal/dynamic.c, ...) failed.
		make (e=2): The system cannot find the file specified.
		make: *** [src/Common-Demo-Tasks/dynamic.o] Error 2
	Done executing task "RunCompilerTask" -- FAILED.
Done building target "CoreBuild" in project "RTOSDemo.cproj" -- FAILED.
Done building project "RTOSDemo.cproj" -- FAILED.

Build FAILED.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========

I notice that when I open the project, I see all this in the output:

11:52:30: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:30: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:31: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:31: [WARNING] Include Path not found : C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include
11:52:31: [WARNING] Include Path not found : include
11:52:31: [WARNING] Include Path not found : include-fixed
11:52:31: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:31: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [WARNING] Include Path not found : C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include
11:52:33: [WARNING] Include Path not found : include
11:52:33: [WARNING] Include Path not found : include-fixed
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [WARNING] Include Path not found : C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include
11:52:33: [WARNING] Include Path not found : include
11:52:33: [WARNING] Include Path not found : include-fixed
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [WARNING] Include Path not found : C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include
11:52:34: [WARNING] Include Path not found : include
11:52:34: [WARNING] Include Path not found : include-fixed
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [WARNING] Include Path not found : C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include
11:52:34: [WARNING] Include Path not found : include
11:52:34: [WARNING] Include Path not found : include-fixed
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [WARNING] Include Path not found : C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include
11:52:34: [WARNING] Include Path not found : include
11:52:34: [WARNING] Include Path not found : include-fixed
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [WARNING] Include Path not found : C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include
11:52:34: [WARNING] Include Path not found : include
11:52:34: [WARNING] Include Path not found : include-fixed
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe with arguments --version
11:52:34: [ERROR] Error in adding components to project, Component ARM:CMSIS:CORE is Missing 

Does the project have some hard coded paths which changed in this Atmel Studio release?

The pack manager doesn’t seem to show a pack for CMSIS. The referenced paths arm… under Atmel\Studio\7.0\toolchain don’t exist on my system. Is there something I need to install?

Note that I am successfully using Atmel Studio to build programs for ATTiny family micros. I wanted to try a D20 chip. I use FreeRTOS successfully for a project on the Cortex-M4 family under Keil uVision5.

Thanks for any suggestions.

rtel wrote on Tuesday, November 29, 2016:

The errors look like a tools install problem.

I have a brand new install of the latest Atmel Studio, and included the
Atmel ASF in the install, opened the same project from a clean install
of FreeRTOS V9.0.0, and found the project built without any issues.

ppotts wrote on Tuesday, November 29, 2016:

Hmmm, the “ASF” might be a clue. I will try running the Atmel Studio installer from scratch and see if I can add that option.

ppotts wrote on Tuesday, November 29, 2016:

That did it. The installer took forever but it is building now. Thanks for the hint!

ppotts wrote on Tuesday, November 29, 2016:

Do you have the hardware to run this on the SAMD20 Xplained Pro board? It looks like the full demo is failing and setting the timer to the faster blink time.

In the function xAreBlockTimeTestTasksStillRunning() I see the comparison between xSecondaryCycles and xLastSecondaryCycleCount detect true and make the function return pdFAIL.

I’m also having trouble getting any valid serial characters in our out using the virtual com port. I get a bunch of garbage.

rtel wrote on Wednesday, November 30, 2016:

You can get false positives from a few of the self timing tasks, and
that would probably be more likely if you are using the UART at the same
time (especially if the UART is misbehaving).
xAreBlockTimeTestTasksStillRunning() is one of the tests that measures
its own timing.

ppotts wrote on Wednesday, November 30, 2016:

If I just load and run it using the onboard EDBG interface, “start without debugging,” the full demo fails right after starting, whether I try to send serial characters to it or not. I mean that it does the fast flashing from the very first flash.

The same thing happens if I program the device using the “Device Programming” window in Atmel Studio, and also after resetting the board.

The only modification I have made to the demo code is to define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to 0.

I will look at it more tomorrow and try hooking up an external debugger (Dragon or Atmel-ICE) and see if I can get a clue as to what is going on. The EDBG debugger is not very robust – for example, it often fails to stop again after doing a single-step.

rtel wrote on Wednesday, November 30, 2016:

It will have been tested when it was created - so its a matter of
finding what has changed.

ppotts wrote on Wednesday, November 30, 2016:

My suspicion is that this compiler version is producing code that uses more stack, or maybe the latest ASF version is using more stack, and so the initial allocation for heap is too large. That could explain the garbage characters going out to the UART at startup before I even send it any characters. I have not proved this yet, though. I’ll see what I can find out today.