Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Not able to sync the android iCS source from http://www.omappedia.com/wiki/ Android_Panda_Build_Sourc
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
srinivasan shanmugam  
View profile  
 More options Nov 8 2012, 1:44 am
From: srinivasan shanmugam <srinivasan....@gmail.com>
Date: Wed, 7 Nov 2012 22:44:56 -0800 (PST)
Local: Thurs, Nov 8 2012 1:44 am
Subject: Not able to sync the android iCS source from http://www.omappedia.com/wiki/Android_Pa nda_Build_Sourc

Hi,

am not able to sync using

repo init -u https://android.googlesource.com/platform/manifest -m default.xml

Am getting the below error
user@user-desktop:~/bin$ repo init -u https://android.googlesource.com/platform/manifest -m default.xml
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle

I followed the below procedure for downloading the respective source code for my pandaboard rev A2, but still am not able to, pls guide me
but am not able to.. could you please kindly do the needful in downloading the source for
pandaboard rev A2
 $ mkdir ~/bin
  $ PATH=~/bin:$PATH
  $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
  $ chmod a+x ~/bin/repo
  $ mkdir WORKING_DIRECTORY
  $ cd WORKING_DIRECTORY
  $ repo init -u https://android.googlesource.com/platform/manifest -m default.xml
  $ repo sync


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Conley Owens  
View profile  
 More options Nov 8 2012, 11:23 am
From: Conley Owens <c...@android.com>
Date: Thu, 8 Nov 2012 08:22:53 -0800
Local: Thurs, Nov 8 2012 11:22 am
Subject: Re: [android-building] Not able to sync the android iCS source from http://www.omappedia.com/wiki/Android_Pa nda_Build_Sourc
On Wed, Nov 7, 2012 at 10:44 PM, srinivasan shanmugam

<srinivasan....@gmail.com> wrote:
> Hi,

> am not able to sync using

> repo init -u https://android.googlesource.com/platform/manifest -m
> default.xml

> Am getting the below error
> user@user-desktop:~/bin$ repo init -u
> https://android.googlesource.com/platform/manifest -m default.xml
> fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle

This error is harmless.  Are you missing anything after sync completes?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
srinivasan shanmugam  
View profile  
 More options Nov 12 2012, 2:55 am
From: srinivasan shanmugam <srinivasan....@gmail.com>
Date: Sun, 11 Nov 2012 23:55:16 -0800 (PST)
Local: Mon, Nov 12 2012 2:55 am
Subject: Re: Not able to sync the android iCS source from http://www.omappedia.com/wiki/Android_Pa nda_Build_Sourc

Thanks for your replies,

Am not able to get the proper repo file(the contents of the repo file is
empty) when I use the below command

curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo

and with the below commands am not able to sync the source code provided in the http://www.omappedia.com/wiki/Android_Panda_Build_Source of
in the section Building from AOSP master branch

repo init -u https://android.googlesource.com/platform/manifest -m default.xml
repo sync

Could you pls let me kno with proper steps in how to sync the source code from the above website from AOSP for pandaboard rev A4

Kindly do the needful asap as this is getting delayed and it needed very urgently

Advanced Thanks

On Thursday, November 8, 2012 12:14:57 PM UTC+5:30, srinivasan shanmugam
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Magnus Bäck  
View profile  
 More options Nov 12 2012, 11:21 am
From: Magnus Bäck <ba...@google.com>
Date: Mon, 12 Nov 2012 11:21:21 -0500
Local: Mon, Nov 12 2012 11:21 am
Subject: Re: [android-building] Re: Not able to sync the android iCS source from http://www.omappedia.com/wiki/Android_Pa nda_Build_Sourc
On Monday, November 12, 2012 at 02:55 EST,
     srinivasan shanmugam <srinivasan....@gmail.com> wrote:

> Thanks for your replies,

> Am not able to get the proper repo file(the contents of the repo file
> is empty) when I use the below command

> curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo

