Wierd error when trying to upload, config seems to sketch and compile fine

c:/users/red hook/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\Red Hook\AppData\Local\Arduino15\packages\proffieboard\hardware\stm32l4\3.6\variants\STM32L433CC-ProffieboardV2/linker_scripts/STM32L433CC_FLASH.ld:224: warning: memory region `SRAM2’ not declared
Sketch uses 168200 bytes (64%) of program storage space. Maximum is 262144 bytes.
‘C:\Users\Red’ is not recognized as an internal or external command,
operable program or batch file.
Failed uploading: uploading error: exit status 1

Try Arduino 1.8.19.
Arduino 2.x seems to have a problem with spaces in paths, and your windows username has a space in it.

Thanks for the ulta fast response!
Okay I downloaded 1.8.19 but am now receiving this… can I run the most recent proffieOS through 1.8.19?

Arduino: 1.8.19 (Windows 10), Board: “Arduino Uno”

In file included from C:\Users\Red Hook\Desktop\ProffieOS\config\default_proffieboard_config.h:12:0,

             from C:\Users\Red Hook\Desktop\ProffieOS\ProffieOS.ino:55:

C:\Users\Red Hook\Desktop\ProffieOS\config\proffieboard_config.h:8:2: error: #error UNKNOWN PROFFIEBOARD

#error UNKNOWN PROFFIEBOARD

^~~~~

ProffieOS:172:10: fatal error: FS.h: No such file or directory

#include <FS.h>

      ^~~~~~

compilation terminated.

exit status 1

FS.h: No such file or directory

This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.

You forgot to select “Proffieboard V2” in Arduino → Tools → Board

Well I feel Silly lol first time diving back in sense 2019 im a little out of date! thank you so much.