Hi
I have the Sno M2 board and IDE version 2.0.3 and nothing is compiling although I’ve done all the setup. The errors are :-
cc1.exe: error: -fno-fat-lto-objects are supported only with linker plugin.
C:\Users\steph\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\abi.cpp: In function 'void __cxa_pure_virtual()':
C:\Users\steph\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\abi.cpp:32:1: warning: 'noreturn' function does return [enabled by default]
}
^
C:\Users\steph\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\abi.cpp: In function 'void __cxa_deleted_virtual()':
C:\Users\steph\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino\abi.cpp:36:1: warning: 'noreturn' function does return [enabled by default]
}
^
cc1.exe: error: -fno-fat-lto-objects are supported only with linker plugin.
exit status 1
Compilation error: exit status 1
Looking elsewhere, it seems to be an IDE issue. Other than downgrading, is there a fix for this? These errors are from the ‘blink’ program although the XLR8Info program does not compile either.
Bipman