-
I just got hold of a Curiosity Nano ATtiny1607 and installed the megaTinyCore in the Arduino IDE 2.3.4. I had a go at the various options with "BOD Mode when Active/Sleeping", "Clock", "millis()/micros() Timer" but it doesn't make any difference. Can anyone help? Edit: "C:\Users\MyUserName\AppData\Local\Arduino15\packages\DxCore\tools\avr-gcc\7.3.0-atmel3.6.1-azduino7b1/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 -MMD -flto -mrelax -mmcu=attiny1627 -DF_CPU=20000000L -DCLOCK_SOURCE=0 -DTWI_MORS -DMILLIS_USE_TIMERB1 -DCORE_ATTACH_ALL -DARDUINO=10607 -DARDUINO_AVR_CuriosityNano1627 -DARDUINO_ARCH_MEGAAVR "-DMEGATINYCORE="2.6.10"" -DMEGATINYCORE_MAJOR=2UL -DMEGATINYCORE_MINOR=6UL -DMEGATINYCORE_PATCH=10UL -DMEGATINYCORE_RELEASED=1 -DARDUINO_attinyxy7 -DLED_BUILTIN=PIN_PB4 -DPIN_BUTTON_BUILTIN=PIN_PB7 "-IC:\Users\MyUserName\AppData\Local\Arduino15\packages\megaTinyCore\hardware\megaavr\2.6.10\cores\megatinycore/api/deprecated" "-IC:\Users\MyUserName\AppData\Local\Arduino15\packages\megaTinyCore\hardware\megaavr\2.6.10\cores\megatinycore" "-IC:\Users\MyUserName\AppData\Local\Arduino15\packages\megaTinyCore\hardware\megaavr\2.6.10\variants\txy7" "C:\Users\MyUserName\AppData\Local\arduino\sketches\DE94AC95B7C88887B8B6741E420BD13A\sketch\BareMinimum.ino.cpp" -o "C:\Users\MyUserName\AppData\Local\arduino\sketches\DE94AC95B7C88887B8B6741E420BD13A\sketch\BareMinimum.ino.cpp.o" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I already supported @Locge in this matter over on Arduino Forum, but for the benefit of anyone else who might be affected, I'll provide some information here as well: The bug that caused the error was fixed by 3e3f820. The fix was made after the time of the last release, so the fix will only be present when using a manual installation of the development version of the platform. Detailed instructions for installing the development version are available here: |
Beta Was this translation helpful? Give feedback.
I already supported @Locge in this matter over on Arduino Forum, but for the benefit of anyone else who might be affected, I'll provide some information here as well:
The bug that caused the error was fixed by 3e3f820.
The fix was made after the time of the last release, so the fix will only be present when using a manual installation of the development version of the platform. Detailed instructions for installing the development version are available here:
https://forum.arduino.cc/t/compiler-error-build-pwmflags-no-such-file-or-directory-with-curiosity-nano-attiny1607/1353598/2