> https://gist.github.com/3931944
I successfully built B2G desktop on x86-64 Ubuntu 12.04, using GCC 4.6, for many months. Obviously if GCC 4.7 is ICE'ing on you, you probably should avoid that. You can install g++-4.6 on your Ubuntu system and then set it in your mozconfig with export CC="gcc-4.6" export CXX="g++-4.6" On Mon, Oct 22, 2012 at 11:13 AM, Felix E. Klee <[email protected]> wrote: > On Mon, Oct 22, 2012 at 11:55 AM, Gabriele Svelto <[email protected]> > wrote: >> that looks like a warning, > > Just the last lines. Further up there is an internal compiler error. > >> can you post a longer excerpt from the log? > > Here you go (search for `$` to see the commands I ran): > > <https://gist.github.com/3931944> > > As for the gcc version: > > $ c++ --version > c++ (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2 > Copyright (C) 2012 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > But please understand: For me it is not important to get the build > working on that Linux installation. It's just an EC2 instance that I > quickly fired up. If the build is running better on another system, I > may just install that. > _______________________________________________ > 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
