mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
GCC14 doesn't like the 2-character temporary label "00" and throws an error .../pico-sdk/src/rp2040/boot_stage2/boot2_w25x10cl.S: Assembler messages: .../pico-sdk/src/rp2040/boot_stage2/boot2_w25x10cl.S:147: Error: junk at end of line, first unrecognized character is `0' .../pico/rp2040/pico-sdk/src/rp2040/boot_stage2/boot2_w25x10cl.S:150: Error: garbage following instruction -- `beq 00b' Convert it to a single number, "1", like in other boot2xxx.S files Fixes #1999 |
||
|---|---|---|
| .. | ||
| boards | ||
| cmake | ||
| common | ||
| host | ||
| rp2_common | ||
| rp2040 | ||
| rp2350 | ||
| BUILD.bazel | ||
| CMakeLists.txt | ||
| combined-docs.cmake | ||
| host.cmake | ||
| rp2040.cmake | ||
| rp2350-arm-s.cmake | ||
| rp2350-riscv.cmake | ||