Picolibc 1.7.4 Brings Improved Meson Support, Restructured Math Code

Written by Michael Larabel in Programming on 20 November 2021 at 05:55 AM EST. 6 Comments
PROGRAMMING
Picolibc as the open-source C library optimized for small embedded systems with limited RAM capacities is out with a new update.

This very lightweight C library as a reminder is the project started by well known X11 developer Keith Packard and began as a hybrid of Newlib and AVR Libc code. This tiny libc implementation can work on ARM, i386, x86_64, RISC-V, PowerPC, and also other architectures like for the Xtensa ESP8266.

With Friday's Picolibc 1.7.4 release the Meson build system support has been improved upon, there are less intermediate static libraries being built during the build process, support for building with the fortify source option enabled, restructuring of the math library code, removing of floating point exception generation code for targets lacking floating point exception support, and various other low-level improvements to this C library.

Downloads and more details on Picolibc 1.7.4 via GitHub.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week