Hi Zach,

 

Thnx for the quick response.

I am trying to compile on Ubuntu 10.04 64 bit machine for Pandaboard Rev A2.

 

Please correct me if I am wrong,but as per your advice

-------------------------------------------------------------

Here's what I'd I'd do. I would start over and use:

 

https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46-tilt-tracking-blob-12.03-release/

 

Download and run,

http://snapshots.linaro.org/android/~linaro-android/panda-ics-gcc46-tilt-tracking-blob-12.03-release/6/linaro_android_build_cmds.sh

in a fresh directory.

-------------------------------------------------------------

this would just download the Linaro 12.03-ICS release package. Am I to presume that the Linaro 11.10 tracking changes

for Audio recording have been taken into the 12.03 tracking release.

 

Also please help me in getting a link to download and install “gcc-4.5, g++-4.5, cpp-4.5” for compiling using the “linaro_android_build_cmds.sh” script file.

 

Thanks and regards,

Vinayak

 

-----Original Message-----
From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org]
Sent: Monday, April 09, 2012 7:20 PM
To: Vinayak K. Tulasidas Bhat
Cc: linaro-android@lists.linaro.org
Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build Download Error

 

On 9 April 2012 05:38, Vinayak K. Tulasidas Bhat

<Vinayak.Bhat@toshiba-tesi.com> wrote:

> Hi Zach,

> 

> 

> 

> Thnx for the reply. This is my observation. I followed the following steps:-

> 

> 

> 

>>>export MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git

> 

>>>export MANIFEST_BRANCH= linaro-android-11.10-release

> 

>>>export MANIFEST_FILENAME=tracking-panda.xml

> 

>>>repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m

>>> ${MANIFEST_FILENAME} --repo-url=git://android.git.linaro.org/tools/repo.git

> 

>>>vim .repo/manifest.xml

> 

>>>Made the modifications as per your advice (<project path="external/gator"

>>> name="arm/ds5/gator" revision="android"

> 

> remote="linaro-other"/>)

> 

>>>repo sync

> 

> 

> 

> This time I started getting the following error:-

> 

> ----------------------------------------------------------------------------------------------

> 

> Traceback (most recent call last):

> 

>   File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line

> 385, in <module>

> 

>     _Main(sys.argv[1:])

> 

>   File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line

> 365, in _Main

> 

>     result = repo._Run(argv) or 0

> 

>   File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/main.py", line

> 137, in _Run

> 

>     result = cmd.Execute(copts, cargs)

> 

>   File

> "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/subcmds/sync.py",

> line 439, in Execute

> 

>     fetched = self._Fetch(to_fetch, opt)

> 

>   File

> "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/subcmds/sync.py",

> line 234, in _Fetch

> 

>     current_branch_only=opt.current_branch_only):

> 

>   File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",

> line 942, in Sync_NetworkHalf

> 

>     self._InitMRef()

> 

>   File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",

> line 1716, in _InitMRef

> 

>     self._InitAnyMRef(R_M + self.manifest.branch)

> 

>   File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",

> line 1728, in _InitAnyMRef

> 

>     self.bare_git.UpdateRef(ref, dst, message = msg, detach = True)

> 

>   File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",

> line 1902, in UpdateRef

> 

>     self.update_ref(*cmdv)

> 

>   File "/home/test/bhatta/linaro/Linaro_Source/bin/.repo/repo/project.py",

> line 1963, in runner

> 

>     p.stderr))

> 

> error.GitError: people/kwerner/libunwind update-ref: fatal:

> c144104907084bc219e6233cebb1e957d2002190^0: not a valid SHA1

 

This indicates that the manifest contains a git that references a

commit that no longer exists at that git. This happens from time to

time.

 

Here's what I'd I'd do. I would start over and use:

 

https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46-tilt-tracking-blob-12.03-release/

 

Download and run,

http://snapshots.linaro.org/android/~linaro-android/panda-ics-gcc46-tilt-tracking-blob-12.03-release/6/linaro_android_build_cmds.sh

in a fresh directory.

 

Make sure you have a good environment. What are you trying to compile on?

 

> 

> ----------------------------------------------------------------------------------------------

> 

> 

> 

> I even tried to overwrite the manifest file by doing the following:-

> 

>>> rm .repo/manifest.xml

> 

>>> curl -k

>>> http://snapshots.linaro.org/android/~linaro-android/tracking-panda-11.10-release/5/pinned-manifest.xml

>>> > .repo/manifest.xml

> 

>>> repo sync

> 

> 

> 

> I still got a similar as shown above.

> 

> 

> 

> I also have no idea how to download the required Linaro android version from

> the tip. I followed the same steps as mentioned in

> “linaro_android_build_cmds.sh” script file except I changed the

> pinned-manifest.xml to the version I wanted.

> 

> But still failed.

> 

> 

> 

> Please let me know if I doing something wrong. Also please let me know if

> currently there are any versions of Linaro android builds that support Audio

> recording.

> 

> 

> 

> Thanks and regards,

> 

> Vinayak

> 

> 

> 

> -----Original Message-----

> From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org]

> Sent: Thursday, April 05, 2012 2:16 AM

> To: Vinayak K. Tulasidas Bhat

> Cc: linaro-android@lists.linaro.org

