Hi,
here is the test result summary for linaro-android jellybean week 16 on
different platform
[1] TI panda 4430
[2] Ti panda 4460
synopsis: it keeps exactly same result from the last week test, no major
issue and changes observed in this week.
[1] Ti panda 4430 with Linaro android jellybean (column: AG)
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadGVWd…
toolchain version is upgraded to (gcc version 4.7.3 20130328 (prerelease)
(Linaro GCC 4.7-2013.04),glmark2 finished with issue, adb-usb, ethernet
working fine, youtube and video-playback working fine. please see into the
result spreadsheet for details test result and bug report.
[2] Ti panda 4460 with Linaro-android jellybean (column: AG)
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadGVWd…
toolchain version is upgraded to (gcc version 4.7.3 20130328 (prerelease)
(Linaro GCC 4.7-2013.04), glmark2 finished with issue, adb-usb, ethernet,
video-playback working fine. Please look into the result spreadsheet for
details test result and bug report.
With best regards
Soumya Basak.
Dear lInaro support,
I am Bruce from China.
I am trying to build image for panadaboard. I got linaro-android 13.03 release(I got build script from this link: https://releases.linaro.org/13.03/android/panda/).
I meet some problems:
1. my source code download speed is very slow. It is <8k/s. How can I speed up this?
2. When I try to build this release with linaro_android_build_cmds.sh, and when build to ~/android/kernel/linaro/pandaboard/tools/perf, error is reported. message is like "Makefile 438: No gnu/libc-version.h found, please install glibc-dev[el]/glibc-static".
I checked this makefile, and it is caused by libelf and bionic is not find. I checked many linaro toolchain, but I can not find libelf for target build. In fact my host toolchain should have installed this libelf. How can I pass this build?
Thank you.
/BR
Bruce
Hi There,
I have a question. Does the linaro source include all the required drivers?
I'm currently trying to build 13.02 for a Pandaboard ES, but it get's stuck
at the boot screen. The kernel is starting, but the infamous "init:
untracked pid 1507 exited" message is showing up at the serial log.
When scrolling up a bit, my serial log shows the following message:
[ 3.250732] PVR_K:(Error): EnableSGXClocks: Unable to scale SGX
frequency (-11) [172, /home/guido/linaro02/android/kernel/drivers/g
pu/pvr/omap4/sysutils_linux.c]
[ 3.266113] omap_sr_disable: omap_sr struct for sr_core not found
[ 3.272583] PVR_K:(Error): EnableSGXClocks: Unable to scale SGX
frequency (-11) [172, /home/guido/linaro02/android/kernel/drivers/g
pu/pvr/omap4/sysutils_linux.c]
Scrolling even further up, there is also something I don''t realy
understand:
[ 0.297973] ------------[ cut here ]------------
[ 0.298004] WARNING: at
/home/guido/linaro02/android/kernel/arch/arm/mach-omap2/omap_hwmod.c:1509
_enable+0x234/0x264()
[ 0.298004] Modules linked in:
[ 0.298065] [<c0019e10>] (unwind_backtrace+0x0/0xf8) from [<c0044b18>]
(warn_slowpath_common+0x4c/0x64)
[ 0.298065] [<c0044b18>] (warn_slowpath_common+0x4c/0x64) from
[<c0044b4c>] (warn_slowpath_null+0x1c/0x24)
[ 0.298095] [<c0044b4c>] (warn_slowpath_null+0x1c/0x24) from
[<c0022908>] (_enable+0x234/0x264)
[ 0.298126] [<c0022908>] (_enable+0x234/0x264) from [<c0022d2c>]
(_setup+0xa0/0x170)
[ 0.298126] [<c0022d2c>] (_setup+0xa0/0x170) from [<c0022f90>]
(omap_hwmod_for_each+0x30/0x5c)
[ 0.298156] [<c0022f90>] (omap_hwmod_for_each+0x30/0x5c) from
[<c089cd34>] (omap_hwmod_setup_all+0x6c/0x98)
[ 0.298187] [<c089cd34>] (omap_hwmod_setup_all+0x6c/0x98) from
[<c000864c>] (do_one_initcall+0x110/0x178)
[ 0.298217] [<c000864c>] (do_one_initcall+0x110/0x178) from [<c0893854>]
(kernel_init+0x8c/0x12c)
[ 0.298217] [<c0893854>] (kernel_init+0x8c/0x12c) from [<c001433c>]
(kernel_thread_exit+0x0/0x8)
[ 0.298278] ---[ end trace 1b75b31a2719ed1c ]---
[ 0.298278] omap_hwmod: mcpdm: cannot be enabled (3)
what is the login-id ? how can i get one ?
when i $ repo sync , i got this message below :
From http://android.git.linaro.org/git-ro/platform/system/media
* [new branch] tools_r22 -> aosp/tools_r22
The authenticity of host 'linaro-private.git.linaro.org (91.189.95.50)'
can't be established.
RSA key fingerprint is 62:1e:b1:73:39:f3:9d:eb:81:87:b8:f8:f7:a8:79:97.
Are you sure you want to continue connecting (yes/no)? yes
I need help figuring out what is wrong with my environment, I have followed
all instructions that I can find. The build moves a long for a while, so
most things work.
As I understood from the instructions, I can use the Toolchain included in
the prebuilts for gcc-4.7.
Environment:
Ubuntu 12.04 LTS
Linaro Panda 13.03 pinned-manifest.xml
export TARGET_PRODUCT=pandaboard
export TARGET_SIMULATOR=false
export BUILD_TINY_ANDROID=
export CPUS=`grep -c processor /proc/cpuinfo`
TARGET_TOOLS_PREFIX=prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7-linaro/bin/arm-linux-androideabi-
I can see that I have this header in a few places
marcus@dwarf1:~/linaro-13.03-src/android$ find . | grep libc-version.h
./prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/gnu/libc-version.h
./prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/gnu/libc-version.h
./prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/libc-version.h
I'm guessing one of the above sysroot's is my root during crosscompile, but
I'm not really familiar enough with this part oft he build system. If so,
seems like it should see this header.
Let me know if anyone has some advice.
Marcus
Details below:
------------------------------------------- snip
Load Address: 80008000
Entry Point: 80008000
Image arch/arm/boot/uImage is ready
make[1]: Leaving directory
`/home/marcus/linaro-13.03-src/android/kernel/linaro/pandaboard'
export
PATH=../out/host/linux-x86/bin:/opt/java/bin:/home/marcus/linaro-13.03-src/android/out/host/linux-x86/bin:/home/marcus/linaro-13.03-src/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin:/home/marcus/linaro-13.03-src/android/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin:/home/marcus/linaro-13.03-src/android/development/emulator/qtools:/home/marcus/linaro-13.03-src/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin:/home/marcus/linaro-13.03-src/android/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin:/home/marcus/linaro-13.03-src/android/development/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/java/bin:/opt/hadoop/bin:/opt/hadoop/sbin:/home/marcus/android/bin
&&\
cd kernel/linaro/pandaboard/tools/perf &&\
mkdir -p
/home/marcus/linaro-13.03-src/android/out/target/product/pandaboard/obj/kernel/tools/perf
&&\
if [ -e
prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7-linaro/bin/arm-linux-androideabi-ld.bfd
]; then
LD=prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7-linaro/bin/arm-linux-androideabi-ld.bfd;
else
LD=prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7-linaro/bin/arm-linux-androideabi-ld;
fi && \
make ANDROID_CFLAGS="-mtune=cortex-a9 -mcpu=cortex-a9 -mno-unaligned-access
-isystem /home/marcus/linaro-13.03-src/android/bionic/libc/include -isystem
/home/marcus/linaro-13.03-src/android/bionic/libc/kernel/common -isystem
/home/marcus/linaro-13.03-src/android/bionic/libc/kernel/arch-arm -isystem
/home/marcus/linaro-13.03-src/android/bionic/libc/arch-arm/include
-I/home/marcus/linaro-13.03-src/android/external/elfutils/libelf -isystem
/home/marcus/linaro-13.03-src/android/bionic/libm/include -isystem
prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7-linaro/bin/../include
-I/home/marcus/linaro-13.03-src/android/out/target/product/pandaboard/obj/kernel/tools/perf"
BASIC_LDFLAGS="-nostdlib
-Wl,-dynamic-linker,/system/bin/linker,-z,muldefs,-z,nocopyreloc,--no-undefined
-L/home/marcus/linaro-13.03-src/android/
-L/home/marcus/linaro-13.03-src/android/out/target/product/pandaboard/system/lib
-L/home/marcus/linaro-13.03-src/android/external/elfutils
-L/home/marcus/linaro-13.03-src/android/out/target/product/pandaboard/obj/STATIC_LIBRARIES/libelf_intermediates
-lpthread -lelf -lm -lc
/home/marcus/linaro-13.03-src/android/out/target/product/pandaboard/obj/lib/crtbegin_dynamic.o
/home/marcus/linaro-13.03-src/android/out/target/product/pandaboard/obj/lib/crtend_android.o"
O=/home/marcus/linaro-13.03-src/android/out/target/product/pandaboard/obj/kernel/tools/perf/
OUTPUT=/home/marcus/linaro-13.03-src/android/out/target/product/pandaboard/obj/kernel/tools/perf/
ARCH=arm
CROSS_COMPILE=prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7-linaro/bin/arm-linux-androideabi-
LD=$LD prefix=/system NO_DWARF=1 NO_NEWT=1 NO_LIBPERL=1 NO_LIBPYTHON=1
NO_GTK2=1 NO_STRLCPY=1 WERROR=0 && \
cp -f
/home/marcus/linaro-13.03-src/android/out/target/product/pandaboard/obj/kernel/tools/perf/perf
/home/marcus/linaro-13.03-src/android/out/target/product/pandaboard/system/bin/
make[1]: Entering directory
`/home/marcus/linaro-13.03-src/android/kernel/linaro/pandaboard/tools/perf'
Makefile:438: *** No gnu/libc-version.h found, please install
glibc-dev[el]/glibc-static. Stop.
make[1]: Leaving directory
`/home/marcus/linaro-13.03-src/android/kernel/linaro/pandaboard/tools/perf'
No gnu/libc-version.h found, please install glibc-dev[el]/glibc-static.
Stop.