Exit Status 1, Error Compiling Board

Hello everyone,
I apologize in advance if I have not performed due diligence regarding solving my own issue, but the main issue is, I am on very limited time and am trying to program a saber for a friends gender reveal in less than 48 hours.

I have not used arduino or profile in quite some time, so there were many updates that needed to be completed. Upon completion, I began two receive an error message when trying to verify my existing config files, let alone making any updates to the config files.

Here is all copied text from the error message screen

Arduino: 1.8.13 (Mac OS X), Board: “Proffieboard V2, Serial, SDCARD (SPI), 80 MHz, half, Smallest Code”

/Users/Jason/Library/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:/Users/Jason/Library/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: warning: using serial compilation of 9 LTRANS jobs lto-wrapper: note: see the '-flto' option documentation for more information /Users/Jason/Library/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: warning: start of section .bss changed by 8 /Users/Jason/Library/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: ProffieOS7.15.ino.elf section .text’ will not fit in region FLASH' /Users/Jason/Library/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: region FLASH’ overflowed by 9552 bytes
collect2: 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.

Any help or recommendations are appreciated as I am pretty much down to the wire here trying to figure this out.

“FLASH’ overflowed by 9552 bytes” means your config is taking up too much space.
It may have fit before, but the OS has grown larger, so it takes up a bigger portion of memory on its own.
You will find significant savings if you can upload using Serial only under the Arduino menu Tools>USB Type. Mass Storage and WebUSB are hefty add-ons.
Also, see some defines and more info here that you can apply to make your configs fit again:

Here’s how you can trim down memory use