darwin-on-arm / xnu

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

Error while building xnu on Linux machine (32bit) #19

Closed ph1ps closed 9 years ago

ph1ps commented 10 years ago

Hey, I tried to "make TARGET_CONFIGS="debug arm armpba8"" but when it's trying to leave the directory "xnu/BUILD/obj/DEBUG_ARM/ARMPBA8" it throws an error called [exporthdrs_mi] Error 2. How can I fix this?

zhuowei commented 10 years ago

Can you post the full build log?

Also, if you have root access to a 64-bit machine, try running the Chroot build environment, which is already setup for building.