Skip to content

arm-none-eabi-gcc no longer builds #197

Description

@rgrr

Seems to be related to Debian updates of the arm-none-eabi packages.

Error is:

08:04:26 **** Build of configuration Default for project picoprobe ****
make -j12 all 
ninja -C _build all
ninja: Entering directory `_build'
ninja: Jobserver mode detected:  -j12 --jobserver-auth=fifo:/tmp/GMfifo56503
[1/234] Linking ASM executable pico-sdk/src/rp2350/boot_stage2/bs2_default.elf
FAILED: [code=1] pico-sdk/src/rp2350/boot_stage2/bs2_default.elf pico-sdk/src/rp2350/boot_stage2/bs2_default.dis /mnt/d/u/pico/picoprobe/_build/pico-sdk/src/rp2350/boot_stage2/bs2_default.dis 
: && /usr/bin/arm-none-eabi-gcc -mcpu=cortex-m33 -mthumb -march=armv8-m.main+fp+dsp -mfloat-abi=softfp -Og -g -Wl,--build-id=none --specs=nosys.specs -nostartfiles -Wl,--script=/mnt/d/u/pico/pico-sdk2/src/rp2350/boot_stage2/boot_stage2.ld -Wl,-Map=/mnt/d/u/pico/picoprobe/_build/pico-sdk/src/rp2350/boot_stage2/bs2_default.elf.map pico-sdk/src/rp2350/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.o -o pico-sdk/src/rp2350/boot_stage2/bs2_default.elf   && cd /mnt/d/u/pico/picoprobe/_build/pico-sdk/src/rp2350/boot_stage2 && /usr/bin/arm-none-eabi-objdump -h /mnt/d/u/pico/picoprobe/_build/pico-sdk/src/rp2350/boot_stage2/bs2_default.elf > bs2_default.dis && /usr/bin/arm-none-eabi-objdump -d /mnt/d/u/pico/picoprobe/_build/pico-sdk/src/rp2350/boot_stage2/bs2_default.elf >> bs2_default.dis && /home/hardy/bin/picotool/picotool coprodis --quiet bs2_default.dis bs2_default.dis
arm-none-eabi-gcc: fatal error: cannot read spec file 'nosys.specs': No such file or directory
compilation terminated.
ninja: build stopped: subcommand failed.
make: *** [Makefile:65: all] Error 1
"make -j12 all" terminated with exit code 2. Build might be incomplete.

clang still compiles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghigh prioin progressworking on it & partially solved

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions