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
