Lines Matching full:picolibc
1 # Building Picolibc
3 Picolibc is designed to be cross-compiled for embedded systems on a
5 doesn't include the built-in multilib support. Picolibc uses the meson
9 Picolibc requires meson version 0.50 or newer. If your operating
46 …ecs file (default is in the GCC directory). <br> If set to `none`, then picolibc.specs will not be…
98 Normally, Picolibc is built with the small stdio library adapted from
134 library. By default, picolibc only supports the 'C' locale.
144 These control how much support picolibc includes for calling functions
159 By default, Picolibc can uses native TLS support as provided by the
175 Picolibc offers two malloc implementations, the larger version offers
187 There are some functions in picolibc that use global data that needs
204 picolibc, they're left in the library to help users porting from
293 The PicoLibc configuration detects the processor configurations
356 On RISC-V, PicoLibc is compiled 36 times, while on ARM, the library is
362 Because Picolibc targets smaller systems like the SiFive FE310 or ARM
373 -Dincludedir=picolibc/$ARCH/include \
374 -Dlibdir=picolibc/$ARCH/lib \