usedbytes / rp2040-serial-bootloader

A serial bootloader for the Raspberry Pi RP2040 (Pico)
86 stars 29 forks source link

Cannot fit bootloader in flash #11

Closed jchatt0 closed 6 months ago

jchatt0 commented 6 months ago

Cloned the repo, ran CMAKE without any changes, and I get this error: [build] c:/progra~1/raspbe~1/picosd~1.1/gcc-ar~1/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: bootloader.elf section .text' will not fit in regionFLASH' [build] c:/progra~1/raspbe~1/picosd~1.1/gcc-ar~1/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: region `FLASH' overflowed by 10608 bytes

usedbytes commented 6 months ago

Duplicate of #1 and #7