Error Compiling for Board Sanguino Ender 3 Pro

I'm trying to upload software to my Ender 3 Pro printer using the Arduino IDE, but I'm getting this error. I uploaded the bootloader using Arduino Uno as ISP, but this is what happens when uploading software right now. After the bootloader process, as it is said in the videos, I disassembled the arduino, and now the printer is directly connected to the computer via usb.

c:/program files/windowsapps/arduinollc.arduinoide_1.8.57.0_x86__mdqgnx93n4wtt/hardware/tools/avr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/ld.exe: C:\Users\berkt\AppData\Local\Temp\arduino_build_287748/Marlin.ino.elf section `.text' will not fit in region `text'
c:/program files/windowsapps/arduinollc.arduinoide_1.8.57.0_x86__mdqgnx93n4wtt/hardware/tools/avr/bin/../lib/gcc/avr/7.3.0/../../../../avr/bin/ld.exe: region `text' overflowed by 12948 bytes
collect2.exe: error: ld returned 1 exit status
Şu dizinde 1.19.1 sürümündeki U8glib kütüphanesi kullanılıyor: C:\Users\berkt\Documents\Arduino\libraries\U8glib 
exit status 1
Sanguino kartı için derleme hatası.

That configuration of Marlin is too big (by about 13k bytes). I think you will have to turn off some optional features.

Did you have the Sanguino board type selected?

Yes Sanguino board is selected.

Ekran görüntüsü 2022-07-12 181528

I fixed it. Like you said i turn off some features and it worked. I finally updated my firmware. Thank you!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.