RP2040 Cannot plug gap greater than alignment #17081
Labels
Content-Length: 226581 | pFad | https://github.com/micropython/micropython/issues/17081
93Fetched URL: https://github.com/micropython/micropython/issues/17081
Alternative Proxies:
Port, board and/or hardware
Pico (RP2040, no Wifi)
MicroPython version
MicroPython master branch (04/04/24), Pico board, RP5 environment with latest upgrades.
Clean build following instructions "1.3. Building MicroPython From Source" in "https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf" fails to link with error:
[ 98%] Linking CXX executable firmware.elf
ERROR: Cannot plug gap greater than alignment - gap 254000, alignment 32
Clean build with branch v1.24-release builds successfully. Note that I have used the master branch successfully in the recent past (a few weeks ago).
Reproduction
Basic build following instructions "1.3. Building MicroPython From Source" in "https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf"
Expected behaviour
No response
Observed behaviour
Build fails to link with error:
[ 98%] Linking CXX executable firmware.elf
ERROR: Cannot plug gap greater than alignment - gap 254000, alignment 32
Additional Information
No, I've provided everything above.
Code of Conduct
Yes, I agree
The text was updated successfully, but these errors were encountered: