Hi,
Tried to compile jellyBean2.3 for imx53 board by selecting generic-eng
option in lunch menu:
But getting below errors:
external/jpeg/turbojpeg.c:384:17: warning: argument 'pitch' might be
clobbered by 'longjmp' or 'vfork' [-Wclobbered]
target thumb C: libjpeg <= external/jpeg/jdatasrc-tj.c
target asm: libsimd <= external/jpeg/asm/armv7//jdcolor-armv7.S
external/jpeg/asm/armv7//jdcolor-armv7.S: Assembler messages:
external/jpeg/asm/armv7//jdcolor-armv7.S:160: Error: selected processor
does not support ARM mode `vdup.s16 Q4,D7[1]'
external/jpeg/asm/armv7//jdcolor-armv7.S:161: Error: selected processor
does not support ARM mode `vdup.s16 Q5,D7[2]'
external/jpeg/asm/armv7//jdcolor-armv7.S:166: Error: selected processor
does not support ARM mode `vdup.s32 Q0,D30[0]'
.
.
.
Please help me to resolve above compilation errors.
Thanks,
With Regards,
Sowmya
Hi ,
Kindly find the environment as below in which I am trying to build
jellybean for imx53:
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.3
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a
TARGET_CPU_VARIANT=generic
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.8.0-19-generic-x86_64-with-Ubuntu-13.04-raring
HOST_BUILD_TYPE=release
BUILD_ID=JSS15J
OUT_DIR=out
============================================
It is 64 bit OS.
Regards,
Sowmya
-------- Forwarded Message --------
From: Megharaj Aralikoppa Gowdaru <Megharaj.Gowdaru(a)nowoninc.com>
To: sowmya.ls(a)calsoftlabs.com <sowmya.ls(a)calsoftlabs.com>,
linaro-android <linaro-android(a)lists.linaro.org>
Subject: RE: Jelly Bean Compilation error for imx53
Date: Fri, 2 Aug 2013 11:27:32 +0530
***********************
This message has been scanned by the InterScan for CSC SSM and found to be free of known security risks.
***********************
Hi sowmya,
It would be helpful if you can provide the environment in which you are compiling. I think there is problem to compile in 32bit os.
Best Regards,
A G Megharaj,
8497897771
________________________________________
From: linaro-android-bounces(a)lists.linaro.org [linaro-android-bounces@lists..linaro.org] On Behalf Of sowmya [sowmya.ls(a)calsoftlabs.com]
Sent: Friday, August 02, 2013 11:22 AM
To: linaro-android
Subject: Jelly Bean Compilation error for imx53
Hi,
Tried to compile jellyBean2.3 for imx53 board by selecting generic-eng option in lunch menu:
But getting below errors:
external/jpeg/turbojpeg.c:384:17: warning: argument 'pitch' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
target thumb C: libjpeg <= external/jpeg/jdatasrc-tj.c
target asm: libsimd <= external/jpeg/asm/armv7//jdcolor-armv7.S
external/jpeg/asm/armv7//jdcolor-armv7.S: Assembler messages:
external/jpeg/asm/armv7//jdcolor-armv7.S:160: Error: selected processor does not support ARM mode `vdup.s16 Q4,D7[1]'
external/jpeg/asm/armv7//jdcolor-armv7.S:161: Error: selected processor does not support ARM mode `vdup.s16 Q5,D7[2]'
external/jpeg/asm/armv7//jdcolor-armv7.S:166: Error: selected processor does not support ARM mode `vdup.s32 Q0,D30[0]'
.
.
.
Please help me to resolve above compilation errors.
Thanks,
With Regards,
Sowmya
The information contained in and/or attached to this e-mail is Confidential and proprietary Information of NowOn Technologies Private Limited (NowOn). This information is intended only for the confidential use of the addressees named therein and hence any review, dissemination, distribution or copying of this message shall be subject to the confidentiality obligations. If this message has reached a person or persons other than the addressees, it is hereby notified that such person(s) have received this document in error and it is obligatory to notify NowOn immediately by reply e-mail and delete the original message together with any and all attachments.
Hi Vishal,
I started with clean repository.
Download is stopped in clean repository also with the same error as I shared earlier in "Linaro Android - 1306 error log 3"
File "/home/avivek/SourceCodes/linaro-android-archive/1306version/android/.repo/repo/project.py", line 1991, in _InitWorkTree
raise GitError("cannot initialize work tree")
error.GitError: cannot initialize work tree
New repository log is attached.
Please suggest.
Thanks,
Vivek
From: Vishal Bhoj [mailto:vishal.bhoj@linaro.org]
Sent: 01 August 2013 12:43
To: Vivek Arora
Cc: linaro-android
Subject: Re: Linaro Android 13.06 - repo sync error.
It appears like some local git is corrupt at your end. I suggest you start
with a clean repository.
On 1 August 2013 12:38, Vivek Arora <vivek.arora(a)soctronics.com> wrote:
Hi Vishal,
Thanks for your quick reply.
I changed "./repo sync -f -j1" to "./repo sync -f -j4" in
linaro_android_build_cmds.sh file.
And, the download finished with attached errors.
Please suggest.
Thanks,
Vivek
From: Vishal Bhoj [mailto:vishal.bhoj@linaro.org]
Sent: 01 August 2013 11:54
To: Vivek Arora
Cc: linaro-android
Subject: Re: Linaro Android 13.06 - repo sync error.
On 1 August 2013 11:30, Vivek Arora <vivek.arora(a)soctronics.com> wrote:
Hi,
I am trying to download Linaro Android Source from below:
http://releases.linaro.org/13.06/android/panda
But I get below error:
fatal: read error: Connection reset by peer
error: Cannot fetch platform/external/linaro-android-tools
warn: --force-broken, continuing to sync
Can you leave the script to complete. The script tries to recover from the
connection errors and continue to sync the code.
Please find the failure logs of 2 instances as attached.
Additional Information:
1) OS: Ubuntu 12.04.2 LTS
2) Download & Build Command: ./linaro_android_build_cmds.sh -t
Troubleshooting:
1) I could download AOSP source code without any issue, so I think that this
is not my company firewall issue.
2) Script file used for download & build already has "./repo sync -f -j1"
Please find the attached script used for download & build.
Please suggest.
Thanks,
Vivek
_______________________________________________
linaro-android mailing list
linaro-android(a)lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-android
Hi Vishal,
Thanks for your quick reply.
I changed "./repo sync -f -j1" to "./repo sync -f -j4" in linaro_android_build_cmds.sh file.
And, the download finished with attached errors.
Please suggest.
Thanks,
Vivek
From: Vishal Bhoj [mailto:vishal.bhoj@linaro.org]
Sent: 01 August 2013 11:54
To: Vivek Arora
Cc: linaro-android
Subject: Re: Linaro Android 13.06 - repo sync error.
On 1 August 2013 11:30, Vivek Arora <vivek.arora(a)soctronics.com> wrote:
Hi,
I am trying to download Linaro Android Source from below:
http://releases.linaro.org/13.06/android/panda
But I get below error:
fatal: read error: Connection reset by peer
error: Cannot fetch platform/external/linaro-android-tools
warn: --force-broken, continuing to sync
Can you leave the script to complete. The script tries to recover from the
connection errors and continue to sync the code.
Please find the failure logs of 2 instances as attached.
Additional Information:
1) OS: Ubuntu 12.04.2 LTS
2) Download & Build Command: ./linaro_android_build_cmds.sh -t
Troubleshooting:
1) I could download AOSP source code without any issue, so I think that this
is not my company firewall issue.
2) Script file used for download & build already has "./repo sync -f -j1"
Please find the attached script used for download & build.
Please suggest.
Thanks,
Vivek
_______________________________________________
linaro-android mailing list
linaro-android(a)lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-android
Hi Linaro Team,
Thank you very much for all your support for our queries and for
quick response.
Amit,
Tried to download imx53 android kernel by issuing below command,but
got error saying
fatal error: mainfest 'default.xml' not available.
fatal error: mainfest 'default.xml' not found.
issued command:
repo init -u http://android.git.linaro.org/git-ro/kernel/imx53.git -b
lt-3.1-android
Thanks & Regards,
Sowmya
-------- Forwarded Message --------
From: Amit Pundir <amit.pundir(a)linaro.org>
To: sowmya.ls <sowmya.ls(a)calsoftlabs.com>
Cc: linaro-android(a)lists.linaro.org <linaro-android(a)lists.linaro.org>
Subject: Re: Jelly Bean Kernel Source code
Date: Wed, 31 Jul 2013 18:09:23 +0530
Hi,
On 31 July 2013 16:05, sowmya <sowmya.ls(a)calsoftlabs.com> wrote:
Hi All,
Please tell me the link from where i can download the Jelly
Bean
Kernel Source code only for the freescale Boards(if available
for imx53
or any other freescale board so i can modify in kernel
configuration to
run on imx53).
You can get Linaro iMX53 kernel(s) from
here http://android.git.linaro.org/gitweb?p=kernel/imx53.git;a=summary.
FWIW "lt-3.1-android" is the branch we last used in our nightly builds.
Regards,
Amit Pundir
Regards,
Sowmya
_______________________________________________
linaro-android mailing list
linaro-android(a)lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-android
Hi,
I am trying to download Linaro Android Source from below:
http://releases.linaro.org/13.06/android/panda
But I get below error:
fatal: read error: Connection reset by peer
error: Cannot fetch platform/external/linaro-android-tools
warn: --force-broken, continuing to sync
Please find the failure logs of 2 instances as attached.
Additional Information:
1) OS: Ubuntu 12.04.2 LTS
2) Download & Build Command: ./linaro_android_build_cmds.sh -t
Troubleshooting:
1) I could download AOSP source code without any issue, so I think that this is not my company firewall issue.
2) Script file used for download & build already has "./repo sync -f -j1"
Please find the attached script used for download & build.
Please suggest.
Thanks,
Vivek