Advertisement
jmgiacalone_scaled

v2-dev linker error

Jul 20th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 191.51 KB | None | 0 0
  1. 15:03:19 **** Build of configuration Duet2_RTOS for project RepRapFirmware ****
  2. make -j4 all
  3. Building file: ../src/Tools/Filament.cpp
  4. Building file: ../src/Tools/Tool.cpp
  5. Building file: ../src/Storage/FileInfoParser.cpp
  6. Building file: ../src/Storage/CRC32.cpp
  7. Invoking: Cross G++ Compiler
  8. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Tool.s" -MMD -MP -MF"src/Tools/Tool.d" -MT"src/Tools/Tool.o" -o "src/Tools/Tool.o" "../src/Tools/Tool.cpp"
  9. Invoking: Cross G++ Compiler
  10. Invoking: Cross G++ Compiler
  11. Invoking: Cross G++ Compiler
  12. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=FileInfoParser.s" -MMD -MP -MF"src/Storage/FileInfoParser.d" -MT"src/Storage/FileInfoParser.o" -o "src/Storage/FileInfoParser.o" "../src/Storage/FileInfoParser.cpp"
  13. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Filament.s" -MMD -MP -MF"src/Tools/Filament.d" -MT"src/Tools/Filament.o" -o "src/Tools/Filament.o" "../src/Tools/Filament.cpp"
  14. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=CRC32.s" -MMD -MP -MF"src/Storage/CRC32.d" -MT"src/Storage/CRC32.o" -o "src/Storage/CRC32.o" "../src/Storage/CRC32.cpp"
  15. Finished building: ../src/Storage/CRC32.cpp
  16.  
  17. Building file: ../src/Storage/FileStore.cpp
  18. Invoking: Cross G++ Compiler
  19. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=FileStore.s" -MMD -MP -MF"src/Storage/FileStore.d" -MT"src/Storage/FileStore.o" -o "src/Storage/FileStore.o" "../src/Storage/FileStore.cpp"
  20. Finished building: ../src/Tools/Filament.cpp
  21.  
  22. Building file: ../src/Storage/MassStorage.cpp
  23. Invoking: Cross G++ Compiler
  24. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=MassStorage.s" -MMD -MP -MF"src/Storage/MassStorage.d" -MT"src/Storage/MassStorage.o" -o "src/Storage/MassStorage.o" "../src/Storage/MassStorage.cpp"
  25. Finished building: ../src/Tools/Tool.cpp
  26.  
  27. Building file: ../src/StepperDrivers/TMC2660/TMC2660.cpp
  28. Invoking: Cross G++ Compiler
  29. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=TMC2660.s" -MMD -MP -MF"src/StepperDrivers/TMC2660/TMC2660.d" -MT"src/StepperDrivers/TMC2660/TMC2660.o" -o "src/StepperDrivers/TMC2660/TMC2660.o" "../src/StepperDrivers/TMC2660/TMC2660.cpp"
  30. Finished building: ../src/StepperDrivers/TMC2660/TMC2660.cpp
  31.  
  32. Building file: ../src/StepperDrivers/TMC22xx/TMC22xx.cpp
  33. Invoking: Cross G++ Compiler
  34. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=TMC22xx.s" -MMD -MP -MF"src/StepperDrivers/TMC22xx/TMC22xx.d" -MT"src/StepperDrivers/TMC22xx/TMC22xx.o" -o "src/StepperDrivers/TMC22xx/TMC22xx.o" "../src/StepperDrivers/TMC22xx/TMC22xx.cpp"
  35. Finished building: ../src/StepperDrivers/TMC22xx/TMC22xx.cpp
  36.  
  37. Building file: ../src/Networking/W5500Ethernet/Wiznet/Internet/DHCP/dhcp.cpp
  38. Invoking: Cross G++ Compiler
  39. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=dhcp.s" -MMD -MP -MF"src/Networking/W5500Ethernet/Wiznet/Internet/DHCP/dhcp.d" -MT"src/Networking/W5500Ethernet/Wiznet/Internet/DHCP/dhcp.o" -o "src/Networking/W5500Ethernet/Wiznet/Internet/DHCP/dhcp.o" "../src/Networking/W5500Ethernet/Wiznet/Internet/DHCP/dhcp.cpp"
  40. Finished building: ../src/Storage/FileStore.cpp
  41.  
  42. Building file: ../src/Networking/W5500Ethernet/Wiznet/Ethernet/W5500/w5500.cpp
  43. Invoking: Cross G++ Compiler
  44. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=w5500.s" -MMD -MP -MF"src/Networking/W5500Ethernet/Wiznet/Ethernet/W5500/w5500.d" -MT"src/Networking/W5500Ethernet/Wiznet/Ethernet/W5500/w5500.o" -o "src/Networking/W5500Ethernet/Wiznet/Ethernet/W5500/w5500.o" "../src/Networking/W5500Ethernet/Wiznet/Ethernet/W5500/w5500.cpp"
  45. Finished building: ../src/Storage/FileInfoParser.cpp
  46.  
  47. Building file: ../src/Networking/W5500Ethernet/Wiznet/Ethernet/WizSpi.cpp
  48. Invoking: Cross G++ Compiler
  49. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=WizSpi.s" -MMD -MP -MF"src/Networking/W5500Ethernet/Wiznet/Ethernet/WizSpi.d" -MT"src/Networking/W5500Ethernet/Wiznet/Ethernet/WizSpi.o" -o "src/Networking/W5500Ethernet/Wiznet/Ethernet/WizSpi.o" "../src/Networking/W5500Ethernet/Wiznet/Ethernet/WizSpi.cpp"
  50. Finished building: ../src/Networking/W5500Ethernet/Wiznet/Ethernet/W5500/w5500.cpp
  51.  
  52. Building file: ../src/Networking/W5500Ethernet/Wiznet/Ethernet/socketlib.cpp
  53. Invoking: Cross G++ Compiler
  54. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=socketlib.s" -MMD -MP -MF"src/Networking/W5500Ethernet/Wiznet/Ethernet/socketlib.d" -MT"src/Networking/W5500Ethernet/Wiznet/Ethernet/socketlib.o" -o "src/Networking/W5500Ethernet/Wiznet/Ethernet/socketlib.o" "../src/Networking/W5500Ethernet/Wiznet/Ethernet/socketlib.cpp"
  55. Finished building: ../src/Networking/W5500Ethernet/Wiznet/Ethernet/WizSpi.cpp
  56.  
  57. Building file: ../src/Networking/W5500Ethernet/Wiznet/Ethernet/wizchip_conf.cpp
  58. Invoking: Cross G++ Compiler
  59. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=wizchip_conf.s" -MMD -MP -MF"src/Networking/W5500Ethernet/Wiznet/Ethernet/wizchip_conf.d" -MT"src/Networking/W5500Ethernet/Wiznet/Ethernet/wizchip_conf.o" -o "src/Networking/W5500Ethernet/Wiznet/Ethernet/wizchip_conf.o" "../src/Networking/W5500Ethernet/Wiznet/Ethernet/wizchip_conf.cpp"
  60. Finished building: ../src/Storage/MassStorage.cpp
  61.  
  62. Building file: ../src/Networking/W5500Ethernet/W5500Interface.cpp
  63. Invoking: Cross G++ Compiler
  64. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=W5500Interface.s" -MMD -MP -MF"src/Networking/W5500Ethernet/W5500Interface.d" -MT"src/Networking/W5500Ethernet/W5500Interface.o" -o "src/Networking/W5500Ethernet/W5500Interface.o" "../src/Networking/W5500Ethernet/W5500Interface.cpp"
  65. Finished building: ../src/Networking/W5500Ethernet/Wiznet/Internet/DHCP/dhcp.cpp
  66.  
  67. Building file: ../src/Networking/W5500Ethernet/W5500Socket.cpp
  68. Invoking: Cross G++ Compiler
  69. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=W5500Socket.s" -MMD -MP -MF"src/Networking/W5500Ethernet/W5500Socket.d" -MT"src/Networking/W5500Ethernet/W5500Socket.o" -o "src/Networking/W5500Ethernet/W5500Socket.o" "../src/Networking/W5500Ethernet/W5500Socket.cpp"
  70. Finished building: ../src/Networking/W5500Ethernet/Wiznet/Ethernet/socketlib.cpp
  71.  
  72. Building file: ../src/Networking/ESP8266WiFi/WiFiInterface.cpp
  73. Invoking: Cross G++ Compiler
  74. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=WiFiInterface.s" -MMD -MP -MF"src/Networking/ESP8266WiFi/WiFiInterface.d" -MT"src/Networking/ESP8266WiFi/WiFiInterface.o" -o "src/Networking/ESP8266WiFi/WiFiInterface.o" "../src/Networking/ESP8266WiFi/WiFiInterface.cpp"
  75. Finished building: ../src/Networking/W5500Ethernet/Wiznet/Ethernet/wizchip_conf.cpp
  76.  
  77. Building file: ../src/Networking/ESP8266WiFi/WiFiSocket.cpp
  78. Invoking: Cross G++ Compiler
  79. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=WiFiSocket.s" -MMD -MP -MF"src/Networking/ESP8266WiFi/WiFiSocket.d" -MT"src/Networking/ESP8266WiFi/WiFiSocket.o" -o "src/Networking/ESP8266WiFi/WiFiSocket.o" "../src/Networking/ESP8266WiFi/WiFiSocket.cpp"
  80. Finished building: ../src/Networking/W5500Ethernet/W5500Socket.cpp
  81.  
  82. Building file: ../src/Networking/ESP8266WiFi/WifiFirmwareUploader.cpp
  83. Invoking: Cross G++ Compiler
  84. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=WifiFirmwareUploader.s" -MMD -MP -MF"src/Networking/ESP8266WiFi/WifiFirmwareUploader.d" -MT"src/Networking/ESP8266WiFi/WifiFirmwareUploader.o" -o "src/Networking/ESP8266WiFi/WifiFirmwareUploader.o" "../src/Networking/ESP8266WiFi/WifiFirmwareUploader.cpp"
  85. Finished building: ../src/Networking/W5500Ethernet/W5500Interface.cpp
  86.  
  87. Building file: ../src/Networking/FirmwareUpdater.cpp
  88. Invoking: Cross G++ Compiler
  89. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=FirmwareUpdater.s" -MMD -MP -MF"src/Networking/FirmwareUpdater.d" -MT"src/Networking/FirmwareUpdater.o" -o "src/Networking/FirmwareUpdater.o" "../src/Networking/FirmwareUpdater.cpp"
  90. Finished building: ../src/Networking/ESP8266WiFi/WiFiSocket.cpp
  91.  
  92. Building file: ../src/Networking/FtpResponder.cpp
  93. Invoking: Cross G++ Compiler
  94. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=FtpResponder.s" -MMD -MP -MF"src/Networking/FtpResponder.d" -MT"src/Networking/FtpResponder.o" -o "src/Networking/FtpResponder.o" "../src/Networking/FtpResponder.cpp"
  95. Finished building: ../src/Networking/FirmwareUpdater.cpp
  96.  
  97. Building file: ../src/Networking/HttpResponder.cpp
  98. Invoking: Cross G++ Compiler
  99. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=HttpResponder.s" -MMD -MP -MF"src/Networking/HttpResponder.d" -MT"src/Networking/HttpResponder.o" -o "src/Networking/HttpResponder.o" "../src/Networking/HttpResponder.cpp"
  100. Finished building: ../src/Networking/ESP8266WiFi/WifiFirmwareUploader.cpp
  101.  
  102. Building file: ../src/Networking/Network.cpp
  103. Invoking: Cross G++ Compiler
  104. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Network.s" -MMD -MP -MF"src/Networking/Network.d" -MT"src/Networking/Network.o" -o "src/Networking/Network.o" "../src/Networking/Network.cpp"
  105. Finished building: ../src/Networking/ESP8266WiFi/WiFiInterface.cpp
  106.  
  107. Building file: ../src/Networking/NetworkBuffer.cpp
  108. Invoking: Cross G++ Compiler
  109. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=NetworkBuffer.s" -MMD -MP -MF"src/Networking/NetworkBuffer.d" -MT"src/Networking/NetworkBuffer.o" -o "src/Networking/NetworkBuffer.o" "../src/Networking/NetworkBuffer.cpp"
  110. Finished building: ../src/Networking/FtpResponder.cpp
  111.  
  112. Building file: ../src/Networking/NetworkResponder.cpp
  113. Invoking: Cross G++ Compiler
  114. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=NetworkResponder.s" -MMD -MP -MF"src/Networking/NetworkResponder.d" -MT"src/Networking/NetworkResponder.o" -o "src/Networking/NetworkResponder.o" "../src/Networking/NetworkResponder.cpp"
  115. Finished building: ../src/Networking/NetworkBuffer.cpp
  116.  
  117. Building file: ../src/Networking/TelnetResponder.cpp
  118. Invoking: Cross G++ Compiler
  119. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=TelnetResponder.s" -MMD -MP -MF"src/Networking/TelnetResponder.d" -MT"src/Networking/TelnetResponder.o" -o "src/Networking/TelnetResponder.o" "../src/Networking/TelnetResponder.cpp"
  120. Finished building: ../src/Networking/Network.cpp
  121.  
  122. Building file: ../src/Movement/Kinematics/CartesianKinematics.cpp
  123. Invoking: Cross G++ Compiler
  124. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=CartesianKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/CartesianKinematics.d" -MT"src/Movement/Kinematics/CartesianKinematics.o" -o "src/Movement/Kinematics/CartesianKinematics.o" "../src/Movement/Kinematics/CartesianKinematics.cpp"
  125. Finished building: ../src/Networking/NetworkResponder.cpp
  126.  
  127. Building file: ../src/Movement/Kinematics/CoreBaseKinematics.cpp
  128. Invoking: Cross G++ Compiler
  129. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=CoreBaseKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/CoreBaseKinematics.d" -MT"src/Movement/Kinematics/CoreBaseKinematics.o" -o "src/Movement/Kinematics/CoreBaseKinematics.o" "../src/Movement/Kinematics/CoreBaseKinematics.cpp"
  130. Finished building: ../src/Networking/HttpResponder.cpp
  131.  
  132. Building file: ../src/Movement/Kinematics/CoreXYKinematics.cpp
  133. Invoking: Cross G++ Compiler
  134. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=CoreXYKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/CoreXYKinematics.d" -MT"src/Movement/Kinematics/CoreXYKinematics.o" -o "src/Movement/Kinematics/CoreXYKinematics.o" "../src/Movement/Kinematics/CoreXYKinematics.cpp"
  135. Finished building: ../src/Networking/TelnetResponder.cpp
  136. Finished building: ../src/Movement/Kinematics/CartesianKinematics.cpp
  137.  
  138.  
  139. Building file: ../src/Movement/Kinematics/CoreXYUKinematics.cpp
  140. Building file: ../src/Movement/Kinematics/CoreXYUVKinematics.cpp
  141. Invoking: Cross G++ Compiler
  142. Invoking: Cross G++ Compiler
  143. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=CoreXYUKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/CoreXYUKinematics.d" -MT"src/Movement/Kinematics/CoreXYUKinematics.o" -o "src/Movement/Kinematics/CoreXYUKinematics.o" "../src/Movement/Kinematics/CoreXYUKinematics.cpp"
  144. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=CoreXYUVKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/CoreXYUVKinematics.d" -MT"src/Movement/Kinematics/CoreXYUVKinematics.o" -o "src/Movement/Kinematics/CoreXYUVKinematics.o" "../src/Movement/Kinematics/CoreXYUVKinematics.cpp"
  145. Finished building: ../src/Movement/Kinematics/CoreBaseKinematics.cpp
  146.  
  147. Building file: ../src/Movement/Kinematics/CoreXZKinematics.cpp
  148. Invoking: Cross G++ Compiler
  149. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=CoreXZKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/CoreXZKinematics.d" -MT"src/Movement/Kinematics/CoreXZKinematics.o" -o "src/Movement/Kinematics/CoreXZKinematics.o" "../src/Movement/Kinematics/CoreXZKinematics.cpp"
  150. Finished building: ../src/Movement/Kinematics/CoreXYKinematics.cpp
  151.  
  152. Building file: ../src/Movement/Kinematics/HangprinterKinematics.cpp
  153. Invoking: Cross G++ Compiler
  154. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=HangprinterKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/HangprinterKinematics.d" -MT"src/Movement/Kinematics/HangprinterKinematics.o" -o "src/Movement/Kinematics/HangprinterKinematics.o" "../src/Movement/Kinematics/HangprinterKinematics.cpp"
  155. Finished building: ../src/Movement/Kinematics/CoreXYUKinematics.cpp
  156.  
  157. Building file: ../src/Movement/Kinematics/Kinematics.cpp
  158. Invoking: Cross G++ Compiler
  159. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Kinematics.s" -MMD -MP -MF"src/Movement/Kinematics/Kinematics.d" -MT"src/Movement/Kinematics/Kinematics.o" -o "src/Movement/Kinematics/Kinematics.o" "../src/Movement/Kinematics/Kinematics.cpp"
  160. Finished building: ../src/Movement/Kinematics/CoreXYUVKinematics.cpp
  161.  
  162. Building file: ../src/Movement/Kinematics/LinearDeltaKinematics.cpp
  163. Invoking: Cross G++ Compiler
  164. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=LinearDeltaKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/LinearDeltaKinematics.d" -MT"src/Movement/Kinematics/LinearDeltaKinematics.o" -o "src/Movement/Kinematics/LinearDeltaKinematics.o" "../src/Movement/Kinematics/LinearDeltaKinematics.cpp"
  165. Finished building: ../src/Movement/Kinematics/CoreXZKinematics.cpp
  166.  
  167. Building file: ../src/Movement/Kinematics/PolarKinematics.cpp
  168. Invoking: Cross G++ Compiler
  169. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=PolarKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/PolarKinematics.d" -MT"src/Movement/Kinematics/PolarKinematics.o" -o "src/Movement/Kinematics/PolarKinematics.o" "../src/Movement/Kinematics/PolarKinematics.cpp"
  170. Finished building: ../src/Movement/Kinematics/Kinematics.cpp
  171.  
  172. Building file: ../src/Movement/Kinematics/ScaraKinematics.cpp
  173. Invoking: Cross G++ Compiler
  174. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=ScaraKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/ScaraKinematics.d" -MT"src/Movement/Kinematics/ScaraKinematics.o" -o "src/Movement/Kinematics/ScaraKinematics.o" "../src/Movement/Kinematics/ScaraKinematics.cpp"
  175. Finished building: ../src/Movement/Kinematics/PolarKinematics.cpp
  176.  
  177. Building file: ../src/Movement/Kinematics/ZLeadscrewKinematics.cpp
  178. Invoking: Cross G++ Compiler
  179. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=ZLeadscrewKinematics.s" -MMD -MP -MF"src/Movement/Kinematics/ZLeadscrewKinematics.d" -MT"src/Movement/Kinematics/ZLeadscrewKinematics.o" -o "src/Movement/Kinematics/ZLeadscrewKinematics.o" "../src/Movement/Kinematics/ZLeadscrewKinematics.cpp"
  180. Finished building: ../src/Movement/Kinematics/HangprinterKinematics.cpp
  181.  
  182. Building file: ../src/Movement/BedProbing/Grid.cpp
  183. Invoking: Cross G++ Compiler
  184. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Grid.s" -MMD -MP -MF"src/Movement/BedProbing/Grid.d" -MT"src/Movement/BedProbing/Grid.o" -o "src/Movement/BedProbing/Grid.o" "../src/Movement/BedProbing/Grid.cpp"
  185. Finished building: ../src/Movement/Kinematics/ScaraKinematics.cpp
  186.  
  187. Building file: ../src/Movement/BedProbing/RandomProbePointSet.cpp
  188. Invoking: Cross G++ Compiler
  189. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=RandomProbePointSet.s" -MMD -MP -MF"src/Movement/BedProbing/RandomProbePointSet.d" -MT"src/Movement/BedProbing/RandomProbePointSet.o" -o "src/Movement/BedProbing/RandomProbePointSet.o" "../src/Movement/BedProbing/RandomProbePointSet.cpp"
  190. Finished building: ../src/Movement/Kinematics/LinearDeltaKinematics.cpp
  191.  
  192. Building file: ../src/Movement/DDA.cpp
  193. Invoking: Cross G++ Compiler
  194. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=DDA.s" -MMD -MP -MF"src/Movement/DDA.d" -MT"src/Movement/DDA.o" -o "src/Movement/DDA.o" "../src/Movement/DDA.cpp"
  195. Finished building: ../src/Movement/BedProbing/Grid.cpp
  196.  
  197. Building file: ../src/Movement/DriveMovement.cpp
  198. Invoking: Cross G++ Compiler
  199. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=DriveMovement.s" -MMD -MP -MF"src/Movement/DriveMovement.d" -MT"src/Movement/DriveMovement.o" -o "src/Movement/DriveMovement.o" "../src/Movement/DriveMovement.cpp"
  200. Finished building: ../src/Movement/BedProbing/RandomProbePointSet.cpp
  201.  
  202. Building file: ../src/Movement/Move.cpp
  203. Invoking: Cross G++ Compiler
  204. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Move.s" -MMD -MP -MF"src/Movement/Move.d" -MT"src/Movement/Move.o" -o "src/Movement/Move.o" "../src/Movement/Move.cpp"
  205. Finished building: ../src/Movement/Kinematics/ZLeadscrewKinematics.cpp
  206.  
  207. Building file: ../src/Libraries/sha1/sha1.c
  208. Invoking: Cross GCC Compiler
  209. arm-none-eabi-gcc -D__SAM4E8E__ -DRTOS -DDUET_NG -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -O2 -Wall -c -std=gnu99 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=sha1.s" -MMD -MP -MF"src/Libraries/sha1/sha1.d" -MT"src/Libraries/sha1/sha1.o" -o "src/Libraries/sha1/sha1.o" "../src/Libraries/sha1/sha1.c"
  210. Finished building: ../src/Libraries/sha1/sha1.c
  211.  
  212. Building file: ../src/Libraries/Math/Isqrt.cpp
  213. Invoking: Cross G++ Compiler
  214. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Isqrt.s" -MMD -MP -MF"src/Libraries/Math/Isqrt.d" -MT"src/Libraries/Math/Isqrt.o" -o "src/Libraries/Math/Isqrt.o" "../src/Libraries/Math/Isqrt.cpp"
  215. Finished building: ../src/Movement/DriveMovement.cpp
  216.  
  217. Building file: ../src/Libraries/General/IP4String.cpp
  218. Invoking: Cross G++ Compiler
  219. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=IP4String.s" -MMD -MP -MF"src/Libraries/General/IP4String.d" -MT"src/Libraries/General/IP4String.o" -o "src/Libraries/General/IP4String.o" "../src/Libraries/General/IP4String.cpp"
  220. Finished building: ../src/Libraries/General/IP4String.cpp
  221.  
  222. Building file: ../src/Libraries/General/SafeStrtod.cpp
  223. Invoking: Cross G++ Compiler
  224. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=SafeStrtod.s" -MMD -MP -MF"src/Libraries/General/SafeStrtod.d" -MT"src/Libraries/General/SafeStrtod.o" -o "src/Libraries/General/SafeStrtod.o" "../src/Libraries/General/SafeStrtod.cpp"
  225. Finished building: ../src/Libraries/General/SafeStrtod.cpp
  226.  
  227. Building file: ../src/Libraries/General/SafeVsnprintf.cpp
  228. Invoking: Cross G++ Compiler
  229. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=SafeVsnprintf.s" -MMD -MP -MF"src/Libraries/General/SafeVsnprintf.d" -MT"src/Libraries/General/SafeVsnprintf.o" -o "src/Libraries/General/SafeVsnprintf.o" "../src/Libraries/General/SafeVsnprintf.cpp"
  230. Finished building: ../src/Libraries/Math/Isqrt.cpp
  231.  
  232. Building file: ../src/Libraries/General/StringRef.cpp
  233. Invoking: Cross G++ Compiler
  234. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=StringRef.s" -MMD -MP -MF"src/Libraries/General/StringRef.d" -MT"src/Libraries/General/StringRef.o" -o "src/Libraries/General/StringRef.o" "../src/Libraries/General/StringRef.cpp"
  235. Finished building: ../src/Movement/DDA.cpp
  236.  
  237. Building file: ../src/Libraries/General/Strnlen.cpp
  238. Invoking: Cross G++ Compiler
  239. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Strnlen.s" -MMD -MP -MF"src/Libraries/General/Strnlen.d" -MT"src/Libraries/General/Strnlen.o" -o "src/Libraries/General/Strnlen.o" "../src/Libraries/General/Strnlen.cpp"
  240. Finished building: ../src/Libraries/General/Strnlen.cpp
  241.  
  242. Building file: ../src/Libraries/Fatfs/ccsbcs.c
  243. Invoking: Cross GCC Compiler
  244. arm-none-eabi-gcc -D__SAM4E8E__ -DRTOS -DDUET_NG -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -O2 -Wall -c -std=gnu99 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=ccsbcs.s" -MMD -MP -MF"src/Libraries/Fatfs/ccsbcs.d" -MT"src/Libraries/Fatfs/ccsbcs.o" -o "src/Libraries/Fatfs/ccsbcs.o" "../src/Libraries/Fatfs/ccsbcs.c"
  245. Finished building: ../src/Libraries/Fatfs/ccsbcs.c
  246.  
  247. Building file: ../src/Libraries/Fatfs/diskio.cpp
  248. Invoking: Cross G++ Compiler
  249. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=diskio.s" -MMD -MP -MF"src/Libraries/Fatfs/diskio.d" -MT"src/Libraries/Fatfs/diskio.o" -o "src/Libraries/Fatfs/diskio.o" "../src/Libraries/Fatfs/diskio.cpp"
  250. Finished building: ../src/Movement/Move.cpp
  251.  
  252. Building file: ../src/Libraries/Fatfs/fattime_rtc.cpp
  253. Invoking: Cross G++ Compiler
  254. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=fattime_rtc.s" -MMD -MP -MF"src/Libraries/Fatfs/fattime_rtc.d" -MT"src/Libraries/Fatfs/fattime_rtc.o" -o "src/Libraries/Fatfs/fattime_rtc.o" "../src/Libraries/Fatfs/fattime_rtc.cpp"
  255. Finished building: ../src/Libraries/General/StringRef.cpp
  256.  
  257. Building file: ../src/Libraries/Fatfs/ff.c
  258. Invoking: Cross GCC Compiler
  259. arm-none-eabi-gcc -D__SAM4E8E__ -DRTOS -DDUET_NG -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -O2 -Wall -c -std=gnu99 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=ff.s" -MMD -MP -MF"src/Libraries/Fatfs/ff.d" -MT"src/Libraries/Fatfs/ff.o" -o "src/Libraries/Fatfs/ff.o" "../src/Libraries/Fatfs/ff.c"
  260. Finished building: ../src/Libraries/General/SafeVsnprintf.cpp
  261.  
  262. Building file: ../src/Heating/Sensors/CpuTemperatureSensor.cpp
  263. Invoking: Cross G++ Compiler
  264. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=CpuTemperatureSensor.s" -MMD -MP -MF"src/Heating/Sensors/CpuTemperatureSensor.d" -MT"src/Heating/Sensors/CpuTemperatureSensor.o" -o "src/Heating/Sensors/CpuTemperatureSensor.o" "../src/Heating/Sensors/CpuTemperatureSensor.cpp"
  265. Finished building: ../src/Libraries/Fatfs/fattime_rtc.cpp
  266.  
  267. Building file: ../src/Heating/Sensors/CurrentLoopTemperatureSensor.cpp
  268. Invoking: Cross G++ Compiler
  269. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=CurrentLoopTemperatureSensor.s" -MMD -MP -MF"src/Heating/Sensors/CurrentLoopTemperatureSensor.d" -MT"src/Heating/Sensors/CurrentLoopTemperatureSensor.o" -o "src/Heating/Sensors/CurrentLoopTemperatureSensor.o" "../src/Heating/Sensors/CurrentLoopTemperatureSensor.cpp"
  270. Finished building: ../src/Libraries/Fatfs/diskio.cpp
  271.  
  272. Building file: ../src/Heating/Sensors/DhtSensor.cpp
  273. Invoking: Cross G++ Compiler
  274. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=DhtSensor.s" -MMD -MP -MF"src/Heating/Sensors/DhtSensor.d" -MT"src/Heating/Sensors/DhtSensor.o" -o "src/Heating/Sensors/DhtSensor.o" "../src/Heating/Sensors/DhtSensor.cpp"
  275. Finished building: ../src/Heating/Sensors/CpuTemperatureSensor.cpp
  276.  
  277. Building file: ../src/Heating/Sensors/RtdSensor31865.cpp
  278. Invoking: Cross G++ Compiler
  279. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=RtdSensor31865.s" -MMD -MP -MF"src/Heating/Sensors/RtdSensor31865.d" -MT"src/Heating/Sensors/RtdSensor31865.o" -o "src/Heating/Sensors/RtdSensor31865.o" "../src/Heating/Sensors/RtdSensor31865.cpp"
  280. Finished building: ../src/Heating/Sensors/CurrentLoopTemperatureSensor.cpp
  281.  
  282. Building file: ../src/Heating/Sensors/SpiTemperatureSensor.cpp
  283. Invoking: Cross G++ Compiler
  284. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=SpiTemperatureSensor.s" -MMD -MP -MF"src/Heating/Sensors/SpiTemperatureSensor.d" -MT"src/Heating/Sensors/SpiTemperatureSensor.o" -o "src/Heating/Sensors/SpiTemperatureSensor.o" "../src/Heating/Sensors/SpiTemperatureSensor.cpp"
  285. Finished building: ../src/Heating/Sensors/RtdSensor31865.cpp
  286.  
  287. Building file: ../src/Heating/Sensors/TemperatureSensor.cpp
  288. Invoking: Cross G++ Compiler
  289. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=TemperatureSensor.s" -MMD -MP -MF"src/Heating/Sensors/TemperatureSensor.d" -MT"src/Heating/Sensors/TemperatureSensor.o" -o "src/Heating/Sensors/TemperatureSensor.o" "../src/Heating/Sensors/TemperatureSensor.cpp"
  290. Finished building: ../src/Heating/Sensors/SpiTemperatureSensor.cpp
  291.  
  292. Building file: ../src/Heating/Sensors/Thermistor.cpp
  293. Finished building: ../src/Heating/Sensors/DhtSensor.cpp
  294.  
  295. Invoking: Cross G++ Compiler
  296. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Thermistor.s" -MMD -MP -MF"src/Heating/Sensors/Thermistor.d" -MT"src/Heating/Sensors/Thermistor.o" -o "src/Heating/Sensors/Thermistor.o" "../src/Heating/Sensors/Thermistor.cpp"
  297. Building file: ../src/Heating/Sensors/ThermocoupleSensor31855.cpp
  298. Invoking: Cross G++ Compiler
  299. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=ThermocoupleSensor31855.s" -MMD -MP -MF"src/Heating/Sensors/ThermocoupleSensor31855.d" -MT"src/Heating/Sensors/ThermocoupleSensor31855.o" -o "src/Heating/Sensors/ThermocoupleSensor31855.o" "../src/Heating/Sensors/ThermocoupleSensor31855.cpp"
  300. Finished building: ../src/Heating/Sensors/TemperatureSensor.cpp
  301.  
  302. Building file: ../src/Heating/Sensors/ThermocoupleSensor31856.cpp
  303. Invoking: Cross G++ Compiler
  304. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=ThermocoupleSensor31856.s" -MMD -MP -MF"src/Heating/Sensors/ThermocoupleSensor31856.d" -MT"src/Heating/Sensors/ThermocoupleSensor31856.o" -o "src/Heating/Sensors/ThermocoupleSensor31856.o" "../src/Heating/Sensors/ThermocoupleSensor31856.cpp"
  305. Finished building: ../src/Heating/Sensors/ThermocoupleSensor31855.cpp
  306.  
  307. Building file: ../src/Heating/Sensors/TmcDriverTemperatureSensor.cpp
  308. Invoking: Cross G++ Compiler
  309. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=TmcDriverTemperatureSensor.s" -MMD -MP -MF"src/Heating/Sensors/TmcDriverTemperatureSensor.d" -MT"src/Heating/Sensors/TmcDriverTemperatureSensor.o" -o "src/Heating/Sensors/TmcDriverTemperatureSensor.o" "../src/Heating/Sensors/TmcDriverTemperatureSensor.cpp"
  310. Finished building: ../src/Heating/Sensors/Thermistor.cpp
  311.  
  312. Building file: ../src/Heating/FOPDT.cpp
  313. Invoking: Cross G++ Compiler
  314. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=FOPDT.s" -MMD -MP -MF"src/Heating/FOPDT.d" -MT"src/Heating/FOPDT.o" -o "src/Heating/FOPDT.o" "../src/Heating/FOPDT.cpp"
  315. Finished building: ../src/Libraries/Fatfs/ff.c
  316.  
  317. Building file: ../src/Heating/Heat.cpp
  318. Invoking: Cross G++ Compiler
  319. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Heat.s" -MMD -MP -MF"src/Heating/Heat.d" -MT"src/Heating/Heat.o" -o "src/Heating/Heat.o" "../src/Heating/Heat.cpp"
  320. Finished building: ../src/Heating/Sensors/TmcDriverTemperatureSensor.cpp
  321.  
  322. Building file: ../src/Heating/HeaterProtection.cpp
  323. Invoking: Cross G++ Compiler
  324. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=HeaterProtection.s" -MMD -MP -MF"src/Heating/HeaterProtection.d" -MT"src/Heating/HeaterProtection.o" -o "src/Heating/HeaterProtection.o" "../src/Heating/HeaterProtection.cpp"
  325. Finished building: ../src/Heating/Sensors/ThermocoupleSensor31856.cpp
  326.  
  327. Building file: ../src/Heating/Pid.cpp
  328. Invoking: Cross G++ Compiler
  329. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Pid.s" -MMD -MP -MF"src/Heating/Pid.d" -MT"src/Heating/Pid.o" -o "src/Heating/Pid.o" "../src/Heating/Pid.cpp"
  330. Finished building: ../src/Heating/FOPDT.cpp
  331.  
  332. Building file: ../src/Heating/TemperatureError.cpp
  333. Invoking: Cross G++ Compiler
  334. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=TemperatureError.s" -MMD -MP -MF"src/Heating/TemperatureError.d" -MT"src/Heating/TemperatureError.o" -o "src/Heating/TemperatureError.o" "../src/Heating/TemperatureError.cpp"
  335. Finished building: ../src/Heating/TemperatureError.cpp
  336.  
  337. Building file: ../src/GCodes/DriverMode.cpp
  338. Invoking: Cross G++ Compiler
  339. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=DriverMode.s" -MMD -MP -MF"src/GCodes/DriverMode.d" -MT"src/GCodes/DriverMode.o" -o "src/GCodes/DriverMode.o" "../src/GCodes/DriverMode.cpp"
  340. Finished building: ../src/Heating/HeaterProtection.cpp
  341.  
  342. Building file: ../src/GCodes/GCodeBuffer.cpp
  343. Invoking: Cross G++ Compiler
  344. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=GCodeBuffer.s" -MMD -MP -MF"src/GCodes/GCodeBuffer.d" -MT"src/GCodes/GCodeBuffer.o" -o "src/GCodes/GCodeBuffer.o" "../src/GCodes/GCodeBuffer.cpp"
  345. Finished building: ../src/GCodes/DriverMode.cpp
  346.  
  347. Building file: ../src/GCodes/GCodeInput.cpp
  348. Invoking: Cross G++ Compiler
  349. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=GCodeInput.s" -MMD -MP -MF"src/GCodes/GCodeInput.d" -MT"src/GCodes/GCodeInput.o" -o "src/GCodes/GCodeInput.o" "../src/GCodes/GCodeInput.cpp"
  350. Finished building: ../src/Heating/Heat.cpp
  351.  
  352. Building file: ../src/GCodes/GCodeMachineState.cpp
  353. Invoking: Cross G++ Compiler
  354. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=GCodeMachineState.s" -MMD -MP -MF"src/GCodes/GCodeMachineState.d" -MT"src/GCodes/GCodeMachineState.o" -o "src/GCodes/GCodeMachineState.o" "../src/GCodes/GCodeMachineState.cpp"
  355. Finished building: ../src/Heating/Pid.cpp
  356.  
  357. Building file: ../src/GCodes/GCodeQueue.cpp
  358. Invoking: Cross G++ Compiler
  359. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=GCodeQueue.s" -MMD -MP -MF"src/GCodes/GCodeQueue.d" -MT"src/GCodes/GCodeQueue.o" -o "src/GCodes/GCodeQueue.o" "../src/GCodes/GCodeQueue.cpp"
  360. Finished building: ../src/GCodes/GCodeMachineState.cpp
  361.  
  362. Building file: ../src/GCodes/GCodes.cpp
  363. Invoking: Cross G++ Compiler
  364. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=GCodes.s" -MMD -MP -MF"src/GCodes/GCodes.d" -MT"src/GCodes/GCodes.o" -o "src/GCodes/GCodes.o" "../src/GCodes/GCodes.cpp"
  365. Finished building: ../src/GCodes/GCodeInput.cpp
  366.  
  367. Building file: ../src/GCodes/GCodes2.cpp
  368. Invoking: Cross G++ Compiler
  369. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=GCodes2.s" -MMD -MP -MF"src/GCodes/GCodes2.d" -MT"src/GCodes/GCodes2.o" -o "src/GCodes/GCodes2.o" "../src/GCodes/GCodes2.cpp"
  370. Finished building: ../src/GCodes/GCodeQueue.cpp
  371.  
  372. Building file: ../src/GCodes/GCodes3.cpp
  373. Invoking: Cross G++ Compiler
  374. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=GCodes3.s" -MMD -MP -MF"src/GCodes/GCodes3.d" -MT"src/GCodes/GCodes3.o" -o "src/GCodes/GCodes3.o" "../src/GCodes/GCodes3.cpp"
  375. Finished building: ../src/GCodes/GCodeBuffer.cpp
  376.  
  377. Building file: ../src/GCodes/RestorePoint.cpp
  378. Invoking: Cross G++ Compiler
  379. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=RestorePoint.s" -MMD -MP -MF"src/GCodes/RestorePoint.d" -MT"src/GCodes/RestorePoint.o" -o "src/GCodes/RestorePoint.o" "../src/GCodes/RestorePoint.cpp"
  380. Finished building: ../src/GCodes/RestorePoint.cpp
  381.  
  382. Building file: ../src/FilamentMonitors/Duet3DFilamentMonitor.cpp
  383. Invoking: Cross G++ Compiler
  384. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Duet3DFilamentMonitor.s" -MMD -MP -MF"src/FilamentMonitors/Duet3DFilamentMonitor.d" -MT"src/FilamentMonitors/Duet3DFilamentMonitor.o" -o "src/FilamentMonitors/Duet3DFilamentMonitor.o" "../src/FilamentMonitors/Duet3DFilamentMonitor.cpp"
  385. Finished building: ../src/FilamentMonitors/Duet3DFilamentMonitor.cpp
  386.  
  387. Building file: ../src/FilamentMonitors/FilamentMonitor.cpp
  388. Invoking: Cross G++ Compiler
  389. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=FilamentMonitor.s" -MMD -MP -MF"src/FilamentMonitors/FilamentMonitor.d" -MT"src/FilamentMonitors/FilamentMonitor.o" -o "src/FilamentMonitors/FilamentMonitor.o" "../src/FilamentMonitors/FilamentMonitor.cpp"
  390. Finished building: ../src/GCodes/GCodes3.cpp
  391.  
  392. Building file: ../src/FilamentMonitors/LaserFilamentMonitor.cpp
  393. Invoking: Cross G++ Compiler
  394. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=LaserFilamentMonitor.s" -MMD -MP -MF"src/FilamentMonitors/LaserFilamentMonitor.d" -MT"src/FilamentMonitors/LaserFilamentMonitor.o" -o "src/FilamentMonitors/LaserFilamentMonitor.o" "../src/FilamentMonitors/LaserFilamentMonitor.cpp"
  395. Finished building: ../src/FilamentMonitors/FilamentMonitor.cpp
  396.  
  397. Building file: ../src/FilamentMonitors/PulsedFilamentMonitor.cpp
  398. Invoking: Cross G++ Compiler
  399. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=PulsedFilamentMonitor.s" -MMD -MP -MF"src/FilamentMonitors/PulsedFilamentMonitor.d" -MT"src/FilamentMonitors/PulsedFilamentMonitor.o" -o "src/FilamentMonitors/PulsedFilamentMonitor.o" "../src/FilamentMonitors/PulsedFilamentMonitor.cpp"
  400. Finished building: ../src/FilamentMonitors/LaserFilamentMonitor.cpp
  401.  
  402. Building file: ../src/FilamentMonitors/RotatingMagnetFilamentMonitor.cpp
  403. Invoking: Cross G++ Compiler
  404. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=RotatingMagnetFilamentMonitor.s" -MMD -MP -MF"src/FilamentMonitors/RotatingMagnetFilamentMonitor.d" -MT"src/FilamentMonitors/RotatingMagnetFilamentMonitor.o" -o "src/FilamentMonitors/RotatingMagnetFilamentMonitor.o" "../src/FilamentMonitors/RotatingMagnetFilamentMonitor.cpp"
  405. Finished building: ../src/FilamentMonitors/PulsedFilamentMonitor.cpp
  406.  
  407. Building file: ../src/FilamentMonitors/SimpleFilamentMonitor.cpp
  408. Invoking: Cross G++ Compiler
  409. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=SimpleFilamentMonitor.s" -MMD -MP -MF"src/FilamentMonitors/SimpleFilamentMonitor.d" -MT"src/FilamentMonitors/SimpleFilamentMonitor.o" -o "src/FilamentMonitors/SimpleFilamentMonitor.o" "../src/FilamentMonitors/SimpleFilamentMonitor.cpp"
  410. Finished building: ../src/FilamentMonitors/RotatingMagnetFilamentMonitor.cpp
  411.  
  412. Building file: ../src/Fans/DotStarLed.cpp
  413. Invoking: Cross G++ Compiler
  414. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=DotStarLed.s" -MMD -MP -MF"src/Fans/DotStarLed.d" -MT"src/Fans/DotStarLed.o" -o "src/Fans/DotStarLed.o" "../src/Fans/DotStarLed.cpp"
  415. Finished building: ../src/Fans/DotStarLed.cpp
  416.  
  417. Building file: ../src/Fans/Fan.cpp
  418. Invoking: Cross G++ Compiler
  419. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Fan.s" -MMD -MP -MF"src/Fans/Fan.d" -MT"src/Fans/Fan.o" -o "src/Fans/Fan.o" "../src/Fans/Fan.cpp"
  420. Finished building: ../src/FilamentMonitors/SimpleFilamentMonitor.cpp
  421.  
  422. Building file: ../src/Fans/Tacho.cpp
  423. Invoking: Cross G++ Compiler
  424. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Tacho.s" -MMD -MP -MF"src/Fans/Tacho.d" -MT"src/Fans/Tacho.o" -o "src/Fans/Tacho.o" "../src/Fans/Tacho.cpp"
  425. Finished building: ../src/Fans/Tacho.cpp
  426.  
  427. Building file: ../src/DuetNG/DueXn.cpp
  428. Invoking: Cross G++ Compiler
  429. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=DueXn.s" -MMD -MP -MF"src/DuetNG/DueXn.d" -MT"src/DuetNG/DueXn.o" -o "src/DuetNG/DueXn.o" "../src/DuetNG/DueXn.cpp"
  430. Finished building: ../src/Fans/Fan.cpp
  431.  
  432. Building file: ../src/DuetNG/SX1509.cpp
  433. Invoking: Cross G++ Compiler
  434. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=SX1509.s" -MMD -MP -MF"src/DuetNG/SX1509.d" -MT"src/DuetNG/SX1509.o" -o "src/DuetNG/SX1509.o" "../src/DuetNG/SX1509.cpp"
  435. Finished building: ../src/DuetNG/DueXn.cpp
  436.  
  437. Building file: ../src/IoPorts.cpp
  438. Invoking: Cross G++ Compiler
  439. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=IoPorts.s" -MMD -MP -MF"src/IoPorts.d" -MT"src/IoPorts.o" -o "src/IoPorts.o" "../src/IoPorts.cpp"
  440. Finished building: ../src/DuetNG/SX1509.cpp
  441.  
  442. Building file: ../src/Logger.cpp
  443. Invoking: Cross G++ Compiler
  444. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Logger.s" -MMD -MP -MF"src/Logger.d" -MT"src/Logger.o" -o "src/Logger.o" "../src/Logger.cpp"
  445. Finished building: ../src/GCodes/GCodes.cpp
  446.  
  447. Building file: ../src/OutputMemory.cpp
  448. Invoking: Cross G++ Compiler
  449. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=OutputMemory.s" -MMD -MP -MF"src/OutputMemory.d" -MT"src/OutputMemory.o" -o "src/OutputMemory.o" "../src/OutputMemory.cpp"
  450. Finished building: ../src/IoPorts.cpp
  451.  
  452. Building file: ../src/Platform.cpp
  453. Invoking: Cross G++ Compiler
  454. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Platform.s" -MMD -MP -MF"src/Platform.d" -MT"src/Platform.o" -o "src/Platform.o" "../src/Platform.cpp"
  455. Finished building: ../src/Logger.cpp
  456.  
  457. Building file: ../src/PortControl.cpp
  458. Invoking: Cross G++ Compiler
  459. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=PortControl.s" -MMD -MP -MF"src/PortControl.d" -MT"src/PortControl.o" -o "src/PortControl.o" "../src/PortControl.cpp"
  460. Finished building: ../src/GCodes/GCodes2.cpp
  461.  
  462. Building file: ../src/PrintMonitor.cpp
  463. Invoking: Cross G++ Compiler
  464. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=PrintMonitor.s" -MMD -MP -MF"src/PrintMonitor.d" -MT"src/PrintMonitor.o" -o "src/PrintMonitor.o" "../src/PrintMonitor.cpp"
  465. Finished building: ../src/OutputMemory.cpp
  466.  
  467. Building file: ../src/RTOSIface.cpp
  468. Invoking: Cross G++ Compiler
  469. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=RTOSIface.s" -MMD -MP -MF"src/RTOSIface.d" -MT"src/RTOSIface.o" -o "src/RTOSIface.o" "../src/RTOSIface.cpp"
  470. Finished building: ../src/PortControl.cpp
  471.  
  472. Building file: ../src/RepRap.cpp
  473. Invoking: Cross G++ Compiler
  474. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=RepRap.s" -MMD -MP -MF"src/RepRap.d" -MT"src/RepRap.o" -o "src/RepRap.o" "../src/RepRap.cpp"
  475. Finished building: ../src/RTOSIface.cpp
  476.  
  477. Building file: ../src/RepRapFirmware.cpp
  478. Invoking: Cross G++ Compiler
  479. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=RepRapFirmware.s" -MMD -MP -MF"src/RepRapFirmware.d" -MT"src/RepRapFirmware.o" -o "src/RepRapFirmware.o" "../src/RepRapFirmware.cpp"
  480. Finished building: ../src/PrintMonitor.cpp
  481.  
  482. Building file: ../src/Roland.cpp
  483. Invoking: Cross G++ Compiler
  484. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Roland.s" -MMD -MP -MF"src/Roland.d" -MT"src/Roland.o" -o "src/Roland.o" "../src/Roland.cpp"
  485. Finished building: ../src/Roland.cpp
  486.  
  487. Building file: ../src/Scanner.cpp
  488. Invoking: Cross G++ Compiler
  489. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Scanner.s" -MMD -MP -MF"src/Scanner.d" -MT"src/Scanner.o" -o "src/Scanner.o" "../src/Scanner.cpp"
  490. Finished building: ../src/RepRapFirmware.cpp
  491.  
  492. Building file: ../src/SoftTimer.cpp
  493. Invoking: Cross G++ Compiler
  494. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=SoftTimer.s" -MMD -MP -MF"src/SoftTimer.d" -MT"src/SoftTimer.o" -o "src/SoftTimer.o" "../src/SoftTimer.cpp"
  495. Finished building: ../src/SoftTimer.cpp
  496.  
  497. Building file: ../src/Spindle.cpp
  498. Invoking: Cross G++ Compiler
  499. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Spindle.s" -MMD -MP -MF"src/Spindle.d" -MT"src/Spindle.o" -o "src/Spindle.o" "../src/Spindle.cpp"
  500. Finished building: ../src/Scanner.cpp
  501.  
  502. Building file: ../src/Tasks.cpp
  503. Invoking: Cross G++ Compiler
  504. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=Tasks.s" -MMD -MP -MF"src/Tasks.d" -MT"src/Tasks.o" -o "src/Tasks.o" "../src/Tasks.cpp"
  505. Finished building: ../src/Spindle.cpp
  506.  
  507. Building file: ../src/ZProbe.cpp
  508. Invoking: Cross G++ Compiler
  509. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=ZProbe.s" -MMD -MP -MF"src/ZProbe.d" -MT"src/ZProbe.o" -o "src/ZProbe.o" "../src/ZProbe.cpp"
  510. Finished building: ../src/Tasks.cpp
  511.  
  512. Building file: ../src/ZProbeProgrammer.cpp
  513. Invoking: Cross G++ Compiler
  514. arm-none-eabi-g++ -D__SAM4E8E__ -DRTOS -DDUET_NG -D_XOPEN_SOURCE -I"~/eclipse-workspace/CoreNG/cores/arduino" -I"~/eclipse-workspace/CoreNG/libraries/Flash" -I"~/eclipse-workspace/CoreNG/libraries/SharedSpi" -I"~/eclipse-workspace/CoreNG/libraries/Storage" -I"~/eclipse-workspace/CoreNG/libraries/Wire" -I"~/eclipse-workspace/CoreNG/asf" -I"~/eclipse-workspace/CoreNG/asf/common/utils" -I"~/eclipse-workspace/CoreNG/asf/common/services/clock" -I"~/eclipse-workspace/CoreNG/asf/common/services/ioport" -I"~/eclipse-workspace/CoreNG/asf/sam/drivers" -I"~/eclipse-workspace/CoreNG/asf/sam/services/flash_efc" -I"~/eclipse-workspace/CoreNG/asf/sam/utils" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/cmsis/sam4e/include" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/header_files" -I"~/eclipse-workspace/CoreNG/asf/sam/utils/preprocessor" -I"~/eclipse-workspace/CoreNG/asf/thirdparty/CMSIS/Include" -I"~/eclipse-workspace/CoreNG/variants/duetNG" -I"~/eclipse-workspace/RepRapFirmware/src" -I"~/eclipse-workspace/RepRapFirmware/src/DuetNG" -I"~/eclipse-workspace/RepRapFirmware/src/Networking" -I"~/eclipse-workspace/DuetWiFiSocketServer/src/include" -I"~/eclipse-workspace/FreeRTOS/src/include" -I"~/eclipse-workspace/FreeRTOS/src/portable/GCC/ARM_CM4F" -O2 -Wall -c -std=gnu++14 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -fno-threadsafe-statics -fno-rtti -fno-exceptions -nostdlib -Wdouble-promotion -fsingle-precision-constant "-Wa,-ahl=ZProbeProgrammer.s" -MMD -MP -MF"src/ZProbeProgrammer.d" -MT"src/ZProbeProgrammer.o" -o "src/ZProbeProgrammer.o" "../src/ZProbeProgrammer.cpp"
  515. Finished building: ../src/ZProbe.cpp
  516.  
  517. Finished building: ../src/RepRap.cpp
  518.  
  519. Finished building: ../src/Platform.cpp
  520.  
  521. Finished building: ../src/ZProbeProgrammer.cpp
  522.  
  523. Building target: Duet2CombinedFirmware.elf
  524. Invoking: Cross G++ Linker
  525. arm-none-eabi-gcc -L"~/eclipse-workspace/CoreNG/SAM4E8E_RTOS" -L"~/eclipse-workspace/FreeRTOS/SAM4E" -Os --specs=nano.specs -Wl,--gc-sections -Wl,--fatal-warnings -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -T~/eclipse-workspace/CoreNG/variants/duetNG/linker_scripts/gcc/flash.ld -Wl,-Map,~/eclipse-workspace/RepRapFirmware/Duet2_RTOS/Duet2CombinedFirmware.map -o "Duet2CombinedFirmware.elf" -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--warn-unresolved-symbols -Wl,--start-group "~/eclipse-workspace/CoreNG/SAM4E8E_RTOS/cores/arduino/syscalls.o" ./src/Tools/Filament.o ./src/Tools/Tool.o ./src/Storage/CRC32.o ./src/Storage/FileInfoParser.o ./src/Storage/FileStore.o ./src/Storage/MassStorage.o ./src/StepperDrivers/TMC2660/TMC2660.o ./src/StepperDrivers/TMC22xx/TMC22xx.o ./src/Networking/W5500Ethernet/Wiznet/Internet/DHCP/dhcp.o ./src/Networking/W5500Ethernet/Wiznet/Ethernet/W5500/w5500.o ./src/Networking/W5500Ethernet/Wiznet/Ethernet/WizSpi.o ./src/Networking/W5500Ethernet/Wiznet/Ethernet/socketlib.o ./src/Networking/W5500Ethernet/Wiznet/Ethernet/wizchip_conf.o ./src/Networking/W5500Ethernet/W5500Interface.o ./src/Networking/W5500Ethernet/W5500Socket.o ./src/Networking/ESP8266WiFi/WiFiInterface.o ./src/Networking/ESP8266WiFi/WiFiSocket.o ./src/Networking/ESP8266WiFi/WifiFirmwareUploader.o ./src/Networking/FirmwareUpdater.o ./src/Networking/FtpResponder.o ./src/Networking/HttpResponder.o ./src/Networking/Network.o ./src/Networking/NetworkBuffer.o ./src/Networking/NetworkResponder.o ./src/Networking/TelnetResponder.o ./src/Movement/Kinematics/CartesianKinematics.o ./src/Movement/Kinematics/CoreBaseKinematics.o ./src/Movement/Kinematics/CoreXYKinematics.o ./src/Movement/Kinematics/CoreXYUKinematics.o ./src/Movement/Kinematics/CoreXYUVKinematics.o ./src/Movement/Kinematics/CoreXZKinematics.o ./src/Movement/Kinematics/HangprinterKinematics.o ./src/Movement/Kinematics/Kinematics.o ./src/Movement/Kinematics/LinearDeltaKinematics.o ./src/Movement/Kinematics/PolarKinematics.o ./src/Movement/Kinematics/ScaraKinematics.o ./src/Movement/Kinematics/ZLeadscrewKinematics.o ./src/Movement/BedProbing/Grid.o ./src/Movement/BedProbing/RandomProbePointSet.o ./src/Movement/DDA.o ./src/Movement/DriveMovement.o ./src/Movement/Move.o ./src/Libraries/sha1/sha1.o ./src/Libraries/Math/Isqrt.o ./src/Libraries/General/IP4String.o ./src/Libraries/General/SafeStrtod.o ./src/Libraries/General/SafeVsnprintf.o ./src/Libraries/General/StringRef.o ./src/Libraries/General/Strnlen.o ./src/Libraries/Fatfs/ccsbcs.o ./src/Libraries/Fatfs/diskio.o ./src/Libraries/Fatfs/fattime_rtc.o ./src/Libraries/Fatfs/ff.o ./src/Heating/Sensors/CpuTemperatureSensor.o ./src/Heating/Sensors/CurrentLoopTemperatureSensor.o ./src/Heating/Sensors/DhtSensor.o ./src/Heating/Sensors/RtdSensor31865.o ./src/Heating/Sensors/SpiTemperatureSensor.o ./src/Heating/Sensors/TemperatureSensor.o ./src/Heating/Sensors/Thermistor.o ./src/Heating/Sensors/ThermocoupleSensor31855.o ./src/Heating/Sensors/ThermocoupleSensor31856.o ./src/Heating/Sensors/TmcDriverTemperatureSensor.o ./src/Heating/FOPDT.o ./src/Heating/Heat.o ./src/Heating/HeaterProtection.o ./src/Heating/Pid.o ./src/Heating/TemperatureError.o ./src/GCodes/DriverMode.o ./src/GCodes/GCodeBuffer.o ./src/GCodes/GCodeInput.o ./src/GCodes/GCodeMachineState.o ./src/GCodes/GCodeQueue.o ./src/GCodes/GCodes.o ./src/GCodes/GCodes2.o ./src/GCodes/GCodes3.o ./src/GCodes/RestorePoint.o ./src/FilamentMonitors/Duet3DFilamentMonitor.o ./src/FilamentMonitors/FilamentMonitor.o ./src/FilamentMonitors/LaserFilamentMonitor.o ./src/FilamentMonitors/PulsedFilamentMonitor.o ./src/FilamentMonitors/RotatingMagnetFilamentMonitor.o ./src/FilamentMonitors/SimpleFilamentMonitor.o ./src/Fans/DotStarLed.o ./src/Fans/Fan.o ./src/Fans/Tacho.o ./src/DuetNG/DueXn.o ./src/DuetNG/SX1509.o ./src/IoPorts.o ./src/Logger.o ./src/OutputMemory.o ./src/Platform.o ./src/PortControl.o ./src/PrintMonitor.o ./src/RTOSIface.o ./src/RepRap.o ./src/RepRapFirmware.o ./src/Roland.o ./src/Scanner.o ./src/SoftTimer.o ./src/Spindle.o ./src/Tasks.o ./src/ZProbe.o ./src/ZProbeProgrammer.o -lCoreNG -lFreeRTOS -Wl,--end-group -lm
  526. ./src/GCodes/GCodes2.o: In function `GCodes::HandleMcode(GCodeBuffer&, StringRef const&)':
  527. GCodes2.cpp:(.text._ZN6GCodes11HandleMcodeER11GCodeBufferRK9StringRef+0x61e6): warning: undefined reference to `SmartDrivers::SetDriverMode(unsigned int, unsigned int)'
  528. GCodes2.cpp:(.text._ZN6GCodes11HandleMcodeER11GCodeBufferRK9StringRef+0x6208): warning: undefined reference to `SmartDrivers::SetChopperControlRegister(unsigned int, unsigned long)'
  529. GCodes2.cpp:(.text._ZN6GCodes11HandleMcodeER11GCodeBufferRK9StringRef+0x6466): warning: undefined reference to `SmartDrivers::GetDriverMode(unsigned int)'
  530. GCodes2.cpp:(.text._ZN6GCodes11HandleMcodeER11GCodeBufferRK9StringRef+0x6472): warning: undefined reference to `SmartDrivers::GetChopperControlRegister(unsigned int)'
  531. ./src/Platform.o: In function `Platform::AnyAxisMotorStalled(unsigned int) const [clone .part.17]':
  532. Platform.cpp:(.text._ZNK8Platform19AnyAxisMotorStalledEj.part.17+0x2e): warning: undefined reference to `SmartDrivers::GetLiveStatus(unsigned int)'
  533. ./src/Platform.o: In function `Platform::DisableDriver(unsigned int) [clone .part.19]':
  534. Platform.cpp:(.text._ZN8Platform13DisableDriverEj.part.19+0x12): warning: undefined reference to `SmartDrivers::EnableDrive(unsigned int, bool)'
  535. ./src/Platform.o: In function `Platform::UpdateMotorCurrent(unsigned int) [clone .part.20]':
  536. Platform.cpp:(.text._ZN8Platform18UpdateMotorCurrentEj.part.20+0x2c): warning: undefined reference to `SmartDrivers::SetCurrent(unsigned int, float)'
  537. ./src/Platform.o: In function `Platform::SetDriverCurrent(unsigned int, float, int) [clone .part.22]':
  538. Platform.cpp:(.text._ZN8Platform16SetDriverCurrentEjfi.part.22+0x42): warning: undefined reference to `SmartDrivers::SetStandstillCurrentPercent(unsigned int, float)'
  539. ./src/Platform.o: In function `Platform::Stopped(unsigned int) const':
  540. Platform.cpp:(.text._ZNK8Platform7StoppedEj+0x34): warning: undefined reference to `SmartDrivers::GetLiveStatus(unsigned int)'
  541. ./src/Platform.o: In function `Platform::EnableDriver(unsigned int)':
  542. Platform.cpp:(.text._ZN8Platform12EnableDriverEj+0x4a): warning: undefined reference to `SmartDrivers::EnableDrive(unsigned int, bool)'
  543. ./src/Platform.o: In function `Platform::GetMotorCurrent(unsigned int, int) const':
  544. Platform.cpp:(.text._ZNK8Platform15GetMotorCurrentEji+0x74): warning: undefined reference to `SmartDrivers::GetStandstillCurrentPercent(unsigned int)'
  545. ./src/Platform.o: In function `Platform::SetMicrostepping(unsigned int, int, bool)':
  546. Platform.cpp:(.text._ZN8Platform16SetMicrosteppingEjib+0x92): warning: undefined reference to `SmartDrivers::SetMicrostepping(unsigned int, unsigned int, bool)'
  547. Platform.cpp:(.text._ZN8Platform16SetMicrosteppingEjib+0xa6): warning: undefined reference to `SmartDrivers::SetMicrostepping(unsigned int, unsigned int, bool)'
  548. ./src/Platform.o: In function `Platform::GetMicrostepping(unsigned int, bool&) const':
  549. Platform.cpp:(.text._ZNK8Platform16GetMicrosteppingEjRb+0x22): warning: undefined reference to `SmartDrivers::GetMicrostepping(unsigned int, bool&)'
  550. ./src/Platform.o: In function `Platform::SetAxisDriversConfig(unsigned int, AxisDriversConfig const&)':
  551. Platform.cpp:(.text._ZN8Platform20SetAxisDriversConfigEjRK17AxisDriversConfig+0x54): warning: undefined reference to `SmartDrivers::SetAxisNumber(unsigned int, unsigned long)'
  552. ./src/Platform.o: In function `Platform::SetExtruderDriver(unsigned int, unsigned char)':
  553. makefile:68: recipe for target 'Duet2CombinedFirmware.elf' failed
  554. Platform.cpp:(.text._ZN8Platform17SetExtruderDriverEjh+0x1a): warning: undefined reference to `SmartDrivers::SetAxisNumber(unsigned int, unsigned long)'
  555. ./src/Platform.o: In function `Platform::ConfigureStallDetection(GCodeBuffer&, StringRef const&)':
  556. Platform.cpp:(.text._ZN8Platform23ConfigureStallDetectionER11GCodeBufferRK9StringRef+0x13a): warning: undefined reference to `SmartDrivers::AppendStallConfig(unsigned int, StringRef const&)'
  557. Platform.cpp:(.text._ZN8Platform23ConfigureStallDetectionER11GCodeBufferRK9StringRef+0x22a): warning: undefined reference to `SmartDrivers::SetStallThreshold(unsigned int, int)'
  558. Platform.cpp:(.text._ZN8Platform23ConfigureStallDetectionER11GCodeBufferRK9StringRef+0x25e): warning: undefined reference to `SmartDrivers::SetCoolStep(unsigned int, unsigned short)'
  559. Platform.cpp:(.text._ZN8Platform23ConfigureStallDetectionER11GCodeBufferRK9StringRef+0x28c): warning: undefined reference to `SmartDrivers::SetStallMinimumStepsPerSecond(unsigned int, unsigned int)'
  560. Platform.cpp:(.text._ZN8Platform23ConfigureStallDetectionER11GCodeBufferRK9StringRef+0x2cc): warning: undefined reference to `SmartDrivers::SetStallFilter(unsigned int, bool)'
  561. ./src/Platform.o: In function `Platform::Tick()':
  562. Platform.cpp:(.text.hot._ZN8Platform4TickEv+0x76): warning: undefined reference to `SmartDrivers::TurnDriversOff()'
  563. ./src/Platform.o: In function `Platform::Init()':
  564. Platform.cpp:(.text._ZN8Platform4InitEv+0x408): warning: undefined reference to `SmartDrivers::Init(unsigned char const*, unsigned int)'
  565. ./src/Platform.o: In function `Platform::Diagnostics(MessageType)':
  566. Platform.cpp:(.text._ZN8Platform11DiagnosticsE11MessageType+0x2ac): warning: undefined reference to `SmartDrivers::AppendDriverStatus(unsigned int, StringRef const&)'
  567. ./src/Platform.o: In function `Platform::DiagnosticTest(GCodeBuffer&, StringRef const&, int)':
  568. Platform.cpp:(.text._ZN8Platform14DiagnosticTestER11GCodeBufferRK9StringRefi+0x362): warning: undefined reference to `SmartDrivers::GetAccumulatedStatus(unsigned int, unsigned long)'
  569. ./src/Platform.o: In function `Platform::Spin()':
  570. Platform.cpp:(.text._ZN8Platform4SpinEv+0x82): warning: undefined reference to `SmartDrivers::Spin(bool)'
  571. Platform.cpp:(.text._ZN8Platform4SpinEv+0x38c): warning: undefined reference to `SmartDrivers::GetAccumulatedStatus(unsigned int, unsigned long)'
  572. collect2: error: ld returned 1 exit status
  573. make: *** [Duet2CombinedFirmware.elf] Error 1
  574.  
  575. 15:03:30 Build Finished (took 10s.748ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement