How to compile my own glibc C standard library from source and use it?
Setup 1: glibc without dedicated GCC This setup might work and is quick as it does not recompile the whole GCC toolchain, just glibc. The only problem I have with this setup is that I haven’t found a nice way to use runtime objects such as crt1.o, crti.o, and crtn.o provided by our glibc, and … Read more