> Subject: Re: linaro-android/tracking-panda-11.10-release:-Source Build

> Download Error

> 

> 

> 

> Use:

> 

> 

> 

> Change the manifest line to:

> 

> 

> 

> <project path="external/gator" name="arm/ds5/gator" revision="android"

> 

> remote="linaro-other"/>

> 

> 

> 

> Or just try the tip:

> 

> 

> 

> https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46-tilt-tracking-blob/

> 

> 

> 

> 

> 

> 

> 

> On 28 March 2012 02:03, Vinayak K. Tulasidas Bhat

> 

> <Vinayak.Bhat@toshiba-tesi.com> wrote:

> 

>> Hi all,

> 

>> 

> 

>> 

> 

>> 

> 

>> I happen to find out through the link given below that Linaro 11.10

> 

>> Release-tracking panda-android is supporting Audio Record feature and

>> hence

> 

>> decided to try it out.

> 

>> 

> 

>> 

> 

>> 

> 

>> 

>> https://blueprints.launchpad.net/linaro-android/+spec/enable-audio-on-leb-panda

> 

>> 

> 

>> 

> 

>> 

> 

>> I downloaded the LEB’s for the Linaro 11.10 tracking-panda-android Release

> 

>> and tested it on a Pandaboard. Audio recording was working fine.

> 

>> 

> 

>> 

> 

>> 

> 

>> Now I wanted to download the Source build for the LEB’s and also the

>> kernel.

> 

>> When I tried to download the Source build as per the steps explained in

>> the

> 

>> link below given below,

> 

>> 

> 

>> https://wiki.linaro.org/Platform/Android/GetSource

> 

>> 

> 

>> 

> 

>> 

> 

>> I encounter the following error:-

> 

>> 

> 

>> 

> 

>> 

> 

>>>>From git://android.git.linaro.org/platform/development

> 

>> 

> 

>>>>   6c368d2..799fada  master     -> korg/master

> 

>> 

> 

>>>>Fetching projects:  28% (52/185)  fatal: The remote end hung up

> 

>>>> unexpectedly

> 

>> 

> 

>>>>fatal: The remote end hung up unexpectedly

> 

>> 

> 

>>>>error: Cannot fetch people/pawelmoll/gator

> 

>> 

> 

>> 

> 

>> 

> 

>> Please let me what can be done to resolve this error.

> 

>> 

> 

>> 

> 

>> 

> 

>> Thanks and regards,

> 

>> 

> 

>> Vinayak

> 

>> 

> 

>> The information contained in this e-mail message and in any

> 

>> attachments/annexure/appendices is confidential to the

> 

>> recipient and may contain privileged information.

> 

>> If you are not the intended recipient, please notify the

> 

>> sender and delete the message along with any

> 

>> attachments/annexure/appendices. You should not disclose,

> 

>> copy or otherwise use the information contained in the

> 

>> message or any annexure. Any views expressed in this e-mail

> 

>> are those of the individual sender except where the sender

> 

>> specifically states them to be the views of

> 

>> Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.

> 

>> 

> 

>> Although this transmission and any attachments are believed to be

> 

>> free of any virus or other defect that might affect any computer

> 

>> system into which it is received and opened, it is the responsibility

> 

>> of the recipient to ensure that it is virus free and no responsibility

> 

>> is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or

> 

>> damage arising in any way from its use.

> 

> 

> 

> 

> 

> 

> 

> --

> 

> Zach Pfeffer

> 

> Android Platform Team Lead, Linaro Platform Teams

> 

> Linaro.org | Open source software for ARM SoCs

> 

> Follow Linaro: http://www.facebook.com/pages/Linaro

> 

> http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog

> 

> The information contained in this e-mail message and in any

> attachments/annexure/appendices is confidential to the

> recipient and may contain privileged information.

> If you are not the intended recipient, please notify the

> sender and delete the message along with any

> attachments/annexure/appendices. You should not disclose,

> copy or otherwise use the information contained in the

> message or any annexure. Any views expressed in this e-mail

> are those of the individual sender except where the sender

> specifically states them to be the views of

> Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.

> 

> Although this transmission and any attachments are believed to be

> free of any virus or other defect that might affect any computer

> system into which it is received and opened, it is the responsibility

> of the recipient to ensure that it is virus free and no responsibility

> is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or

> damage arising in any way from its use.

 

 

 

--

Zach Pfeffer

Android Platform Team Lead, Linaro Platform Teams

Linaro.org | Open source software for ARM SoCs

Follow Linaro: http://www.facebook.com/pages/Linaro

http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog

The information contained in this e-mail message and in any
attachments/annexure/appendices is confidential to the
recipient and may contain privileged information.
If you are not the intended recipient, please notify the
sender and delete the message along with any
attachments/annexure/appendices. You should not disclose,
copy or otherwise use the information contained in the
message or any annexure. Any views expressed in this e-mail
are those of the individual sender except where the sender
specifically states them to be the views of
Toshiba Embedded Software India Pvt. Ltd. (TESI),Bangalore.

Although this transmission and any attachments are believed to be
free of any virus or other defect that might affect any computer
system into which it is received and opened, it is the responsibility
of the recipient to ensure that it is virus free and no responsibility
is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or
damage arising in any way from its use.