You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faced the same problem in 10.8. Guess it is due to lack of support for previous
OS X versions (ATV is based on 10.4?) in latest Xcode.
I managed to build kernel in linux using this cross-compiler:
http://biolpc22.york.ac.uk/pub/linux-mac-cross/
You have to put it into /opt and add include to gcc in Makefile:
INC := /opt/mac/lib/gcc/i686-apple-darwin8/4.0.1/include
...
$(CC) -c -arch $(ARCH) -I$(INC) -static -nostdlib -o $@ -c $<
Original comment by dmi...@brigadirov.com on 14 Aug 2012 at 12:37
Original issue reported on code.google.com by
zjdrinkw...@gmail.com
on 24 Jul 2012 at 6:09The text was updated successfully, but these errors were encountered: