Nice.
From SDK manual, it looks that you have to change the defaults if using a different toolchain:
From SDK manual, it looks that you have to change the defaults if using a different toolchain:
BTW You can also use -dumpspecs6.3.1.2. PICO_GCC_TRIPLE
This specifies one or more compiler "triples" to try when looking for a GCC compiler.
On Arm this defaults to arm-none-eabi.
On RISC-V this defaults to riscv32-unknown-elf;riscv32-corev-elf i.e. the two most common options are supported.
Statistics: Posted by gmx — Fri Sep 27, 2024 10:19 pm