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 peak No recovery.fstab for TARGET_DEVICE peak host C++: aidl <= frameworks/base/tools/aidl/aidl.cpp host C++: aidl <= frameworks/base/tools/aidl/aidl_language.cpp host C++: aidl <= frameworks/base/tools/aidl/options.cpp host C++: aidl <= frameworks/base/tools/aidl/search_path.cpp host C++: aidl <= frameworks/base/tools/aidl/AST.cpp host C++: aidl <= frameworks/base/tools/aidl/Type.cpp host C++: aidl <= frameworks/base/tools/aidl/generate_java.cpp pipeling errors i got g++: No such file or directory make: *** [out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/AST.o] Error 1 g++: No such file or directory make: *** [out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/Type.o] Error 1 g++: No such file or directory make: *** [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

