SpenceKonde / DxCore

Arduino core for AVR DA, DB, DD, EA and future DU-series parts - Microchip's latest and greatest AVRs. Library maintainers: Porting help and adviccee is available.
Other
181 stars 47 forks source link

USING TIMERA0 WITh AVRXXDD20 get error #477

Closed LaurentR59 closed 11 months ago

LaurentR59 commented 12 months ago

Hi

Suspicious bug when using AVR32DD20 and AVR64dd20 with MILLIS_USE_TIMERA0 option

Issue between wiring.h and timer.h (only for 20PINS ITEMS)

It look like CPU speed is ignored to set the right value. (divide = 64) but move to 8 So why?

Tested under platformio with latest DX_CORE FILES in the env package 1.5.8

unbuild_flags = -D MILLIS_USE_TIMERB1 build_flags = -D MILLIS_USE_TIMERA0

Thats only for 20PINS ITEMS No issue on larger PIN parts items

Unable to compile for 20PINS items. OK with largest pins parts.

Laurent

LaurentR59 commented 12 months ago

Hi A describes in the relativ section issue forum for MAGATINYCORE the behavior is similar on ATTINY SERIES1 parts BUT it s OK with SERIES 2 using MILLIS_USE_TIMERA0

error "wiring.c and timers.h want to set millis timer TCA0 to different divider"

https://github.com/SpenceKonde/megaTinyCore/issues/1002

So it may heltp to find the root cause?

Laurent

LaurentR59 commented 12 months ago

Hi I found a way using MILLIS_USER_TIMERD0 on available parts that got it. (3217 & 3216)

But may in link with https://github.com/SpenceKonde/DxCore/blob/master/megaavr/extras/Ref_Timers.md and timers usages

Laurent

LaurentR59 commented 12 months ago

Hi

Workaround is to use set MILLIS_USET_IMERD0 for 20 PINS PARTS to make it OK

SpenceKonde commented 12 months ago

Hm, I cannot reproduce this problem, can you post code that demonstrates this problem, and all the settings you're using?

I'm wondering if you're using an IDE that isn't Arduino, hence don't have the submenus and relies on the user to enter all the options manually, and ensure that no mutually exclusive options are being passed. the core is designed for the Arduino IDE and as such the UX is designed to be optimal on the IDE. No testing is performed on third party IDEs, but I understand that most problems come from the fact that Arduino IDE has tools submenus, and I make extensive use of them to set core options. Other IDEs do not emulate this feature. The result is that it is possible to pass unsupported combinations of options accidentally using other IDEs - like, for options we don;t have an entry in the menu for and don;'t handle in the core. Setting the millis timer TCA0 on a 3217 and a 32DD20 works without issue for me with an empty sketch, and not knowing what you were trying to do I don;'t know where to go from there.