Although it's a possibility that dl-ssl.google.com is serving empty
files, it's more likely a problem on your end. Do you get an empty
file if you visit the URL with a regular browser? Do you have any
proxy in the way that could be screwing things up? What are the
HTTP headers (use curl's -D option to save them to a file)?

[...]

--
Magnus Bäck
ba...@google.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
srinivasan shanmugam  
View profile  
 More options Nov 14 2012, 6:22 am
From: srinivasan shanmugam <srinivasan....@gmail.com>
Date: Wed, 14 Nov 2012 03:22:35 -0800 (PST)
Local: Wed, Nov 14 2012 6:22 am
Subject: Re: [android-building] Re: Not able to sync the android iCS source from http://www.omappedia.com/wiki/Android_Pa nda_Build_Sourc

Many Many Thanks, Appreciate your timely support.

Ya it is true.. It was proxy problem... I removed all the proxy's n
connected to direct internet.. Now able to sync the source code..

But am not sure that the default.xml whether it downloads ICS or Jelly
bean, But as of now I need jelly bean..for pandaboard Rev A4,

Is there any way to change the downloaded source code with default.xml,
 with any suitable configurations for jelly bean to pandaboard

Eagerly waiting for your replies, due to emergency

Advanced thanks,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Magnus Bäck  
View profile  
 More options Nov 14 2012, 10:32 am
From: Magnus Bäck <ba...@google.com>
Date: Wed, 14 Nov 2012 10:32:05 -0500
Local: Wed, Nov 14 2012 10:32 am
Subject: Re: [android-building] Re: Not able to sync the android iCS source from http://www.omappedia.com/wiki/Android_Pa nda_Build_Sourc
On Wednesday, November 14, 2012 at 06:22 EST,
     srinivasan shanmugam <srinivasan....@gmail.com> wrote:

> Many Many Thanks, Appreciate your timely support.

> Ya it is true.. It was proxy problem... I removed all the proxy's n
> connected to direct internet.. Now able to sync the source code..

> But am not sure that the default.xml whether it downloads ICS or Jelly
> bean, But as of now I need jelly bean..for pandaboard Rev A4,

What source code you get depends on how you invoke "repo init".
The -b option selects the manifest branch (or tag) to use. For
Jellybean I suppose one of the Jellybean release tags (like
android-4.1.2_r1) would be your best choice.

> Is there any way to change the downloaded source code with
> default.xml, with any suitable configurations for jelly bean
> to pandaboard

You can switch manifest branch with "repo init -b branchname",
followed by "repo sync". Since all source code has already been
downloaded it'll be a quick operation (and you can make it even
quicker by using the -l option to sync).

> Eagerly waiting for your replies, due to emergency

This type of talk has a tendency to annoy people and is unlikely
to result in quicker responses.

--
Magnus Bäck
ba...@google.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
srinivasan shanmugam  
View profile  
 More options Nov 20 2012, 1:15 am
From: srinivasan shanmugam <srinivasan....@gmail.com>
Date: Mon, 19 Nov 2012 22:15:04 -0800 (PST)
Local: Tues, Nov 20 2012 1:15 am
Subject: Re: [android-building] Re: Not able to sync the android iCS source from http://www.omappedia.com/wiki/Android_Pa nda_Build_Sourc

Thanks a lot for your quicker response Magnus, It helped me a lot & really
appreciate it & finally downloaded the source,

But  when I copied the downloaded source into different PC & when I was
trying to build the source it was throwing the below errors:
Am not getting how to resolve this problem, could you please help me in
providing the necessary steps for  building my downloaded source code in my
local PC inorder to get rid of the below problem,

user@user-desktop:~/OMAP/WORKING_DIRECTORY$ ./extract-imgtec-panda.sh
user@user-desktop:~/OMAP/WORKING_DIRECTORY$ . build/envsetup.sh
including sdk/bash_completion/adb.bash
user@user-desktop:~/OMAP/WORKING_DIRECTORY$  lunch full_panda-userdebug
build/core/product_config.mk:223: *** Can not locate config makefile for
product "full_panda".  Stop.

** Don't have a product spec for: 'full_panda'
** Do you have the right repo manifest?

user@user-desktop:~/OMAP/WORKING_DIRECTORY$

Advanced Thanks,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Magnus Bäck  
View profile  
 More options Nov 20 2012, 12:01 pm
From: Magnus Bäck <ba...@google.com>
Date: Tue, 20 Nov 2012 12:01:09 -0500
Local: Tues, Nov 20 2012 12:01 pm
Subject: Re: [android-building] Re: Not able to sync the android iCS source from http://www.omappedia.com/wiki/Android_Pa nda_Build_Sourc
On Tuesday, November 20, 2012 at 01:15 EST,
     srinivasan shanmugam <srinivasan....@gmail.com> wrote:

> But  when I copied the downloaded source into different PC & when I
> was trying to build the source it was throwing the below errors:
> Am not getting how to resolve this problem, could you please help me
> in providing the necessary steps for building my downloaded source
> code in my local PC inorder to get rid of the below problem,

> user@user-desktop:~/OMAP/WORKING_DIRECTORY$ ./extract-imgtec-panda.sh
> user@user-desktop:~/OMAP/WORKING_DIRECTORY$ . build/envsetup.sh
> including sdk/bash_completion/adb.bash
> user@user-desktop:~/OMAP/WORKING_DIRECTORY$  lunch full_panda-userdebug
> build/core/product_config.mk:223: *** Can not locate config makefile
> for product "full_panda".  Stop.

full_panda.mk should be located in device/ti/panda. Does the manifest
you've chosen list that git? Is the directory actually in your source
tree?

[...]

--
Magnus Bäck
ba...@google.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
srinivasan shanmugam  
View profile  
 More options Nov 21 2012, 9:56 pm
From: srinivasan shanmugam <srinivasan....@gmail.com>
Date: Wed, 21 Nov 2012 18:56:23 -0800 (PST)
Local: Wed, Nov 21 2012 9:56 pm
Subject: Re: [android-building] Re: Not able to sync the android iCS source from http://www.omappedia.com/wiki/Android_Pa nda_Build_Sourc

Dear Magnus,

You are absolutely right, the file full_panda.mk was not located in
device/ti/panda ie., the source wasn't copied to local PC completely, &
after I gave the build but I donn think the build went through sucessfully
& hereby I have attached the log of it could you please kindly help me why
the build did not went through successfully,

