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

I have installed the Atmel pack for the SAMD20 family and I can open the RTOSDemo.atsln solution file under FreeRTOSv9.0.0FreeRTOSDemoCORTEX_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:UsersppottsDocumentsGitHubFreeRTOSv9.0.0FreeRTOSDemoCORTEXM0+AtmelSAMD20XPlainedRTOSDemoDebugMakefile 380 Error recipe for target ‘src/Common-Demo-Tasks/countsem.o’ failed RTOSDemo C:UsersppottsDocumentsGitHubFreeRTOSv9.0.0FreeRTOSDemoCORTEXM0+AtmelSAMD20XPlainedRTOSDemoDebugMakefile 380 Error recipe for target ‘src/Common-Demo-Tasks/dynamic.o’ failed RTOSDemo C:UsersppottsDocumentsGitHubFreeRTOSv9.0.0FreeRTOSDemoCORTEXM0+AtmelSAMD20XPlainedRTOSDemoDebugMakefile 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)AtmelStudio7.0VsCompiler.targets” from project “C:UsersppottsDocumentsGitHubFreeRTOSv9.0.0FreeRTOSDemoCORTEXM0+AtmelSAMD20XPlainedRTOSDemoRTOSDemo.cproj” (target “Build” depends on it): Task “RunCompilerTask” Shell Utils Path C:Program Files (x86)AtmelStudio7.0shellUtils C:Program Files (x86)AtmelStudio7.0shellUtilsmake.exe all –jobs 4 –output-sync Building file: ../../../Common/Minimal/blocktim.c Invoking: ARM/GNU C Compiler : 0.0.0 “C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe” -x c -mthumb -DSAMD20J18 -DARMMATHCM0=true -DBOARD=SAMD20XPLAINEDPRO -DSAMD20J18 -DUSARTCALLBACKMODE=true -I”../src” -I”../src/ASF/common/boards” -I”../src/ASF/common/utils” -I”../src/ASF/sam0/boards” -I”../src/ASF/sam0/boards/samd20xplainedpro” -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/headerfiles” -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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmel” -I”C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelCMSISInclude” -I”C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMEL” -I”C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMELsamd20include” -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/ARMCM0″ -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:UsersppottsDocumentsGitHubFreeRTOSv9.0.0FreeRTOSDemoCORTEXM0+AtmelSAMD20XPlainedRTOSDemoDebugMakefile(380,1): error: recipe for target ‘src/Common-Demo-Tasks/blocktim.o’ failed processbegin: CreateProcess(NULL, “C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe” -x c -mthumb -DSAMD20J18 -DARMMATHCM0=true -DBOARD=SAMD20XPLAINEDPRO -DSAMD20J18 -DUSARTCALLBACKMODE=true -I../src -I../src/ASF/common/boards -I../src/ASF/common/utils -I../src/ASF/sam0/boards -I../src/ASF/sam0/boards/samd20xplainedpro -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/headerfiles -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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmel” “-IC:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelCMSISInclude” “-IC:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMEL” “-IC:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMELsamd20include” -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/ARMCM0 -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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe” -x c -mthumb -DSAMD20J18 -DARMMATHCM0=true -DBOARD=SAMD20XPLAINEDPRO -DSAMD20J18 -DUSARTCALLBACKMODE=true -I”../src” -I”../src/ASF/common/boards” -I”../src/ASF/common/utils” -I”../src/ASF/sam0/boards” -I”../src/ASF/sam0/boards/samd20xplainedpro” -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/headerfiles” -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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmel” -I”C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelCMSISInclude” -I”C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMEL” -I”C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMELsamd20include” -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/ARMCM0″ -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:UsersppottsDocumentsGitHubFreeRTOSv9.0.0FreeRTOSDemoCORTEXM0+AtmelSAMD20XPlainedRTOSDemoDebugMakefile(380,1): error: recipe for target ‘src/Common-Demo-Tasks/countsem.o’ failed processbegin: CreateProcess(NULL, “C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe” -x c -mthumb -DSAMD20J18 -DARMMATHCM0=true -DBOARD=SAMD20XPLAINEDPRO -DSAMD20J18 -DUSARTCALLBACKMODE=true -I../src -I../src/ASF/common/boards -I../src/ASF/common/utils -I../src/ASF/sam0/boards -I../src/ASF/sam0/boards/samd20xplainedpro -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/headerfiles -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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmel” “-IC:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelCMSISInclude” “-IC:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMEL” “-IC:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMELsamd20include” -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/ARMCM0 -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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe” -x c -mthumb -DSAMD20J18 -DARMMATHCM0=true -DBOARD=SAMD20XPLAINEDPRO -DSAMD20J18 -DUSARTCALLBACKMODE=true -I”../src” -I”../src/ASF/common/boards” -I”../src/ASF/common/utils” -I”../src/ASF/sam0/boards” -I”../src/ASF/sam0/boards/samd20xplainedpro” -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/headerfiles” -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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmel” -I”C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelCMSISInclude” -I”C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMEL” -I”C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMELsamd20include” -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/ARMCM0″ -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:UsersppottsDocumentsGitHubFreeRTOSv9.0.0FreeRTOSDemoCORTEXM0+AtmelSAMD20XPlainedRTOSDemoDebugMakefile(380,1): error: recipe for target ‘src/Common-Demo-Tasks/dynamic.o’ failed processbegin: CreateProcess(NULL, “C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe” -x c -mthumb -DSAMD20J18 -DARMMATHCM0=true -DBOARD=SAMD20XPLAINEDPRO -DSAMD20J18 -DUSARTCALLBACKMODE=true -I../src -I../src/ASF/common/boards -I../src/ASF/common/utils -I../src/ASF/sam0/boards -I../src/ASF/sam0/boards/samd20xplainedpro -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/headerfiles -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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmel” “-IC:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelCMSISInclude” “-IC:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMEL” “-IC:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbin....CMSISAtmelDeviceATMELsamd20include” -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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:30: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:31: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:31: [WARNING] Include Path not found : C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainarm-none-eabiinclude 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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:31: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [WARNING] Include Path not found : C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainarm-none-eabiinclude 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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [WARNING] Include Path not found : C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainarm-none-eabiinclude 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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:33: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [WARNING] Include Path not found : C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainarm-none-eabiinclude 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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [WARNING] Include Path not found : C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainarm-none-eabiinclude 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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [WARNING] Include Path not found : C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainarm-none-eabiinclude 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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [WARNING] Include Path not found : C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainarm-none-eabiinclude 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)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-none-eabi-gcc.exe with arguments –version 11:52:34: [ERROR] Failed to Retrieve the Version Information for the utilty C:Program Files (x86)AtmelStudio7.0toolchainarmarm-gnu-toolchainbinarm-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 AtmelStudio7.0toolchain 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.

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

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.

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

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.

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

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

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

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.

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

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.

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

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 mainCREATESIMPLEBLINKYDEMOONLY 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.

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

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

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

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.