My verbose compile output (in case it helps you spot missing/errant define is

C:\arduino-1.8.13_AZD5test\arduino-builder -dump-prefs -logger=machine -hardware C:\arduino-1.8.13_AZD5test\hardware -hardware C:\Users\Spence\AppData\Local\Arduino15\packages -hardware C:\Users\Spence\Documents\Arduino\hardware -tools C:\arduino-1.8.13_AZD5test\tools-builder -tools C:\arduino-1.8.13_AZD5test\hardware\tools\avr -tools C:\Users\Spence\AppData\Local\Arduino15\packages -built-in-libraries C:\arduino-1.8.13_AZD5test\libraries -libraries C:\Users\Spence\Documents\Arduino\libraries -fqbn=megaTinyCore:megaavr:atxy7:chip=3217,clock=16internal,bodvoltage=1v8,bodmode=disabled,eesave=enable,millis=timera,resetpin=UPDI,startuptime=8,wiremode=mors,printf=default,PWMmux=A_default,attach=allenabled,WDTtimeout=disabled,WDTwindow=disabled -ide-version=10813 -build-path C:\Users\Spence\AppData\Local\Temp\arduino_build_834720 -warnings=all -prefs=build.warn_data_percentage=75 -verbose C:\Users\Spence\AppData\Local\Temp\untitled1396808297.tmp\sketch_sep17a\sketch_sep17a.ino
C:\arduino-1.8.13_AZD5test\arduino-builder -compile -logger=machine -hardware C:\arduino-1.8.13_AZD5test\hardware -hardware C:\Users\Spence\AppData\Local\Arduino15\packages -hardware C:\Users\Spence\Documents\Arduino\hardware -tools C:\arduino-1.8.13_AZD5test\tools-builder -tools C:\arduino-1.8.13_AZD5test\hardware\tools\avr -tools C:\Users\Spence\AppData\Local\Arduino15\packages -built-in-libraries C:\arduino-1.8.13_AZD5test\libraries -libraries C:\Users\Spence\Documents\Arduino\libraries -fqbn=megaTinyCore:megaavr:atxy7:chip=3217,clock=16internal,bodvoltage=1v8,bodmode=disabled,eesave=enable,millis=timera,resetpin=UPDI,startuptime=8,wiremode=mors,printf=default,PWMmux=A_default,attach=allenabled,WDTtimeout=disabled,WDTwindow=disabled -ide-version=10813 -build-path C:\Users\Spence\AppData\Local\Temp\arduino_build_834720 -warnings=all -prefs=build.warn_data_percentage=75 -verbose C:\Users\Spence\AppData\Local\Temp\untitled1396808297.tmp\sketch_sep17a\sketch_sep17a.ino
Using board 'atxy7' from platform in folder: C:\Users\Spence\Documents\Arduino\hardware\megaTinyCore\megaavr
Using core 'megatinycore' from platform in folder: C:\Users\Spence\Documents\Arduino\hardware\megaTinyCore\megaavr
Detecting libraries used...
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -mrelax -w -x c++ -E -CC -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\sketch\\sketch_sep17a.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
Generating function prototypes...
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -mrelax -w -x c++ -E -CC -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\sketch\\sketch_sep17a.ino.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\preproc\\ctags_target_for_gcc_minus_e.cpp" -DARDUINO_LIB_DISCOVERY_PHASE
"C:\\arduino-1.8.13_AZD5test\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\sketch\\sketch_sep17a.ino.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\sketch\\sketch_sep17a.ino.cpp.o"
Compiling libraries...
Compiling core...
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -x assembler-with-cpp -flto -MMD -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\wiring_pulse.S" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_pulse.S.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mrelax -Werror=implicit-function-declaration -Wundef -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\WInterrupts.c" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\WInterrupts.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mrelax -Werror=implicit-function-declaration -Wundef -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\WInterrupts_PA.c" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\WInterrupts_PA.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mrelax -Werror=implicit-function-declaration -Wundef -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\wiring_digital.c" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_digital.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mrelax -Werror=implicit-function-declaration -Wundef -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\wiring_analog.c" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_analog.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mrelax -Werror=implicit-function-declaration -Wundef -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\WInterrupts_PC.c" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\WInterrupts_PC.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mrelax -Werror=implicit-function-declaration -Wundef -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\wiring.c" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mrelax -Werror=implicit-function-declaration -Wundef -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\WInterrupts_PB.c" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\WInterrupts_PB.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mrelax -Werror=implicit-function-declaration -Wundef -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\hooks.c" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\hooks.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mrelax -Werror=implicit-function-declaration -Wundef -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\wiring_pulse.c" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_pulse.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -Wall -Wextra -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mrelax -Werror=implicit-function-declaration -Wundef -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\wiring_shift.c" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_shift.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\UART.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\UART.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\Tone.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\Tone.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\abi.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\abi.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\main.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\main.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\UART1.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\UART1.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\ExtraWiring.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\ExtraWiring.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\UART0.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\UART0.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\WMath.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\WMath.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\new.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\new.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\wiring_extra.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_extra.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\api\\Common.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\Common.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\api\\IPAddress.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\IPAddress.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\api\\PluggableUSB.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\PluggableUSB.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\api\\RingBuffer.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\RingBuffer.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\api\\Print.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\Print.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\api\\Stream.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\Stream.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++17 -fpermissive -Wno-sized-deallocation -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mrelax -mmcu=attiny3217 -DF_CPU=16000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERA0 -DCORE_ATTACH_ALL -DUSE_TIMERD0_PWM -DARDUINO=10813 -DARDUINO_AVR_ATtiny3217 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE=\"2.6.8.1\"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=8UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore/api/deprecated" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore" "-IC:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\variants\\txy7" "C:\\Users\\Spence\\Documents\\Arduino\\hardware\\megaTinyCore\\megaavr\\cores\\megatinycore\\api\\String.cpp" -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\String.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_pulse.S.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\WInterrupts.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\WInterrupts_PA.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\WInterrupts_PB.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\WInterrupts_PC.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\hooks.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_analog.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_digital.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_pulse.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_shift.c.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\ExtraWiring.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\Tone.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\UART.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\UART0.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\UART1.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\WMath.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\abi.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\Common.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\IPAddress.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\PluggableUSB.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\Print.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\RingBuffer.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\Stream.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\api\\String.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\main.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\new.cpp.o"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\core.a" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\core\\wiring_extra.cpp.o"
Linking everything together...
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-gcc" -Wall -Wextra -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -Wl,--section-start=.text=0x0 -mrelax -mmcu=attiny3217 -o "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.elf" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720\\sketch\\sketch_sep17a.ino.cpp.o" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/core\\core.a" "-LC:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720" -lm
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-objcopy" -O binary -R .eeprom "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.elf" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.bin"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.elf" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.eep"
"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.elf" "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.hex"
cmd /C echo. && "C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-objdump" --disassemble --source --line-numbers --demangle --section=.text "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.elf" > "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.lst"

cmd /C echo. && "C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-nm" --numeric-sort --line-numbers --demangle --print-size --format=s "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.elf" > "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.map"

"C:\\arduino-1.8.13_AZD5test\\hardware\\tools\\avr/bin/avr-size" -A "C:\\Users\\Spence\\AppData\\Local\\Temp\\arduino_build_834720/sketch_sep17a.ino.elf"
Sketch uses 374 bytes (1%) of program storage space. Maximum is 32768 bytes.
Global variables use 10 bytes (0%) of dynamic memory, leaving 2038 bytes for local variables. Maximum is 2048 bytes.
LaurentR59 commented 12 months ago

Hi

Thanks for your elements. That s really strange anyway.

Here is mine:

PLATFORMIO 6.1.11 HOME 3.4.4 WINDOWS11 64bits 22H2

Latest file from MEGATINY CORE pushed on packages diretory

INI FILE:

[env:ATTINYX7]

;//FOR ATTINY SERIE 1 & 2:  ALL SERIE 1 & 2 PARTS
platform_packages = framework-arduino-megaavr-megatinycore
                    platformio/toolchain-atmelavr@^3.70300.220127
                    platformio/tool-avrdude-megaavr@^3.60300.220118

; 24PINS ATTINY SERIE 1 FAMILY:
platform = atmelmegaavr
framework = arduino

board = ATtiny3217
board_build.variant = txy7 
board_build.mcu = ATTINY3217

build_unflags = -D MILLIS_USE_TIMERB1

;build_flags = -v -D MILLIS_USE_TIMERD0 ;//OK
build_flags = -v -D MILLIS_USE_TIMERA0 ;//KO

sketch file is empty like this:

#include <Arduino.h>

// put function declarations here:
int myFunction(int, int);

void setup() {
  // put your setup code here, to run once:
  int result = myFunction(2, 3);
}

void loop() {
  // put your main code here, to run repeatedly:
}

// put function definitions here:
int myFunction(int x, int y) {
  return x + y;
}

Here is th logs files (part of it):

WITH ERROR MESSAGE:

pio\build\ATTINYX7\FrameworkArduino\api\PluggableUSB.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\cci8q0Ag.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\UART0.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=Compiling .pio\build\ATTINYX7\FrameworkArduino\new.cpp.o
2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\UART.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Print.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\api\Print.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\cccXQbWf.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\WInterrupts.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORCompiling .pio\build\ATTINYX7\FrameworkArduino\wiring.c.o
S' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduinoCompiling .pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o
-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\RingBuffer.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\RingBuffer.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase RingBuffer.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\api\RingBuffer.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\cce8FAzh.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\UART1.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\LCompiling .pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o
aurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\pCompiling .pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o
ackages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduCompiling .pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.S.o
ino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\WInterrupts_PA.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\WInterrupts_PB.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'      
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\WMath.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCCompiling .pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o
K_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
Compiling .pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Common.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\WInterrupts_PC.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'      
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Stream.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\Stream.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase Stream.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\api\Stream.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\ccHOfJdh.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\abi.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\IPAddress.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\String.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\String.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase String.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\api\String.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\ccvehRSp.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\PluggableUSB.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\hooks.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\hooks.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase hooks.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\hooks.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccFR09pv.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\main.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\main.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase main.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\main.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\cctnCKuz.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Print.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\new.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\new.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase new.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\new.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\cc1KfmvA.s 
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccvWB9jL.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'       
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring_analog.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring_analog.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccF5FuYJ.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC) 
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'      
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring_digital.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring_digital.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccrqV9XQ.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring_extra.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring_extra.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\ccXQyIuR.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring_pulse.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring_pulse.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccXkNUAZ.s
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERA0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring_shift.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring_shift.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccHOGiS1.s
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\RingBuffer.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\api\RingBuffer.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\cce8FAzh.s
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring.c:64:6: error: #error "wiring.c and timers.h want to set millis timer TCA0 to different divider"
     #error "wiring.c and timers.h want to set millis timer TCA0 to different divider"
      ^~~~~
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Stream.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\api\Stream.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\ccHOfJdh.s
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\hooks.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\hooks.c.o C:\Users\LAUREN~1\AppData\Local\Temp\ccFR09pv.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\String.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\api\String.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\ccvehRSp.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\new.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\new.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\cc1KfmvA.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\main.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\main.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\cctnCKuz.s
*** [.pio\build\ATTINYX7\FrameworkArduino\wiring.c.o] Error 1
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\RingBuffer.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'       
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o C:\Users\LAUREN~1\AppData\Local\Temp\ccF5FuYJ.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o C:\Users\LAUREN~1\AppData\Local\Temp\ccrqV9XQ.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o C:\Users\LAUREN~1\AppData\Local\Temp\ccXkNUAZ.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o C:\Users\LAUREN~1\AppData\Local\Temp\ccHOGiS1.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\ccXQyIuR.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Stream.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\hooks.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\main.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\new.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\String.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'       
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'      
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
====================================================================== [FAILED] Took 4.13 seconds ======================================================================
LaurentR59 commented 12 months ago

