Hi, 
i'm trying to build the kernel on macos for the emulator.
I have the aosp repository and the goldfish kernel downloaded, and I manage 
to build correctly the arm architecture using the script in 
external/qemu/distrib/build-kernel.sh with options --arch=arm.

However, when it comes to x86, i have problems with some header included.
For example the 
tool/relocs.c executable includes #include <tools/le_byteshift.h> which 
includes <linux/types.h>.

Of course i can not use <linux/types.h>, do you have any idea on how to fix 
?
Is it supposed to work this build ? (the script in the qemu folder takes 
care of the darwin OS, so I think it should work)


-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to