I was able to successfully build B2G on OSX 10.8.2 with Xcode 4.5.2. When I start the emulator with ./run-emulator.sh it immediately crashes and the following errors show up in the console.
ERROR: This emulator is built by compiler without global register variable support! Emulator reserves a register to point to target architecture state for better code generation. LLVM-based compilers such as clang and llvm-gcc currently don't support global register variable. Please see http://source.android.com/source/initializing.html for detail. external/qemu/tcg/tcg.c:2039: tcg fatal error ./run-emulator.sh: line 42: 60626 Abort trap: 6 ${DBG_CMD} $EMULATOR -kernel $KERNEL -sysdir $B2G_HOME/out/target/product/$DEVICE/ -data $B2G_HOME/out/target/product/$DEVICE/userdata.img -memory 512 -partition-size 512 -skindir $B2G_HOME/development/tools/emulator/skins -skin HVGA -verbose -gpu on -qemu $TAIL_ARGS _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