WITH SUCCES On TIMERD0

S_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packaCompiling .pio\build\ATTINYX7\FrameworkArduino\new.cpp.o
ges\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Compiling .pio\build\ATTINYX7\FrameworkArduino\wiring.c.o
Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
Compiling .pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\UART.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\UART1.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\WInterrupts_PA.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\Compiling .pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o
.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-aCompiling .pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o
rduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\WInterrupts.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\RingBuffer.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\RingBuffer.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase RingBuffer.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\api\RingBuffer.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\ccSB23ji.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\abi.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D'Compiling .pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.S.o
 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycorCompiling .pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o
e\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\WInterrupts_PB.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Stream.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\Stream.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase Stream.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\api\Stream.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-Compiling .pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o
skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\cc70ezyg.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\WMath.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\WInterrupts_PC.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'      
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Common.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\IPAddress.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\PluggableUSB.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Print.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\String.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\String.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase String.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\api\String.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\cczT8Tey.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\hooks.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\hooks.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase hooks.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\hooks.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccjN2Tey.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\main.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\main.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase main.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\main.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\ccXb5MJB.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\new.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\new.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase new.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\new.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\cczptm7F.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccLbqm7F.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'       
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring_analog.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring_analog.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\cctYzF4E.s
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring_digital.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring_digital.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccVy9wmJ.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-g++
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1plus.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring_extra.cpp -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring_extra.cpp -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o -Os -Wno-sized-deallocation -Wno-error=narrowing -w -std=gnu++1z -version -fpermissive -fno-exceptions -fno-threadsafe-statics -ffunction-sections -fdata-sections -flto -mn-flash=1 -mno-skip-bug -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o C:\Users\LAUREN~1\AppData\Local\Temp\ccjrsuRM.s
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring_pulse.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring_pulse.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccl2J1SU.s
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
Using built-in specs.
Reading specs from c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/device-specs/specs-ATTINY3217
COLLECT_GCC=avr-gcc
Target: avr
Configured with: ../gcc/configure --enable-fixed-point --enable-languages=c,c++ --prefix=/home/jenkins-mingw32/workspace/avr-gcc-staging/label/Ubuntu14.04x64-mingw32/objdir --disable-nls --disable-libssp --disable-libada --disable-shared --with-avrlibc=yes --with-dwarf2 --disable-doc --target=avr --host=i686-w64-mingw32
Thread model: single
gcc version 7.3.0 (GCC)
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/cc1.exe -quiet -v -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore -I C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7 -imultilib avrxmega3 -iprefix c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/ -D__AVR_ATtiny3217__ -D__AVR_DEVICE_NAME__=attiny3217 -D PLATFORMIO=60111 -D ARDUINO_attinyxy7 -D MILLIS_USE_TIMERD0 -D UARTBAUD5V -D MILLIS_USE_TIMERD0 -D F_CPU=16000000L -D ARDUINO_ARCH_MEGAAVR -D ARDUINO=10808 -D CLOCK_SOURCE=0 -D MEGATINYCORE="2.6.7" -D MEGATINYCORE_MAJOR=2UL -D MEGATINYCORE_MINOR=6UL -D MEGATINYCORE_PATCH=7UL -D MEGATINYCORE_RELEASED=1 -D CORE_ATTACH_ALL -D TWI_MORS C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\wiring_shift.c -mn-flash=1 -mno-skip-bug -quiet -dumpbase wiring_shift.c -mrelax -mmcu=avrxmega3 -auxbase-strip .pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o -Os -w -std=gnu11 -version -fno-fat-lto-objects -ffunction-sections -fdata-sections -flto -o C:\Users\LAUREN~1\AppData\Local\Temp\ccDtrDC1.s
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\RingBuffer.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\api\RingBuffer.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\ccSB23ji.s
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward" 
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0"   
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/avr/avrxmega3"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include/c++/7.3.0/backward"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C++14 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 0a03a0d04e676ff6f8bd8a965748f121
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Stream.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\api\Stream.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\cc70ezyg.s
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\String.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\api\String.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\cczT8Tey.s
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/include-fixed"
ignoring nonexistent directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/sys-include"
ignoring duplicate directory "c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/lib/gcc/../../lib/gcc/avr/7.3.0/../../../../avr/include"
#include "..." search starts here:
#include <...> search starts here:
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore
 C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/include-fixed
 c:\users\laurent & isabelle\.platformio\packages\toolchain-atmelavr\bin\../lib/gcc/avr/7.3.0/../../../../avr/include
