Vangapati, Does this file exist? system/core/include/arch/linux-x86/AndroidConfig.h Otherwise, try: ./repos sync platform/system/core Check and build again.
On Tue, Sep 10, 2013 at 10:47 AM, vangapati naresh < [email protected]> wrote: > On Tuesday, September 10, 2013 2:01:26 PM UTC+5:30, Juan Gómez wrote: > > Well, it looks like something is wrong with your "android_system_core" > > > > repository. > > > > Double check that you are pointing to the right one in your manifest.xml > or > > > > if even exists. > > > > Must be something like: > > > > <project path="system/core" name="platform/system/core" /> > > > > And if you are porting things to ICS, make sure that you are not pointing > > > > to some of the JellyBean versions too. > > > > > > > > Regards, > > > > Juan Gómez. > > > > > > > > > > > > > > > > > > > > On Tue, Sep 10, 2013 at 10:12 AM, vangapati naresh < > > > > [email protected]> wrote: > > > > > > > > > On Tuesday, September 10, 2013 12:00:17 PM UTC+5:30, vangapati naresh > > > > > wrote: > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > > > I have been having a little trouble trying to build b2g/fxos. I'm > trying > > > > > to build for the sony xperia-s (lt26). Here is a clip of what is > happening > > > > > in the terminal: > > > > > > > > > > > > > > > > > > > > > > > > host C: acp <= build/tools/acp/acp.c > > > > > > > > > > > > -JXmx1024m -Jclasspath > > > > > > /home/naresh/sony_nozmi_ffos/B2G/build/fake-jdk-tools/lib/tools.jar:out/host/linux-x86/framework/doclava.jar:out/host/linux-x86/framework/jsilver.jar > > > > > -hide 2 -hide 3 -hide 4 -hide 5 -hide 6 -hide 24 -hide 25 -error 7 > -error 8 > > > > > -error 9 -error 10 -error 11 -error 12 -error 13 -error 14 -error 15 > -error > > > > > 16 -error 17 -error 18 frameworks/base/api/15.txt > > > > > out/target/common/obj/PACKAGING/public_api.txt > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -JXmx1024m -Jclasspath > > > > > > /home/naresh/sony_nozmi_ffos/B2G/build/fake-jdk-tools/lib/tools.jar:out/host/linux-x86/framework/doclava.jar:out/host/linux-x86/framework/jsilver.jar > > > > > -error 2 -error 3 -error 4 -error 5 -error 6 -error 7 -error 8 -error 9 > > > > > -error 10 -error 11 -error 12 -error 13 -error 14 -error 15 -error 16 > > > > > -error 17 -error 18 -error 19 -error 20 -error 21 -error 23 -error 24 > > > > > -error 25 frameworks/base/api/current.txt > > > > > out/target/common/obj/PACKAGING/public_api.txt > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > host C: libhost <= build/libs/host/CopyFile.c > > > > > > > > > > > > host C++: libhost <= build/libs/host/pseudolocalize.cpp > > > > > > > > > > > > > > > > > > > > > > > > After little doem i got these errors.. > > > > > > > > > > > > > > > > > > > > > > > > make: *** > > > > > > [out/host/linux-x86/obj/STATIC_LIBRARIES/libhost_intermediates/CopyFile.o] > > > > > Error 1 > > > > > > > > > > > > make: *** > > > > > > [out/host/linux-x86/obj/STATIC_LIBRARIES/libhost_intermediates/pseudolocalize.o] > > > > > Error 1 > > > > > > > > > > > > make: *** > > > > > [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/Command.o] > Error 1 > > > > > > > > > > > > make: *** > > > > > [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/AaptAssets.o] > Error 1 > > > > > > > > > > > > make: *** > > > > > [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/CrunchCache.o] > Error > > > > > 1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > real 0m4.146s > > > > > > > > > > > > user 0m2.560s > > > > > > > > > > > > sys 0m0.512s > > > > > > > > > > > > > > > > > > > > > > > > > Build failed! < > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I don't know if I've left something out, or if it's a problem with > > > > > gcc/Java. If someone could say how I should go about fixing this I > would > > > > > greatly appreciate it and it would be very much helpful. > > > > > > > > > > > > > > > > > > > > Hi Juan, > > > > > Please find below for errors i got after running with ./build.sh -j1 > > > > > > > > > > > > > > > build/core/base_rules.mk:532: warning: ignoring old commands for > target > > > > > `out/target/product/lt26/system/lib/libsurfaceflinger_client.so' > > > > > Checking API: checkapi-last > > > > > > > > > > -JXmx1024m -Jclasspath > > > > > > /home/naresh/sony_nozmi_ffos/B2G/build/fake-jdk-tools/lib/tools.jar:out/host/linux-x86/framework/doclava.jar:out/host/linux-x86/framework/jsilver.jar > > > > > -hide 2 -hide 3 -hide 4 -hide 5 -hide 6 -hide 24 -hide 25 -error 7 > -error 8 > > > > > -error 9 -error 10 -error 11 -error 12 -error 13 -error 14 -error 15 > -error > > > > > 16 -error 17 -error 18 frameworks/base/api/15.txt > > > > > out/target/common/obj/PACKAGING/public_api.txt > > > > > > > > > > Checking API: checkapi-current > > > > > -JXmx1024m -Jclasspath > > > > > > /home/naresh/sony_nozmi_ffos/B2G/build/fake-jdk-tools/lib/tools.jar:out/host/linux-x86/framework/doclava.jar:out/host/linux-x86/framework/jsilver.jar > > > > > -error 2 -error 3 -error 4 -error 5 -error 6 -error 7 -error 8 -error 9 > > > > > -error 10 -error 11 -error 12 -error 13 -error 14 -error 15 -error 16 > > > > > -error 17 -error 18 -error 19 -error 20 -error 21 -error 23 -error 24 > > > > > -error 25 frameworks/base/api/current.txt > > > > > out/target/common/obj/PACKAGING/public_api.txt > > > > > > > > > > host C: acp <= build/tools/acp/acp.c > > > > > cc1: fatal error: system/core/include/arch/linux-x86/AndroidConfig.h: > No > > > > > such file or directory > > > > > > > > > > compilation terminated. > > > > > > > > > > make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp.o] > > > > > Error 1 > > > > > > > > > > real 0m4.153s > > > > > user 0m2.520s > > > > > sys 0m0.520s > > > > > > > > > > > Build failed! < > > > > > > > > > > Thanks, > > > > > Naresh > > > > > _______________________________________________ > > > > > dev-b2g mailing list > > > > > [email protected] > > > > > https://lists.mozilla.org/listinfo/dev-b2g > > > > > > > Hi , > Thanks for Your quick response > > I had crosschecked and iam porting to ICS and iam fetching /system/core > using like this > > <default revision="refs/tags/android-4.0.4_r1.2" remote="linaro" > sync-j="4" /> > <project path="system/core" name="platform/system/core" remote="linaro" > revision="master"/> > > Thanks, > Naresh > > > _______________________________________________ > 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
