-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS X build fails due to missing elf.h #8
Comments
I can't see why the tool that's failing is even being built for a headers_install target. This is probably a kernel bug (gratuitous dependencies in the makefile). Can you try one of the other supported kernel-header versions (see hashes dir for a list)? Or if you can find the cause of the wrong dependency we could perhaps add a patch to suppress it. Note that the breakage only happens on platforms without <elf.h>. |
Found it. I'll make a patch. diorcety/crosstool-ng#11 BTW, ec0f9f1 mentions 3.x kernels, but in hashes I only see 2.6. Also, building against 2.6 works. |
Do you know if this issue is still present in upstream kernel? I've added support for 4.19 headers and will be dropping the old 4.4 headers that this patch was applied to, because 4.4 headers are not compatible with time64. |
The text was updated successfully, but these errors were encountered: