Hi Pramod, > I am trying to build b2g emulator for ARM. > Followed guide in below link: > > [snip] > > can i get some help here, couldn't figure aout error 127 and Error2
What is happening is that the gaia directory doesn't seem to contain a proper version of the xulrunner-sdk, I think this is a common problem. To solve it do the following, from the top-level B2G directory: cd gaia rm -f .xulrunner-url make install-xulrunner-sdk Then wait patiently, it will take a while as the file to be fetched is ~340MB in size. Once this is done go back to the top-level directory and run ./build.sh as usual. Gabriele _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
