Le 20/07/2013 18:00, Fabian Lorenz a écrit :
> Hi there, i'm tyring to build Boot2Gecko for my S2.
> 
> I've followed all the steps at the MDN, as i start the build with ./build.sh 
> -j2 i only get the following output:
> 
> http://pastie.org/8158890
> _______________________________________________
> dev-b2g mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-b2g
> 

It seems like you skipped the part that says to use GCC 4.6.

Add some exports in your .userconfig in the B2G directory, like:
export CC=gcc-4.6
export CXX=g++-4.6

BTW the Galaxy S2 might not be working very well, it's not an officially
supported device, so you might end up having quite nasty bugs. You might
also want to use the v1.1.0hd branch to build for this device, like:

BRANCH=v1.1.0hd ./config.sh galaxy-s2
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to