Closed FermiSCM closed 8 years ago
I decided to no longer respond to github issues -and other questions- due to a lack of support. As a patron you can post a message on the patreon forum stating you support a github issue. This allows me to support people who support me (starting from as low as 1$ a month exclusive VAT). https://www.patreon.com/posts/3700469
Apart from that . The information you provided is not enough to investigate. Did you use the nightly? Is this a newly created project? Are there errors in the error log? Can you provide the full console output Have you waited long enough to create the project after the installation of the board? .....
Hi Jantje, fine I will support you on patreon, I need help.Thanks
cool thanks :-) As far as I can see from your post you are trying to build for due or zero (sam or samd) Both of them need to be installed after the initial setup. After the preference page is closed the boards are not yet installed. On my system in the bottom right you can see the progress of the install. You can also see this if you do window->view->other->progress. As long as the installation is ongoing you should not create sketches/projects. If you did so go into the project properties->arduino and select apply. try again.
Yes I am using arduino due; I followed your video; I installed in properties->arduino->boardt.txt file: 1.6.8\boards.txt and board arduino due; but still have: make: *\ [.ino.cpp.o] Error 1 test_ms C/C++ Problem
can you provide the whole output in the console?
In the console is nothing in.
The console windows is a collection of consoles. As you have errors the "CDT Build Console [project name]" must contain data. You can switch console by selecting the down arrow right of the blue monitor on the right top of the console view mine contains this
3:27:29 **** Build of configuration Release for project speedtest ****
"C:\\embedded\\V3.0\\arduinoPlugin\\tools\\make\\make" -j4 all
'Building file: ../.ino.cpp'
'Building file: F:/windows/arduino/teensy 1.28 beta/hardware/teensy/avr/cores/teensy3/AudioStream.cpp'
'Building file: F:/windows/arduino/teensy 1.28 beta/hardware/teensy/avr/cores/teensy3/DMAChannel.cpp'
'Starting C++ compile'
'Starting C++ compile'
"F:/windows/arduino/teensy 1.28 beta/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=128 -DARDUINO=10606 -DF_CPU=72000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_GERMAN_MAC -I"F:\windows\arduino\teensy 1.28 beta\hardware\teensy\avr\cores\teensy3" -MMD -MP -MF".ino.cpp.d" -MT".ino.cpp.o" -D__IN_ECLIPSE__=1 -x c++ "../.ino.cpp" -o ".ino.cpp.o" -Wall
'Starting C++ compile'
'Building file: F:/windows/arduino/teensy 1.28 beta/hardware/teensy/avr/cores/teensy3/HardwareSerial1.cpp'
"F:/windows/arduino/teensy 1.28 beta/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=128 -DARDUINO=10606 -DF_CPU=72000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_GERMAN_MAC -I"F:\windows\arduino\teensy 1.28 beta\hardware\teensy\avr\cores\teensy3" -MMD -MP -MF"core/AudioStream.cpp.d" -MT"core/AudioStream.cpp.o" -D__IN_ECLIPSE__=1 -x c++ "F:/windows/arduino/teensy 1.28 beta/hardware/teensy/avr/cores/teensy3/AudioStream.cpp" -o "core/AudioStream.cpp.o" -Wall
"F:/windows/arduino/teensy 1.28 beta/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=128 -DARDUINO=10606 -DF_CPU=72000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_GERMAN_MAC -I"F:\windows\arduino\teensy 1.28 beta\hardware\teensy\avr\cores\teensy3" -MMD -MP -MF"core/DMAChannel.cpp.d" -MT"core/DMAChannel.cpp.o" -D__IN_ECLIPSE__=1 -x c++ "F:/windows/arduino/teensy 1.28 beta/hardware/teensy/avr/cores/teensy3/DMAChannel.cpp" -o "core/DMAChannel.cpp.o" -Wall
'Starting C++ compile'
"F:/windows/arduino/teensy 1.28 beta/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=128 -DARDUINO=10606 -DF_CPU=72000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_GERMAN_MAC -I"F:\windows\arduino\teensy 1.28 beta\hardware\teensy\avr\cores\teensy3" -MMD -MP -MF"core/HardwareSerial1.cpp.d" -MT"core/HardwareSerial1.cpp.o" -D__IN_ECLIPSE__=1 -x c++ "F:/windows/arduino/teensy 1.28 beta/hardware/teensy/avr/cores/teensy3/HardwareSerial1.cpp" -o "core/HardwareSerial1.cpp.o" -Wall
'Finished building: F:/windows/arduino/teensy 1.28 beta/hardware/teensy/avr/cores/teensy3/AudioStream.cpp'
'Finished building: ../.ino.cpp'
'Finished building: F:/windows/arduino/teensy 1.28 beta/hardware/teensy/avr/cores/teensy3/DMAChannel.cpp'
'Finished building: F:/windows/arduino/teensy 1.28 beta/hardware/teensy/avr/cores/teensy3/HardwareSerial1.cpp'
' '
' '
' '
' '
I installed complet new and I followed you advise, now it works but I am wondering because I have errors I use the example Blink: Symbol 'OUTPUT' could not be resolved Blink.ino /test1 line 23 Semantic Error Symbol 'LOW' could not be resolved Blink.ino /test1 line 31 Semantic Error Symbol 'HIGH' could not be resolved Blink.ino /test1 line 29 Semantic Error Invalid arguments ' Candidates are: void pinMode(long int, long int) Blink.ino /test1 line 23 Semantic Error Invalid arguments ' Candidates are: void digitalWrite(long int, long int) Blink.ino /test1 line 29 Semantic Error Invalid arguments ' Candidates are: void digitalWrite(long int, long int) Blink.ino /test1 line 31 Semantic Error 'begin' is ambiguous ' Candidates are: void begin(unsigned long int) void begin(long int)' Blink.ino /test1 line 20 Semantic Error I add only in the code: Serial.begin(9600); Serial.print ("TEST_01");
The console shows: 'Finished building: test01.bin' ' ' 'Building target: test01' 'Printing size:' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-size" -A "D:/downloadPrg/eclipseArduino/workspace/test01/Release/test01.elf" D:/downloadPrg/eclipseArduino/workspace/test01/Release/test01.elf : section size addr .text 22204 524288 .ARM.exidx 8 546492 .relocate 2260 537329664 .bss 2600 537331924 .ARM.attributes 41 0 .comment 112 0 .debug_info 74163 0 .debug_abbrev 13398 0 .debug_aranges 1728 0 .debug_ranges 2352 0 .debug_line 23595 0 .debug_str 19758 0 .debug_frame 6628 0 .debug_loc 15235 0 Total 184082
'Finished building target: test01' ' '
18:04:25 Build Finished (took 1s.663ms)
18:06:21 \ Clean-only build of configuration Release for project test02 ** "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\make\make" clean make: *\ No rule to make target 'clean'. Stop.
18:06:21 Build Finished (took 150ms)
18:06:22 \ Build of configuration Release for project test02 ** "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\make\make" all 'Building file: ../.ino.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF".ino.cpp.d" -MT".ino.cpp.o" -DIN_ECLIPSE__=1 -x c++ "../.ino.cpp" -o ".ino.cpp.o" -Wall 'Finished building: ../.ino.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/variant.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/variant.cpp.d" -MT"core/variant.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/variant.cpp" -o "core/variant.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/variant.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/avr/dtostrf.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/dtostrf.c.d" -MT"core/dtostrf.c.o" -D__IN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/avr/dtostrf.c" -o "core/dtostrf.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/avr/dtostrf.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/CDC.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/CDC.cpp.d" -MT"core/CDC.cpp.o" -DIN_ECLIPSE__=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/CDC.cpp" -o "core/CDC.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/CDC.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/PluggableUSB.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/PluggableUSB.cpp.d" -MT"core/PluggableUSB.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/PluggableUSB.cpp" -o "core/PluggableUSB.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/PluggableUSB.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/USBCore.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/USBCore.cpp.d" -MT"core/USBCore.cpp.o" -D__IN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/USBCore.cpp" -o "core/USBCore.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/USBCore.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/IPAddress.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/IPAddress.cpp.d" -MT"core/IPAddress.cpp.o" -DIN_ECLIPSE__=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/IPAddress.cpp" -o "core/IPAddress.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/IPAddress.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Print.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/Print.cpp.d" -MT"core/Print.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Print.cpp" -o "core/Print.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Print.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Reset.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/Reset.cpp.d" -MT"core/Reset.cpp.o" -D__IN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Reset.cpp" -o "core/Reset.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Reset.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/RingBuffer.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/RingBuffer.cpp.d" -MT"core/RingBuffer.cpp.o" -DIN_ECLIPSE__=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/RingBuffer.cpp" -o "core/RingBuffer.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/RingBuffer.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Stream.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/Stream.cpp.d" -MT"core/Stream.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Stream.cpp" -o "core/Stream.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Stream.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/UARTClass.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/UARTClass.cpp.d" -MT"core/UARTClass.cpp.o" -D__IN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/UARTClass.cpp" -o "core/UARTClass.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/UARTClass.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USARTClass.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/USARTClass.cpp.d" -MT"core/USARTClass.cpp.o" -DIN_ECLIPSE__=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USARTClass.cpp" -o "core/USARTClass.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USARTClass.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WInterrupts.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/WInterrupts.c.d" -MT"core/WInterrupts.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WInterrupts.c" -o "core/WInterrupts.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WInterrupts.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WMath.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/WMath.cpp.d" -MT"core/WMath.cpp.o" -D__IN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WMath.cpp" -o "core/WMath.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WMath.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WString.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/WString.cpp.d" -MT"core/WString.cpp.o" -DIN_ECLIPSE__=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WString.cpp" -o "core/WString.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WString.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/abi.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/abi.cpp.d" -MT"core/abi.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/abi.cpp" -o "core/abi.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/abi.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/cortex_handlers.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/cortex_handlers.c.d" -MT"core/cortex_handlers.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/cortex_handlers.c" -o "core/cortex_handlers.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/cortex_handlers.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/hooks.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/hooks.c.d" -MT"core/hooks.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/hooks.c" -o "core/hooks.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/hooks.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/iar_calls_sam3.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/iar_calls_sam3.c.d" -MT"core/iar_calls_sam3.c.o" -D__IN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/iar_calls_sam3.c" -o "core/iar_calls_sam3.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/iar_calls_sam3.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/itoa.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/itoa.c.d" -MT"core/itoa.c.o" -DIN_ECLIPSE__=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/itoa.c" -o "core/itoa.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/itoa.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/main.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/main.cpp.d" -MT"core/main.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/main.cpp" -o "core/main.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/main.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/new.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/new.cpp.d" -MT"core/new.cpp.o" -D__IN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/new.cpp" -o "core/new.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/new.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/syscalls_sam3.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/syscalls_sam3.c.d" -MT"core/syscalls_sam3.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/syscalls_sam3.c" -o "core/syscalls_sam3.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/syscalls_sam3.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/watchdog.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/watchdog.cpp.d" -MT"core/watchdog.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/watchdog.cpp" -o "core/watchdog.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/watchdog.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/wiring.c.d" -MT"core/wiring.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring.c" -o "core/wiring.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_analog.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/wiring_analog.c.d" -MT"core/wiring_analog.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_analog.c" -o "core/wiring_analog.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_analog.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_digital.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/wiring_digital.c.d" -MT"core/wiring_digital.c.o" -DIN_ECLIPSE__=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_digital.c" -o "core/wiring_digital.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_digital.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/wiring_pulse.cpp.d" -MT"core/wiring_pulse.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse.cpp" -o "core/wiring_pulse.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse_asm.S' 'Starting S compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -x assembler-with-cpp -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -MMD -MP -MF"core/wiring_pulse_asm.S.d" -MT"core/wiring_pulse_asm.S.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse_asm.S" -o "core/wiring_pulse_asm.S.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse_asm.S' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_shift.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/wiring_shift.c.d" -MT"core/wiring_shift.c.o" -DIN_ECLIPSE__=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_shift.c" -o "core/wiring_shift.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_shift.c' ' ' 'Starting archiver' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-ar" rcs "D:/downloadPrg/eclipseArduino/workspace/test02/Release/arduino.ar" arduino.ar ./core/variant.cpp.o ./core/dtostrf.c.o ./core/CDC.cpp.o ./core/PluggableUSB.cpp.o ./core/USBCore.cpp.o ./core/IPAddress.cpp.o ./core/Print.cpp.o ./core/Reset.cpp.o ./core/RingBuffer.cpp.o ./core/Stream.cpp.o ./core/UARTClass.cpp.o ./core/USARTClass.cpp.o ./core/WInterrupts.c.o ./core/WMath.cpp.o ./core/WString.cpp.o ./core/abi.cpp.o ./core/cortex_handlers.c.o ./core/hooks.c.o ./core/iar_calls_sam3.c.o ./core/itoa.c.o ./core/main.cpp.o ./core/new.cpp.o ./core/syscalls_sam3.c.o ./core/watchdog.cpp.o ./core/wiring.c.o ./core/wiring_analog.c.o ./core/wiring_digital.c.o ./core/wiring_pulse.cpp.o ./core/wiring_pulse_asm.S.o ./core/wiring_shift.c.o 'Finished building: arduino.ar' ' ' 'Starting combiner' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -mcpu=cortex-m3 -mthumb -Os -Wl,--gc-sections "-TD:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/linker_scripts/gcc/flash.ld" "-Wl,-Map,D:/downloadPrg/eclipseArduino/workspace/test02/Release/test02.map" -o "D:/downloadPrg/eclipseArduino/workspace/test02/Release/test02.elf" "-LD:/downloadPrg/eclipseArduino/workspace/test02/Release" -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,--start-group -u _sbrk -u link -u _close -u _fstat -u _isatty -u _lseek -u _read -u _write -u _exit -u kill -u _getpid ./.ino.cpp.o arduino.ar "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a" -Wl,--end-group -lm -gcc 'Finished building: test02.elf' ' ' 'Create eeprom image' 'Finished building: test02.eep' ' ' 'Create Flash image (ihex format)' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-objcopy" -O binary "D:/downloadPrg/eclipseArduino/workspace/test02/Release/test02.elf" "D:/downloadPrg/eclipseArduino/workspace/test02/Release/test02.bin" 'Finished building: test02.bin' ' ' 'Building target: test02' 'Printing size:' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-size" -A "D:/downloadPrg/eclipseArduino/workspace/test02/Release/test02.elf" D:/downloadPrg/eclipseArduino/workspace/test02/Release/test02.elf : section size addr .text 22452 524288 .ARM.exidx 8 546740 .relocate 2260 537329664 .bss 2600 537331924 .ARM.attributes 41 0 .comment 112 0 .debug_info 74130 0 .debug_abbrev 13482 0 .debug_loc 15265 0 .debug_aranges 1728 0 .debug_ranges 2376 0 .debug_line 23608 0 .debug_str 19781 0 .debug_frame 6628 0 Total 184471
'Finished building target: test02' ' '
18:06:36 Build Finished (took 14s.731ms)
18:11:49 \ Clean-only build of configuration Release for project test1 ** "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\make\make" clean make: *\ No rule to make target 'clean'. Stop.
18:11:49 Build Finished (took 166ms)
18:11:50 \ Build of configuration Release for project test1 ** "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\make\make" all 'Building file: ../.ino.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF".ino.cpp.d" -MT".ino.cpp.o" -DIN_ECLIPSE__=1 -x c++ "../.ino.cpp" -o ".ino.cpp.o" -Wall 'Finished building: ../.ino.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/variant.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/variant.cpp.d" -MT"core/variant.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/variant.cpp" -o "core/variant.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/variant.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/avr/dtostrf.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/dtostrf.c.d" -MT"core/dtostrf.c.o" -D__IN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/avr/dtostrf.c" -o "core/dtostrf.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/avr/dtostrf.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/CDC.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/CDC.cpp.d" -MT"core/CDC.cpp.o" -DIN_ECLIPSE__=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/CDC.cpp" -o "core/CDC.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/CDC.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/PluggableUSB.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/PluggableUSB.cpp.d" -MT"core/PluggableUSB.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/PluggableUSB.cpp" -o "core/PluggableUSB.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/PluggableUSB.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/USBCore.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/USBCore.cpp.d" -MT"core/USBCore.cpp.o" -D__IN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/USBCore.cpp" -o "core/USBCore.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USB/USBCore.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/IPAddress.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/IPAddress.cpp.d" -MT"core/IPAddress.cpp.o" -DIN_ECLIPSE__=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/IPAddress.cpp" -o "core/IPAddress.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/IPAddress.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Print.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/Print.cpp.d" -MT"core/Print.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Print.cpp" -o "core/Print.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Print.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Reset.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/Reset.cpp.d" -MT"core/Reset.cpp.o" -D__IN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Reset.cpp" -o "core/Reset.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Reset.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/RingBuffer.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/RingBuffer.cpp.d" -MT"core/RingBuffer.cpp.o" -DIN_ECLIPSE__=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/RingBuffer.cpp" -o "core/RingBuffer.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/RingBuffer.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Stream.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/Stream.cpp.d" -MT"core/Stream.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Stream.cpp" -o "core/Stream.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/Stream.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/UARTClass.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/UARTClass.cpp.d" -MT"core/UARTClass.cpp.o" -D__IN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/UARTClass.cpp" -o "core/UARTClass.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/UARTClass.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USARTClass.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/USARTClass.cpp.d" -MT"core/USARTClass.cpp.o" -DIN_ECLIPSE__=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USARTClass.cpp" -o "core/USARTClass.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/USARTClass.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WInterrupts.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/WInterrupts.c.d" -MT"core/WInterrupts.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WInterrupts.c" -o "core/WInterrupts.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WInterrupts.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WMath.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/WMath.cpp.d" -MT"core/WMath.cpp.o" -D__IN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WMath.cpp" -o "core/WMath.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WMath.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WString.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/WString.cpp.d" -MT"core/WString.cpp.o" -DIN_ECLIPSE__=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WString.cpp" -o "core/WString.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/WString.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/abi.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/abi.cpp.d" -MT"core/abi.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/abi.cpp" -o "core/abi.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/abi.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/cortex_handlers.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/cortex_handlers.c.d" -MT"core/cortex_handlers.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/cortex_handlers.c" -o "core/cortex_handlers.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/cortex_handlers.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/hooks.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/hooks.c.d" -MT"core/hooks.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/hooks.c" -o "core/hooks.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/hooks.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/iar_calls_sam3.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/iar_calls_sam3.c.d" -MT"core/iar_calls_sam3.c.o" -D__IN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/iar_calls_sam3.c" -o "core/iar_calls_sam3.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/iar_calls_sam3.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/itoa.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/itoa.c.d" -MT"core/itoa.c.o" -DIN_ECLIPSE__=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/itoa.c" -o "core/itoa.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/itoa.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/main.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/main.cpp.d" -MT"core/main.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/main.cpp" -o "core/main.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/main.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/new.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/new.cpp.d" -MT"core/new.cpp.o" -D__IN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/new.cpp" -o "core/new.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/new.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/syscalls_sam3.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/syscalls_sam3.c.d" -MT"core/syscalls_sam3.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/syscalls_sam3.c" -o "core/syscalls_sam3.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/syscalls_sam3.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/watchdog.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/watchdog.cpp.d" -MT"core/watchdog.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/watchdog.cpp" -o "core/watchdog.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/watchdog.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/wiring.c.d" -MT"core/wiring.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring.c" -o "core/wiring.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_analog.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/wiring_analog.c.d" -MT"core/wiring_analog.c.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_analog.c" -o "core/wiring_analog.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_analog.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_digital.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/wiring_digital.c.d" -MT"core/wiring_digital.c.o" -DIN_ECLIPSE__=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_digital.c" -o "core/wiring_digital.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_digital.c' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/wiring_pulse.cpp.d" -MT"core/wiring_pulse.cpp.o" -DIN_ECLIPSE=1 -x c++ "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse.cpp" -o "core/wiring_pulse.cpp.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse.cpp' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse_asm.S' 'Starting S compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -x assembler-with-cpp -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -MMD -MP -MF"core/wiring_pulse_asm.S.d" -MT"core/wiring_pulse_asm.S.o" -DIN_ECLIPSE=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse_asm.S" -o "core/wiring_pulse_asm.S.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_pulse_asm.S' ' ' 'Building file: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_shift.c' 'Starting C compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -c -g -Os -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF"core/wiring_shift.c.d" -MT"core/wiring_shift.c.o" -DIN_ECLIPSE__=1 "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_shift.c" -o "core/wiring_shift.c.o" -Wall 'Finished building: D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/cores/arduino/wiring_shift.c' ' ' 'Starting archiver' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-ar" rcs "D:/downloadPrg/eclipseArduino/workspace/test1/Release/arduino.ar" arduino.ar ./core/variant.cpp.o ./core/dtostrf.c.o ./core/CDC.cpp.o ./core/PluggableUSB.cpp.o ./core/USBCore.cpp.o ./core/IPAddress.cpp.o ./core/Print.cpp.o ./core/Reset.cpp.o ./core/RingBuffer.cpp.o ./core/Stream.cpp.o ./core/UARTClass.cpp.o ./core/USARTClass.cpp.o ./core/WInterrupts.c.o ./core/WMath.cpp.o ./core/WString.cpp.o ./core/abi.cpp.o ./core/cortex_handlers.c.o ./core/hooks.c.o ./core/iar_calls_sam3.c.o ./core/itoa.c.o ./core/main.cpp.o ./core/new.cpp.o ./core/syscalls_sam3.c.o ./core/watchdog.cpp.o ./core/wiring.c.o ./core/wiring_analog.c.o ./core/wiring_digital.c.o ./core/wiring_pulse.cpp.o ./core/wiring_pulse_asm.S.o ./core/wiring_shift.c.o 'Finished building: arduino.ar' ' ' 'Starting combiner' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -mcpu=cortex-m3 -mthumb -Os -Wl,--gc-sections "-TD:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/linker_scripts/gcc/flash.ld" "-Wl,-Map,D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.map" -o "D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.elf" "-LD:/downloadPrg/eclipseArduino/workspace/test1/Release" -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,--start-group -u _sbrk -u link -u _close -u _fstat -u _isatty -u _lseek -u _read -u _write -u _exit -u kill -u _getpid ./.ino.cpp.o arduino.ar "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a" -Wl,--end-group -lm -gcc 'Finished building: test1.elf' ' ' 'Create eeprom image' 'Finished building: test1.eep' ' ' 'Create Flash image (ihex format)' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-objcopy" -O binary "D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.elf" "D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.bin" 'Finished building: test1.bin' ' ' 'Building target: test1' 'Printing size:' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-size" -A "D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.elf" D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.elf : section size addr .text 22116 524288 .ARM.exidx 8 546404 .relocate 2260 537329664 .bss 2600 537331924 .ARM.attributes 41 0 .comment 112 0 .debug_info 73923 0 .debug_abbrev 13298 0 .debug_aranges 1728 0 .debug_ranges 2352 0 .debug_line 23299 0 .debug_str 19757 0 .debug_frame 6620 0 .debug_loc 15235 0 Total 183349
'Finished building target: test1' ' '
18:12:05 Build Finished (took 14s.890ms)
18:14:53 \ Incremental Build of configuration Release for project test1 ** "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\make\make" all 'Building file: ../.ino.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF".ino.cpp.d" -MT".ino.cpp.o" -D__IN_ECLIPSE__=1 -x c++ "../.ino.cpp" -o ".ino.cpp.o" -Wall In file included from ../.ino.cpp:13:0: ../Blink.ino: In function 'void loop()': ../Blink.ino:29:3: error: expected ';' before 'digitalWrite' digitalWrite(13, HIGH); // turn the LED on (HIGH is the voltage level) ^ make: *\ [.ino.cpp.o] Error 1 subdir.mk:24: recipe for target '.ino.cpp.o' failed
18:14:53 Build Finished (took 747ms)
18:15:21 \ Incremental Build of configuration Release for project test1 ** "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\make\make" all 'Building file: ../.ino.cpp' 'Starting C++ compile' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -c -g -Os -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10606 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -DSAM3X8E -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER=\""Arduino LLC"\" -DUSB_PRODUCT=\""Arduino Due"\" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/libsam" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/CMSIS/Include/" "-ID:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/system/CMSIS/Device/ATMEL/" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\cores\arduino" -I"D:\downloadPrg\eclipseArduino\arduinoPlugin\packages\arduino\hardware\sam\1.6.8\variants\arduino_due_x" -MMD -MP -MF".ino.cpp.d" -MT".ino.cpp.o" -D__IN_ECLIPSE__=1 -x c++ "../.ino.cpp" -o ".ino.cpp.o" -Wall 'Finished building: ../.ino.cpp' ' ' 'Starting combiner' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc" -mcpu=cortex-m3 -mthumb -Os -Wl,--gc-sections "-TD:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/linker_scripts/gcc/flash.ld" "-Wl,-Map,D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.map" -o "D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.elf" "-LD:/downloadPrg/eclipseArduino/workspace/test1/Release" -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,--start-group -u _sbrk -u link -u _close -u _fstat -u _isatty -u _lseek -u _read -u _write -u _exit -u kill -u _getpid ./.ino.cpp.o arduino.ar "D:/downloadPrg/eclipseArduino/arduinoPlugin/packages/arduino/hardware/sam/1.6.8/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a" -Wl,--end-group -lm -gcc 'Finished building: test1.elf' ' ' 'Create eeprom image' 'Finished building: test1.eep' ' ' 'Create Flash image (ihex format)' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-objcopy" -O binary "D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.elf" "D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.bin" 'Finished building: test1.bin' ' ' 'Building target: test1' 'Printing size:' "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-size" -A "D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.elf" D:/downloadPrg/eclipseArduino/workspace/test1/Release/test1.elf : section size addr .text 22196 524288 .ARM.exidx 8 546484 .relocate 2260 537329664 .bss 2600 537331924 .ARM.attributes 41 0 .comment 112 0 .debug_info 74159 0 .debug_abbrev 13413 0 .debug_aranges 1728 0 .debug_ranges 2352 0 .debug_line 23595 0 .debug_str 19757 0 .debug_frame 6628 0 .debug_loc 15235 0 Total 184084
'Finished building target: test1' ' '
18:15:22 Build Finished (took 1s.690ms)
I uploaded to the due and it works with errors? project-> properties -> arduino -> boardt 1.6.8 and board due
I wrote a post explaining in depth what this non-issue is all about https://www.patreon.com/posts/there-are-bugs-5507246
Hi Jantje, thanks for your help. I reached a level that it works. I do not know if I have to open a new issue. Because I have some question to use program code. I had a program working on Atmel studio 6.2. like:
the eclipse V3 don´t resolved following: //associate clock with Port A,B,C so we can read input PMC->PMC_PCER0 = _BV(ID_PIOA); // #define _BV(bit) (0x1u << bit) PMC->PMC_PCER0 = _BV(ID_PIOB); PMC->PMC_PCER0 = _BV(ID_PIOC); PMC->PMC_PCER0 = _BV(ID_PIOD); even that not //Enable PIN ! PIOA->PIO_PER = PIO_PA15; it is not possible to use these to read or write register?
@FermiSCM Amtel studio is a completely different beast to Arduino IDE. They also use different libraries.
@FermiSCM Are you ok that I close this one?
yes thank you again, I hope someday we can meet togher.
Michele
Am 22.06.2016 um 15:39 schrieb jantje:
@FermiSCM https://github.com/FermiSCM Are you ok that I close this one?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jantje/arduino-eclipse-plugin/issues/458#issuecomment-227746274, or mute the thread https://github.com/notifications/unsubscribe/ASmWijkF5tIuAUtDlbjiGlkirM5sJop0ks5qOTsVgaJpZM4Iju_w.
thanks for the feedback
Hello, I have following issues, can someone help me, please - Thanks foward Description Resource Path Location Type make: *\ [.ino.cpp.o] Error 2 Program "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1\bin\arm-none-eabi-g++" not found in PATH test01 Project Properties, C++ Preprocessor Include.../Providers, [Arduino Compiler Settings] options C/C++ Scanner Discovery Problem
Program "D:\downloadPrg\eclipseArduino\arduinoPlugin\tools\arduino\arm-none-eabi-gcc\4.8.3-2014q1\bin\arm-none-eabi-gcc" not found in PATH test01 Project Properties, C++ Preprocessor Include.../Providers, [Arduino Compiler Settings] options C/C++ Scanner Discovery Problem
recipe for target '.ino.cpp.o' failed subdir.mk /test01/Release line 24 C/C++ Problem