Leandro, please provide a full build log (paste it here: http://pastebin.mozilla.org ).
On Tue, Nov 3, 2015 at 5:05 PM, leandro <[email protected]> wrote: > well Juan, > with g++ it seems to begin to build > but finally it throws this error > > > > > *make[1]: se sale del directorio `/home/leandro/git/B2G/gaia'target > StaticLib: libc > (out/target/product/peak/obj/STATIC_LIBRARIES/libc_intermediates/libc.a)> > Build failed! <* > > the piped error now only throws warnings no errors :) > > my installed glibc is glibc-2.21-8.fc22.x86_64 > > -Leandro > > > > > IMPORT MY GPG KEY: > gpg --keyserver x-hkp://pgp.mit.edu --recv-keys BA863309 > > > > 2015-11-03 14:25 GMT+01:00 Paul Aguilar <[email protected] > >: > >> Hi >> >> This seem to be the same problem in this >> >> https://bugzilla.mozilla.org/show_bug.cgi?id=1121600 >> >> The problem is not the hostcompiler, the problem is the compiler defined >> in the xml file for the device. >> >> If any one can help telling me (us) how to change this and commit to >> their branches I can help to change it, but I need to say that I never >> contributed with code before :S >> >> Any way, this bug persist in Inari, Keon, Hamachi and Flatfish :/ >> >> Regards! >> >> ------------------------------ >> Date: Tue, 3 Nov 2015 13:37:16 +0100 >> Subject: Re: problems building for Peak >> From: [email protected] >> To: [email protected] >> CC: [email protected] >> >> >> Hi Leandro, >> As the error message suggests, seems like you don't have all >> prerequisites properly installed (g++ in this case). >> Take a look here: >> https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Firefox_OS_build_prerequisites#Fedora_2122 >> >> $ sudo yum install gcc-c++ libstdc++-static libstdc++.i686 >> >> Anyway, you don't need to downgrade your host compiler to gcc 4.6, we do >> support 4.9 for host compiling. >> If you are trying to compile Master branch, you'll need to downgrade Make to >> 3.81 because there's a known issue [1] with Make 3.82 and the new toolchain >> detection system. >> >> [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1211375#c9 >> >> >> On Tue, Nov 3, 2015 at 12:49 PM, leandro <[email protected]> wrote: >> >> my building process stop with the following messages: >> >> >> >> >> >> >> >> >> >> *No private recovery resources for TARGET_DEVICE peakNo recovery.fstab >> for TARGET_DEVICE peakhost C++: aidl <= >> frameworks/base/tools/aidl/aidl.cpphost C++: aidl <= >> frameworks/base/tools/aidl/aidl_language.cpphost C++: aidl <= >> frameworks/base/tools/aidl/options.cpphost C++: aidl <= >> frameworks/base/tools/aidl/search_path.cpphost C++: aidl <= >> frameworks/base/tools/aidl/AST.cpphost C++: aidl <= >> frameworks/base/tools/aidl/Type.cpphost C++: aidl <= >> frameworks/base/tools/aidl/generate_java.cpp* >> >> pipeling errors i got >> >> >> >> >> >> *g++: No such file or directorymake: *** >> [out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/AST.o] Error 1g++: >> No such file or directorymake: *** >> [out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/Type.o] Error 1g++: >> No such file or directorymake: *** >> [out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/generate_java.o] >> Error 1* >> >> my environment is a Fedora 22 >> but downgraded gcc to 4.6.4 >> >> my make is GNU Make 3.82 >> and java Java(TM) SE Runtime Environment (build 1.8.0_60-b27) >> -Leandro >> >> >> >> >> IMPORT MY GPG KEY: >> gpg --keyserver x-hkp://pgp.mit.edu --recv-keys BA863309 >> >> >> >> _______________________________________________ >> dev-fxos mailing list >> [email protected] >> https://lists.mozilla.org/listinfo/dev-fxos >> >> >> >> >> -- >> ___________________ >> Juan Gómez Mosquera >> Platform Engineer >> Mozilla Corporation >> _AtilA_ >> >> _______________________________________________ dev-fxos mailing list >> [email protected] https://lists.mozilla.org/listinfo/dev-fxos >> > > > _______________________________________________ > dev-fxos mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-fxos > >
_______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

