Sno M2

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

Typically, cc1.exe errors are caused by a corrupt, infected, or missing executable file.

https://community.arduboy.com/t/cannot- … ved/2029/5

Hi

Could you point me in the right direction? I’ve re-downloaded everything but it still happens. Does this mean it is the Arduino IDE that’s at fault? Are there any alternatives to the IDE?

Bipman

Hi all

I’ve tried it with version 1.8.19 and it works so it looks like the version of Arduino IDE is having issues with the Micromod code.

Bipman

Avoid arduino 2.x.x, .any problems with non arduino boards.

Definitely seems that way.

Good to know that it worked finally.