OSDev.org
https://forum.osdev.org/

Porting Glibc
https://forum.osdev.org/viewtopic.php?f=1&t=33453
Page 1 of 1

Author:  Jush [ Mon Jan 21, 2019 11:07 pm ]
Post subject:  Porting Glibc

How do I link glibc into my Operating system? I tried a couple of times but I keep getting errors from the actual source from headers and .c files.

And the glibc headers had missing header files that exist in the glibc-build folder containing everything, how do I contain every folder that has glibc *.o files, *.c and *.h properly without any issues?

Author:  Korona [ Mon Jan 21, 2019 11:45 pm ]
Post subject:  Re: Porting Glibc

glibc is known to be hard to port. It only runs on Linux (and maybe GNU Hurd). If you do not want to invest massive amounts of time into porting it, I'd suggest to look for other, more portable C libraries.

Author:  Jush [ Mon Jan 21, 2019 11:57 pm ]
Post subject:  Re: Porting Glibc

What good portable C libraries do you recommend? (And include how easy it is port them)

Author:  mallard [ Tue Jan 22, 2019 10:15 am ]
Post subject:  Re: Porting Glibc

Jush wrote:
What good portable C libraries do you recommend? (And include how easy it is port them)


https://wiki.osdev.org/C_Library

(Although ignore the poetry under "MyOS libc"; what's "best" and "most in the osdev spirit" is entirely up to you.)

Author:  Combuster [ Wed Jan 23, 2019 4:41 am ]
Post subject:  Re: Porting Glibc

mallard wrote:
Although ignore the poetry under "MyOS libc"; what's "best" and "most in the osdev spirit" is entirely up to you.
I've updated the wiki accordingly :wink:

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/