End of search list.
GNU C11 (GCC) version 7.3.0 (avr)
        compiled by GNU C version 4.8.2, GMP version 5.0.2, MPFR version 3.1.0, MPC version 0.9, isl version none
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 32f97fe975a92e7cd596eb44a242e228
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\hooks.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\hooks.c.o C:\Users\LAUREN~1\AppData\Local\Temp\ccjN2Tey.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\main.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\main.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\ccXb5MJB.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring.c.o C:\Users\LAUREN~1\AppData\Local\Temp\ccLbqm7F.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\new.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\new.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\cczptm7F.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\RingBuffer.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o C:\Users\LAUREN~1\AppData\Local\Temp\cctYzF4E.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'      
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o C:\Users\LAUREN~1\AppData\Local\Temp\ccVy9wmJ.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o C:\Users\LAUREN~1\AppData\Local\Temp\ccl2J1SU.s
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o C:\Users\LAUREN~1\AppData\Local\Temp\ccjrsuRM.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\Stream.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
 c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/as.exe -mmcu=avrxmega3 --mlink-relax -mno-skip-bug -o .pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o C:\Users\LAUREN~1\AppData\Local\Temp\ccDtrDC1.s
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\hooks.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\api\String.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\new.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\main.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_pulse.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_digital.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'      
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_analog.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' Archiving .pio\build\ATTINYX7\libFrameworkArduino.a
'-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_shift.c.o' '-c' '-std=gnu11' '-fno-fat-lto-objects' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'        
COMPILER_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../libexec/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/
LIBRARY_PATH=c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/avrxmega3/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/;c:/users/laurent & isabelle/.platformio/packages/toolchain-atmelavr/bin/../lib/gcc/avr/7.3.0/../../../../avr/lib/
COLLECT_GCC_OPTIONS='-o' '.pio\build\ATTINYX7\FrameworkArduino\wiring_extra.cpp.o' '-c' '-std=gnu++1z' '-fpermissive' '-fno-exceptions' '-fno-threadsafe-statics' '-Wno-sized-deallocation' '-Wno-error=narrowing' '-v'  '-Os' '-w' '-ffunction-sections' '-fdata-sections' '-flto' '-mrelax' '-D' 'PLATFORMIO=60111' '-D' 'ARDUINO_attinyxy7' '-D' 'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERD0' '-D' 'F_CPU=16000000L' '-D' 'ARDUINO_ARCH_MEGAAVR' '-D' 'ARDUINO=10808' '-D' 'CLOCK_SOURCE=0' '-D' 'MEGATINYCORE="2.6.7"' '-D' 'MEGATINYCORE_MAJOR=2UL' '-D' 'MEGATINYCORE_MINOR=6UL' '-D' 'MEGATINYCORE_PATCH=7UL' '-D' 'MEGATINYCORE_RELEASED=1' '-D' 'CORE_ATTACH_ALL' '-D' 'TWI_MORS' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packLinking .pio\build\ATTINYX7\firmware.elf
ages\framework-arduino-megaavr-megatinycore\cores\megatinycore\api\deprecated' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\cores\megatinycore' '-I' 'C:\Users\Laurent & Isabelle\.platformio\packages\framework-arduino-megaavr-megatinycore\variants\txy7' '-specs=device-specs/specs-ATTINY3217' '-mmcu=avrxmega3'
Checking size .pio\build\ATTINYX7\firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [          ]   0.5% (used 10 bytes from 2048 bytes)
Flash: [          ]   1.1% (used 372 bytes from 32768 bytes)
Building .pio\build\ATTINYX7\firmware.hex
====================================================================== [SUCCESS] Took 4.59 seconds ======================================================================

