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
On 18 April 2013 19:08, 徐国圣 parisxu@126.com wrote:
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:
- my source code download speed is very slow. It is <8k/s. How can I
speed up this?
- 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?
Please disable perf in the build: export INCLUDE_PERF=0
Thank you.
/BR Bruce
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android@lists.linaro.org