I realized what the problem was. I had first checked out the code on a case insensitive disk, before moving it to the case sensitive one. Of course that means it wont work. Silly mistake, sorry about that.
-- Martin On Tuesday, November 19, 2013 9:25:25 AM UTC+1, Julien Wajsberg wrote: > I don't get why we have a kernel compilation for Inari. > > Have you run "./config.sh inari" in your B2G directory ? > > > > I don't have any more thought unfortunately. I think most MacOS X > > developers are using a Linux VM to build B2G these days (which I agree > > is not good). > > > > Le 19/11/2013 00:07, Martin Gunnarsson a écrit : > > > Ahoy > > > > > > I've been trying to build B2G (inari for ZTE Open) on my Mac for a couple > > of days now, and now I'm *almost* there. Things were compiling for quite a > > while before I ran into this: > > > > > > /Applications/Xcode.app/Contents/Developer/usr/bin/make -C kernel > > O=../out/target/product/inari/obj/KERNEL_OBJ ARCH=arm > > CROSS_COMPILE=arm-eabi- headers_install > > > CHK include/linux/version.h > > > make[5]: *** No rule to make target > > `/Volumes/firefoxos/B2G/kernel/include/linux/netfilter/xt_CONNMARK.h', > > needed by > > `/Volumes/firefoxos/B2G/out/target/product/inari/obj/KERNEL_OBJ/usr/include/linux/netfilter/.install'. > > Stop. > > > make[4]: *** [netfilter] Error 2 > > > make[3]: *** [linux] Error 2 > > > make[2]: *** [headers_install] Error 2 > > > make[1]: *** [sub-make] Error 2 > > > make: *** [out/target/product/inari/obj/KERNEL_OBJ/usr] Error 2 > > > > > > xt_CONMARK.h is one of those files that exist in one lowercase and one > > uppercase version, which hints at a filesystem case-insensitive problem, > > but my /Volumes/firefoxos IS case-sensitive. I can for example have > > hello.txt and HELLO.txt in the same directory. This means it's fine, right? > > > > > > Any ideas? Thanks! > > > > > > -- > > > Martin > > > _______________________________________________ > > > dev-b2g mailing list > > > [email protected] > > > https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