Hope it could help trouble shoot and fix it.... I should not be alone under PLATFORIO or VS CODE with that behavior.

About ARDUINO IDE you r right, the menu option do not offer according SERIES 0, 1 or 2 the same default timers avalibility So some combo are not availaible through this ARDUINO IDE TOOL. BUT there is nothing to avoid "unsupported" combo oustide this official core getting the same kind of error message

As exempple TIMERA0 can not be set with SERIES 1 on ARDUINO IDE but could by option line in third party IDE. (o require to be limited?)

Regards Laurent

SpenceKonde commented 12 months ago

edited posts to add code tags, as they were nigh unreadable otherwise (largely because markdown turns tildes into strikethrough. Well, that and the insanely verbose output from PIO)

In any case, in the failed compile there's a clear issue:

'MILLIS_USE_TIMERD0' '-D' 'UARTBAUD5V' '-D' 'MILLIS_USE_TIMERA0

You have two MILLIS_USE directives! Millis uses one and only one timer at a time.

Also, good lord, the UARTBAUDxV mechanism was ripped out over a year ago, The UARTBAUD5V is a no-op - the code that it controlled is long gone. Their cal is generally dead on at room temp over the operating voltage range and difference between 3v and 5v adjustments were tiny (and if you weren't at room temp this correction was no good) - but doing that UART baud correction calculation was painful. In involved long division - and it happened to be in a function where even without it the compiler struggles to create decent output because of register pressure. I had to restructure the uncorrected code several times to avoid pathological binaries

LaurentR59 commented 12 months ago

Hi

All done! Good fine troubleshoot on root cause. May be not so easy to fix easily? So workaround is to set with limited value the timer(s) for MILLIS according CPU modele.

Could it be possible to add an option to bypass this part of compilation step? (hotfix way!)

Anyway good luck to fix it (again!)

Laurent

SpenceKonde commented 12 months ago

looking again at the top, I think the problem is the "unbuild MILLIS_USE_TIMERB1" That., if it does what I think works only when MILLIS_USE_TIMERB1 would normally be passed as a build parameter. That's true on the tinyAVR 2-series,. which all have a second TCB1 and don't have a hell-to-use TCD (that's what the 1-series defaults to)

But here's the real problem in "fixing" this thing which is not a bug, but rather a user error in failing to provide correct defines when choosing to use a third party IDE which we do not officially support, and which does not ensure that only valid combinations of defines are passed. If you use such an IDE, it is your responsibility to specifty the correct defines

This would also be a BLOODY NIGHTMARE TO CHANGE. Look how we do it:

Note: Most of the lines in the file are irrelevant and removed - these are only the relevant lines of boards.txt - there are about 2-6 deleted lines per relevant-to-millis-timer lines within the sections relating to it....

atxy7.build.millistimer=D0

atxy7.menu.chip.3227.build.millistimer=B1
atxy7.menu.chip.1627.build.millistimer=B1
atxy7.menu.chip.1607.build.millistimer=A0
atxy7.menu.chip.827.build.millistimer=B1
atxy7.menu.chip.807.build.millistimer=A0
atxy7.menu.chip.427.build.millistimer=B1

#----------------------------------------#
# MILLIS TIMER                           #
#________________________________________#
#atxy7.menu.millis.enabled.build.millistimer= *** NOT SPECIFIED, Inherits!**
atxy7.menu.millis.disabled.build.millistimer=NONE
atxy7.menu.millis.timera.build.millistimer=A0
atxy7.menu.millis.timerd.build.millistimer=D0
atxy7.menu.millis.timerb0.build.millistimer=B0
atxy7.menu.millis.timerb1.build.millistimer=B1
atxy7.menu.millis.rtc.build.millistimer=RTC
atxy7.menu.millis.rtcxtal.build.millistimer=RTC_XTAL
atxy7.menu.millis.rtcxosc.build.millistimer=RTC_XOSC

So, First, we start off with build.millistimer being TCD0. Then if the chip is chosen buit doesn't have a TCD, we change build.millistimer.

Finally, we override it entirely with menu.millis.

But that just gives us 2 letters, we need a whole define, where does that happen?! In platform.txt:

build.optiondefines=-DF_CPU={build.f_cpu} -DCLOCK_SOURCE={build.clocksource} -DTWI_{build.wire} -DMILLIS_USE_TIMER{build.millistimer} {build.attachmode} {build.pwmflags}

So uh, you can probably see that that may not be particularly easy to unpick and the behavior is not trivial. Oh, and that part shown above was for 1/13th of the supported parts. Yeah I am not going to open that can of worms, not for bad input on a third party IDE, where the analogous situation is prevented on the Arduino IDE.

I think my solution will be better error messages that detect invalid options and #error on them with a message like "You have passed two MILLIS_USE define, only one is permitted. If this occurred with the Arduino IDE please report this promptly." And a #warning "Warning: The UARTBAUD5V/UARTBAUD3V baud rate adjustment were removed in 1.3.0 as it degraded performance for negligible improvement in accuracy." if such invalid removed options were specified.

SpenceKonde commented 12 months ago

So what's tjhis about the AVRxxDD20? The millis timekeeping infrastructure (if not the innermost guts) has some significant differences (for examople no TCD millis. default is TCB1 or TCB2 (TCB2 if it has one))

SpenceKonde commented 11 months ago

https://github.com/SpenceKonde/DxCore/commit/146579b4d289d7ad0109f3dab1dffac5da5e829a adds clear error messages when multiple timers are specified for DxCore, same fix will come to mTC.