Re: [b2g] Compiling B2G for Peak: elfhack issue

2013-05-02 Thread Vicamo Yang
Just symlink g++ to g++-4.6. Of course you need g++-4.6-multilib installed. On 04/29/2013 08:48 PM, Olav Nymoen wrote: > Hopefully someone can provide real advice, but I had problems building with > this elf guy, and building from a couple of commits back in > github.com/mozilla-b2g/B2G seemed to

Re: [b2g] Compiling B2G for Peak: elfhack issue

2013-04-29 Thread Justin Lebar
You can disable elfhack by modifying gonk-misc/default-gecko-config and adding "ac_add_options --disable-elf-hack". You'll need to rm -rf objdir-gecko before you build again. I don't know why elfhack is failing for you, but you probably won't miss it. On Mon, Apr 29, 2013 at 8:27 AM, Adán Sánche

Re: [b2g] Compiling B2G for Peak: elfhack issue

2013-04-29 Thread Olav Nymoen
Hopefully someone can provide real advice, but I had problems building with this elf guy, and building from a couple of commits back in github.com/mozilla-b2g/B2G seemed to solve it. On Mon, Apr 29, 2013 at 2:27 PM, Adán Sánchez de Pedro Crespo < pedrocre...@kadede.com> wrote: > Hello everyone,

[b2g] Compiling B2G for Peak: elfhack issue

2013-04-29 Thread Adán Sánchez de Pedro Crespo
Hello everyone, I bricked my awesome Geeksphone Peak some days ago (it is stuck at boot loop). Since then I'm trying to compile B2G source myself in order to bake a update.zip to flash using fastboot. I have faced lots of make errors by now, and figured how to solve them all. But I'm not able