Building the 10.13.3 Kernel
Building the 10.13.3 Kernel
- Subject: Building the 10.13.3 Kernel
- From: Alexander von Below <email@hidden>
- Date: Thu, 12 Jul 2018 12:27:20 +0200
Hello,
after may years I spent exclusively on iOS, I am happy to be back in the Kernel
Space!
So, I am trying to build the 10.13.3 Kernel using this script, which I
assembled from a few I found on the net (especially the 'touch
libsyscall/os/thread_self_restrict.h' „hack"):
https://gist.github.com/below/8482f56dd98e1c3802dd436a1e865090
However, I am getting errors, the first one being
/Users/below/dev/mptcp/xnu/xnu-4570.41.2/BUILD/obj/EXPORT_HDRS/osfmk/kern/kcdata.h:912:60:
error: zero as null pointer constant
[-Werror,-Wzero-as-null-pointer-constant]
static const kcdata_iter_t kcdata_invalid_iter = { .item = 0, .end = 0 };
^
nullptr
Am I doing it wrong? Am I missing something?
Has any one you built the 10.13.3 Kernel succesfully?
Thanks
Alex
_______________________________________________
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