Arduino Problem Win12

Hi! I’m running Windows 11 now, and my Arduino is showing the following errors when testing: Arduino: 1.8.18 (Windows 10), Board: “Proffieboard V2, Serial, SDCARD (SPI), 80 MHz, half, Smallest Code”

C:/Users/syrth/AppData/Local/Arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/14-2-rel1-xpack/bin/…/lib/gcc/arm-none-eabi/14.2.1/…/…/…/…/arm-none-eabi/bin/ ld.exe:C:\Users\syrth\AppData\Local\Arduino15\packages\proffieboard\hardware\stm32l4\4.6.0\variants\STM32L433CC-ProffieboardV2/linker_scripts/STM32L433CC_FLASH.ld:224: warning: memory region SRAM2' not declared lto-wrapper.exe: warning: using serial compilation of 9 LTRANS jobs lto-wrapper.exe: note: see the '-flto' option documentation for more information C:/Users/syrth/AppData/Local/Arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/14-2-rel1-xpack/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\syrth\AppData\Local\Temp\arduino_build_603360/ProffieOS.ino.elf section .text’ will not fit in region FLASH' C:/Users/syrth/AppData/Local/Arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/14-2-rel1-xpack/bin/../lib/gcc/arm-none-eabi/14.2.1/../../../../arm-none-eabi/bin/ld.exe: region FLASH’ overflowed by 37856 bytes
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for the Proffieboard V2 board. Can someone please help me?

You have too much stuff in your config file. The compiled code doesn’t fit in the memory on the board.

1 Like

This is the file I currently have on two boards. That’s why I’m surprised it doesn’t work. And even the original file doesn’t work. Everything worked fine with Windows 10, and I still had plenty of free space.

It has nothing to do with windows.
It could be the arduino-proffiboard version, the new one is known to take more memory in some cases.

I don’t suppose your other boards are V3 boards?

1 Like

Thanks for the quick help, I’ll check again later when I have time!

The strange thing is that I have the same arduino and also the same OS version but I’ll take another look at it, thanks

Please check the “arduino-proffieboard” version too.

1 Like

I downloaded the original version and it’s still 93% full, which means it works. I’ll probably have to slim down my old files a bit. Thank you very much.

If it works well for you, you can just keep using the old arduino-proffieboard version.