Arduino not wanting to work

I installed Arudino 1.8.19 iam just wanting to use OS6.
Got error message trying to check my config file thats on it.

Arduino: 1.8.19 (Windows 10), Board: "Proffieboard V2, Serial + Mass Storage + WebUSB, SDCARD (SPI), 80 MHz, Smallest Code"









c:/users/duart/appdata/local/arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/9-2020-q2-

update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe:C:\Users\duart\AppData\Local\Arduino15\packages\proffieboard\hardware\stm32l4\4.1\variants\STM32L433CC-ProffieboardV2/linker_scripts/STM32L433CC_FLASH.ld:224: warning: memory region `SRAM2' not declared
lto1.exe: fatal error: bytecode stream in file 'C:\Users\duart\AppData\Local\Arduino15\packages\proffieboard\hardware\stm32l4\4.1/system/STM32L4xx/Lib\libstm32l433.a' generated with LTO version 11952.0 instead of the expected 8.1
compilation terminated.
lto-wrapper.exe: fatal error: C:\Users\duart\AppData\Local\Arduino15\packages\proffieboard\tools\arm-none-eabi-gcc\9-2020-q2-update/bin/arm-none-eabi-gcc returned 1 exit status
compilation terminated.
c:/users/duart/appdata/local/arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe: error: lto-wrapper failed
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Proffieboard V2.


This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

#ifdef CONFIG_TOP#include “proffieboard_v2_config.h”#define NUM_BLADES 2#d - Pastebin.com

Maybe its the wrong one for my HP computer windows 11.

This seems to be some weird mixup between different version of the arduino-proffieboard plugin. Also, you have 4.1 installed which is known to have some problems. I recommend installing 3.6.0 and see if that works better.

Ok ya. I ll have to uninstall this one then. Appreciate it. It’s definitely not the config. I just included it anyway. Have a nice Christmas.

Ya not sure what happened. I have Arduino 1.8.19
Then on the boards manager selected 3.6 before. It’s saying 4.1 in the error code. so not sure what I should do just uninstall Arduino all together and get a different version. There’s 2.2.0 . I just was to use OS6 really. Any suggestions.

I would goto Arduino Preferences and follow the link to the Arduino15 folder.
Quit Arduino, then delete the Arduino15 folder (it’s going to be in your user/appdata path somewhere).
Then restart Arduino and install the 3.6.0 plugin fresh.

Dang brother. You called it. The config sketch checked out after deleting the Arduino 15 and doing it over thank you. Have a nice Christmas.

1 Like