Building Libc & dyld
Building Libc & dyld
- Subject: Building Libc & dyld
- From: Eric Gorr <email@hidden>
- Date: Sat, 16 Aug 2014 16:33:24 -0400
Hello. Ultimately, I would like to be able to build the latest released version of dyld ( http://opensource.apple.com/tarballs/dyld/dyld-239.4.tar.gz ). If I understand correctly, in order to do that I need to be able to build Libc and am attempting to build the latest released version ( http://opensource.apple.com/tarballs/Libc/Libc-997.90.3.tar.gz ).
Just opening the Libc, Xcode project and trying to build it, gives me one error:
Libc-997.90.3/string/bcopy.c:24:10: 'platform/string.h' file not found
Looking through the built XNU source, I do see string.h, but not within a platform folder. While I can take a guess at which string.h is the intended one and either alter the #include or create a platform folder and place string.h inside of it while updating the header search paths, I would much rather try to figure out what the proper way to get this all to build is.
If anyone had any advice or pointers to blog posts which provide a good set of instructions, I would be interested.
Thank you.
p.s. if there is a better mailing list for this question, please let me know.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden