mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-07-29 20:40:39 +00:00
Debian Forky's gcc-arm-none-eabi uses picolibc as the default C library, replacing the old newlib-nano. Picolibc registers itself with GCC via a .specs file. That specs file automatically injects its own picolibc.ld into every link step — unless GCC sees a user-supplied -T flag at the GCC driver level. https://github.com/picolibc/picolibc/blob/main/doc/linking.md