darwin-on-arm / xnu

Porting the Darwin kernel to the AArch64/ARMv7/ARMv6-A architectures.
Other
582 stars 146 forks source link

xcrun referenced, though xcrun isn't available on Linux. #30

Closed spotlightishere closed 9 years ago

spotlightishere commented 9 years ago

I have Ubuntu 15.04, and I'm trying to build xnu following the wiki's instructions.

I've shortened the faulty command to make TARGET_CONFIGS="debug arm armpba8" NO_DTRACE_SYMS=YES.

I get the following output while running make: https://ghostbin.com/paste/u9okp

I do know that xcrun is only available with Xcode, and I can't install Xcode in Linux.

musisat commented 9 years ago

I think installing the Darwin SDK is what puts xcrun in your usr/bin folder. This at least works on Ubuntu 14.04. If you have followed all of the instructions, it could be a problem with Ubuntu 15.04.

spotlightishere commented 9 years ago

Aha, thank you. Looking at the error log, dpkg-buildpackage couldn't find all of the needed dependencies. I can edit those into the wiki page. However, it does error out with yet another error, so I'll open another issue in a bit.

Thank you!