Embedded Artistry libc

If you’ve been following along with recent posts, you’ve likely seen many from the Embedded Artistry libc bringup series. I’ve been documenting and publishing the process of putting together my embedded libc.

I’ve decided to make my libc source a standalone repository. You can build the library and include it in the link step, or you can import the source code directly into your project.

One thing to note is that you will need the Embedded Artistry libmalloc library to find the malloc definitions. If you prefer to use a single malloc definition directly, you will need to add malloc source code into stdlib.

You can find the libc repository on Github.. libc is also listed on the Embedded Artistry Github organization page.

Share Your Thoughts

This site uses Akismet to reduce spam. Learn how your comment data is processed.