Dear Khasim,
I tried to build kernel on branch lsk/linux-linaro-lsk-android. but the compiler complained the following messages:
16:03:52@~/work/linux-linaro-tracking$ make
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CALL scripts/checksyscalls.sh
CC scripts/mod/devicetable-offsets.s
GEN scripts/mod/devicetable-offsets.h
HOSTCC scripts/mod/file2alias.o
HOSTLD scripts/mod/modpost
CHK include/generated/compile.h
CC arch/arm64/kernel/ptrace.o
arch/arm64/kernel/ptrace.c: In function ‘syscall_trace_exit’:
arch/arm64/kernel/ptrace.c:1112:3: error: implicit declaration of function ‘regs_return_value’ [-Werror=implicit-function-declaration]
trace_sys_exit(regs, regs_return_value(regs));
^
cc1: some warnings being treated as errors
make[1]: *** [arch/arm64/kernel/ptrace.o] Error 1
make: *** [arch/arm64/kernel] Error 2
I thought this branch is not tested on arm64. that's said we use another branch to develop linaro-android for arm64. Am I right?
If I got it could you tell me witch branch should I track for develop android on arm64?
Many thanks.
--
Zhizhou
I've been having a problem while trying to build the most recent (558)
build of linaro android for the Arndale. When running the
linaro_android_build_cmds.sh script, I get the following error:
make: *** No rule to make target `out/host/linux-x86/bin/dexopt', needed
by
`out/target/product/generic/dex_bootjars/system/framework/webviewchromium.odex'.
Stop.
I have tried to look for a solution to the problem, but I haven't found
any issues related to dexopt targets in linaro builds. Any help would be
greatly appreciated.
It might be worth noting that I ran into the problem in another email at
http://lists.linaro.org/pipermail/linaro-android/2014-May/002543.html
[1], despite not using an Octa board. Following the advice, I set the
WITH_HOST_DALVIK variable in the build script to false, but after
cleaning the directory and building again, I started running into the
problem described above.
Regards,
Myles
Links:
------
[1]
http://lists.linaro.org/pipermail/linaro-android/2014-May/002543.html
我将从 2014-09-15 开始离开办公室,到 2014-09-22 时返回。
Hi,
I will be on leave from Sept.15th to Sept.19th.
Any message will be replied to you until I come back.
Thanks!
--------------------------------------------------------
ZTE Information Security Notice: The information contained in this mail (and any attachment transmitted herewith) is privileged and confidential and is intended for the exclusive use of the addressee(s). If you are not an intended recipient, any disclosure, reproduction, distribution or other dissemination or use of the information contained is strictly prohibited. If you have received this mail in error, please delete it and notify us immediately.
hi All,
getting weird error while flashing SD card for pandaboard.
pandaboard$ sudo linaro-android-media-create --mmc /dev/mmcblk0 --dev
pandaboard --boot boot.tar.bz2 --system system.tar.bz2 --userdata
userdata.tar.bz2
Traceback (most recent call last):
File "/usr/bin/linaro-android-media-create", line 28, in <module>
from linaro_image_tools.media_create.android_boards import (
File
"/usr/lib/pymodules/python2.7/linaro_image_tools/media_create/__init__.py",
line 25, in <module>
from linaro_image_tools.media_create.boards import board_configs
File
"/usr/lib/pymodules/python2.7/linaro_image_tools/media_create/boards.py",
line 28, in <module>
from parted import Device
File "/usr/lib/python2.7/dist-packages/parted/__init__.py", line 60, in
<module>
from partition import Partition
File "/usr/lib/python2.7/dist-packages/parted/partition.py", line 260, in
<module>
partitionFlag[__flag] = _ped.partition_flag_get_name(__flag)
ValueError: Invalid flag provided.
Host: ubuntu 12.04
please help/guide.
br,
kdj
+ linaro-android list
- linaro-android-builders list
---------- Forwarded message ----------
From: Chase Qi <chase.qi(a)linaro.org>
Date: 19 August 2014 20:57
Subject: [linaro-android-builders] Panda Android Build Failure
To: linaro-android-builder-notifications(a)linaro.org
Cc: Milosz Wasilewski <milosz.wasilewski(a)linaro.org>, Amit Khare
<amit.khare(a)linaro.org>, Botao Sun <Botao.Sun(a)linaro.org>, Naresh
Kamboju <naresh.kamboju(a)linaro.org>
Hi,
This is Chase from QA team. This week is full test week, but android
build for panda has failed from SUN 17, and there is no running build
now. I would like to know what is the plan for panda android build.
https://android-build.linaro.org/builds/~linaro-android-member-ti/panda-lin…
Thanks,
Chase
Hi,
Recently I'm looking at the keycode page provided by Google:
http://developer.android.com/reference/android/view/KeyEvent.html
As we know after screen unlocked, there is a white circle with six dots
above the HOME key, which can be clicked to enter the APPS tab. However
after tried around, I can't find which key is handling it. I
tried KEYCODE_BUTTON_MODE, KEYCODE_APP_SWITCH, KEYCODE_MENU, KEYCODE_HOME
and some others, none of them works.
Is that icon an actual key? Or it's just a pixel area on the screen?
Thanks.
Botao
--------------------------------------------------------
ZTE Information Security Notice: The information contained in this mail (and any attachment transmitted herewith) is privileged and confidential and is intended for the exclusive use of the addressee(s). If you are not an intended recipient, any disclosure, reproduction, distribution or other dissemination or use of the information contained is strictly prohibited. If you have received this mail in error, please delete it and notify us immediately.