user@user-desktop:~/OMAP/WORKING_DIRECTORY$ make -j4
============================================
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=4.2.42.42.42
TARGET_PRODUCT=full_panda
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-2.6.32-43-generic-i686-with-Ubuntu-10.04-lucid
HOST_BUILD_TYPE=release
BUILD_ID=JB_MR1
OUT_DIR=out
============================================
Checking build tools versions...
find: `src': No such file or directory
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/Effect_Tick.ogg:system/media/audio/ ui/Effect_Tick.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/KeypressStandard.ogg:system/media/a udio/ui/KeypressStandard.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/KeypressSpacebar.ogg:system/media/a udio/ui/KeypressSpacebar.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/KeypressDelete.ogg:system/media/aud io/ui/KeypressDelete.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/KeypressReturn.ogg:system/media/aud io/ui/KeypressReturn.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/VideoRecord.ogg:system/media/audio/ ui/VideoRecord.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/camera_click.ogg:system/media/audio /ui/camera_click.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/LowBattery.ogg:system/media/audio/u i/LowBattery.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/Dock.ogg:system/media/audio/ui/Dock .ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/Undock.ogg:system/media/audio/ui/Un dock.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/Lock.ogg:system/media/audio/ui/Lock .ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/Unlock.ogg:system/media/audio/ui/Un lock.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Sceptrum.ogg:system/media/audio/r ingtones/Sceptrum.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/KeypressStandard_120.ogg:system/med ia/audio/ui/KeypressStandard.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/KeypressSpacebar_120.ogg:system/med ia/audio/ui/KeypressSpacebar.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/KeypressDelete_120.ogg:system/media /audio/ui/KeypressDelete.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/effects/ogg/KeypressReturn_120.ogg:system/media /audio/ui/KeypressReturn.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/notifications/ogg/Capella.ogg:system/media/audi o/notifications/Capella.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/notifications/ogg/CetiAlpha.ogg:system/media/au dio/notifications/CetiAlpha.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/notifications/ogg/Polaris.ogg:system/media/audi o/notifications/Polaris.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/notifications/ogg/Pollux.ogg:system/media/audio /notifications/Pollux.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/notifications/ogg/Procyon.ogg:system/media/audi o/notifications/Procyon.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Aquila.ogg:system/media/audio/rin gtones/Aquila.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/ArgoNavis.ogg:system/media/audio/ ringtones/ArgoNavis.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Carina.ogg:system/media/audio/rin gtones/Carina.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Centaurus.ogg:system/media/audio/ ringtones/Centaurus.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Cygnus.ogg:system/media/audio/rin gtones/Cygnus.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Draco.ogg:system/media/audio/ring tones/Draco.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Machina.ogg:system/media/audio/ri ngtones/Machina.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Orion.ogg:system/media/audio/ring tones/Orion.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Pegasus.ogg:system/media/audio/ri ngtones/Pegasus.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Pyxis.ogg:system/media/audio/ring tones/Pyxis.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Rigel.ogg:system/media/audio/ring tones/Rigel.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Scarabaeus.ogg:system/media/audio /ringtones/Scarabaeus.ogg
ignored.
PRODUCT_COPY_FILES
frameworks/base/data/sounds/ringtones/ogg/Solarium.ogg:system/media/audio/r ingtones/Solarium.ogg
ignored.
No private recovery resources for TARGET_DEVICE panda
host Java: jsr305lib
(out/host/common/obj/JAVA_LIBRARIES/jsr305lib_intermediates/classes)
Export includes file: build/libs/host/Android.mk --
out/host/linux-x86/obj/STATIC_LIBRARIES/libhost_intermediates/export_includ es
Header: out/host/linux-x86/obj/include/libexpat/expat.h
Header: out/host/linux-x86/obj/include/libexpat/expat_external.h
Header: out/target/product/panda/obj/include/libexpat/expat.h
Header: out/target/product/panda/obj/include/libexpat/expat_external.h
Header: out/host/linux-x86/obj/include/libpng/png.h
Header: out/host/linux-x86/obj/include/libpng/pngconf.h
Header: out/host/linux-x86/obj/include/libpng/pngusr.h
Header: out/target/product/panda/obj/include/libpng/png.h
Header: out/target/product/panda/obj/include/libpng/pngconf.h
Header: out/target/product/panda/obj/include/libpng/pngusr.h
Header: out/host/linux-x86/obj/include/selinux/selinux.h
Header: out/host/linux-x86/obj/include/selinux/label.h
Header: out/host/linux-x86/obj/include/selinux/context.h
Header: out/host/linux-x86/obj/include/selinux/avc.h
Header: out/host/linux-x86/obj/include/selinux/android.h
Header: out/target/product/panda/obj/include/selinux/selinux.h
Header: out/target/product/panda/obj/include/selinux/label.h
Header: out/target/product/panda/obj/include/selinux/context.h
Header: out/target/product/panda/obj/include/selinux/avc.h
Header: out/target/product/panda/obj/include/selinux/android.h
Header: out/target/product/panda/obj/include/libsonivox/eas.h
Header: out/target/product/panda/obj/include/libsonivox/eas_types.h
Header: out/target/product/panda/obj/include/libsonivox/eas_reverb.h
Header: out/target/product/panda/obj/include/libsonivox/jet.h
Header:
out/target/product/panda/obj/include/libsonivox/ARM_synth_constants_gnu.inc
Header: out/target/product/panda/obj/include/libwpa_client/wpa_ctrl.h
Import includes file:
out/host/linux-x86/obj/STATIC_LIBRARIES/libhost_intermediates/import_includ es
Export includes file: build/tools/acp/Android.mk --
out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/export_includes
Notice file: external/guava/NOTICE --
out/host/linux-x86/obj/NOTICE_FILES/src//framework/guavalib.jar.txt
host Java: antlr-runtime
(out/host/common/obj/JAVA_LIBRARIES/antlr-runtime_intermediates/classes)
Notice file: external/antlr/NOTICE --
out/host/linux-x86/obj/NOTICE_FILES/src//framework/antlr-runtime.jar.txt
Notice file: external/doclava/NOTICE --
out/host/linux-x86/obj/NOTICE_FILES/src//framework/doclava.jar.txt
target Java: core
(out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes)
host Java: dx (out/host/common/obj/JAVA_LIBRARIES/dx_intermediates/classes)
Notice file: dalvik/dx/NOTICE --
out/host/linux-x86/obj/NOTICE_FILES/src//bin/dx.txt
Export includes file: frameworks/base/libs/androidfw/Android.mk --
out/host/linux-x86/obj/STATIC_LIBRARIES/libandroidfw_intermediates/export_i ncludes
Export includes file: frameworks/native/libs/utils/Android.mk --
out/host/linux-x86/obj/STATIC_LIBRARIES/libutils_intermediates/export_inclu des
Export includes file: system/core/liblog/Android.mk --
out/host/linux-x86/obj/STATIC_LIBRARIES/liblog_intermediates/export_include s
Export includes file: system/core/libcutils/Android.mk --
out/host/linux-x86/obj/STATIC_LIBRARIES/libcutils_intermediates/export_incl udes
Export includes file: external/expat/Android.mk --
out/host/linux-x86/obj/STATIC_LIBRARIES/libexpat_intermediates/export_inclu des
Export includes file: external/libpng/Android.mk --
out/host/linux-x86/obj/STATIC_LIBRARIES/libpng_intermediates/export_include s
Import includes file:
out/host/linux-x86/obj/STATIC_LIBRARIES/libandroidfw_intermediates/import_i ncludes
Export includes file: external/zlib/Android.mk --
out/host/linux-x86/obj/STATIC_LIBRARIES/libz_intermediates/export_includes
Import includes file:
out/host/linux-x86/obj/STATIC_LIBRARIES/liblog_intermediates/import_include s
Import includes file:
out/host/linux-x86/obj/STATIC_LIBRARIES/libcutils_intermediates/import_incl udes
Import includes file:
out/host/linux-x86/obj/STATIC_LIBRARIES/libexpat_intermediates/import_inclu des
Import includes file:
out/host/linux-x86/obj/STATIC_LIBRARIES/libpng_intermediates/import_include s
Export includes file: frameworks/base/tools/aapt/Android.mk --
out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/export_includes
Notice file: frameworks/base/tools/aapt/NOTICE -- ...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Magnus Bäck  
View profile  
 More options Nov 26 2012, 10:57 am
From: Magnus Bäck <ba...@google.com>
Date: Mon, 26 Nov 2012 10:57:37 -0500
Local: Mon, Nov 26 2012 10:57 am
Subject: Re: [android-building] Re: Not able to sync the android iCS source from http://www.omappedia.com/wiki/Android_Pa nda_Build_Sourc
On Wednesday, November 21, 2012 at 21:56 EST,
     srinivasan shanmugam <srinivasan....@gmail.com> wrote:

> You are absolutely right, the file full_panda.mk was not located in
> device/ti/panda ie., the source wasn't copied to local PC completely,
> & after I gave the build but I donn think the build went through
> sucessfully & hereby I have attached the log of it could you please
> kindly help me why the build did not went through successfully,

> user@user-desktop:~/OMAP/WORKING_DIRECTORY$ make -j4

[...]

> qemu: uncaught target signal 11 (Segmentation fault) - core dumped
> make: *** [out/target/product/panda/obj/lib/crtbegin_so.o]
> Segmentation fault
> make: *** Waiting for unfinished jobs....
> qemu: uncaught target signal 11 (Segmentation fault) - core dumped
> make: *** [out/target/product/panda/obj/lib/crtend_so.o] Segmentation
> fault

This is often an indication of having too little RAM. How much do you
have? How much swap? I suggest you run without -j4. If that resolves
the problem you can try gently increasing the parallelism.

--
Magnus Bäck
ba...@google.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »