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

