See:
https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc46-a...
which is the same as staging, but uses:
git://git.linaro.org/kernel/linux-linaro-tracking.git linux-linaro
Gonna see if we can switch tracking-panda to this tree too.
Including Tixy and the build:
https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc46-a...
:)
On 5 April 2012 11:00, Zach Pfeffer zach.pfeffer@linaro.org wrote:
See:
https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc46-a...
which is the same as staging, but uses:
git://git.linaro.org/kernel/linux-linaro-tracking.git linux-linaro
Gonna see if we can switch tracking-panda to this tree too.
-- 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/#%21/linaroorg - http://www.linaro.org/linaro-blog
On 04/05/2012 08:01 PM, Zach Pfeffer wrote:
Including Tixy and the build:
https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc46-a...
:)
-----8<----- build/core/base_rules.mk:166: *** kernel/drivers/gator/daemon: MODULE.TARGET.EXECUTABLES.gatord already defined by external/gator/daemon. Stop. Build step 'Execute shell and set build status' changed build result to FAILURE -----8<-----
I've tried this by removing a separate gator instance (as this module already included into the linux-linaro kernel tree): http://git.linaro.org/gitweb?p=people/ynk/android_manifest.git%3Ba=commitdif...
But that wasn't enough, and my build failed at some later point: https://android-build.linaro.org/jenkins/job/andrey-konovalov_testBuild-0/5/...
-----8<----- /xbin/dbus-send -o out/target/product/vexpress_a9/obj/EXECUTABLES/dbus-send_intermediates/dbus-send && /mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/toolchain/bin/arm-linux-androideabi-objcopy --add-gnu-debuglink=out/target/product/vexpress_a9/symbols/system/xbin/dbus-send out/target/product/vexpress_a9/obj/EXECUTABLES/dbus-send_intermediates/dbus-send cd ./external/gator/driver &&\ if [ -e /mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/toolchain/bin/arm-linux-androideabi-ld.bfd ]; then LD=/mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/toolchain/bin/arm-linux-androideabi-ld.bfd; else LD=/mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/toolchain/bin/arm-linux-androideabi-ld; fi && \ export PATH=../out/host/linux-x86/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin && \ make O=/mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/out/target/product/vexpress_a9/obj/kernel ARCH=arm CROSS_COMPILE=/mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/toolchain/bin/arm-linux-androideabi- LD=$LD EXTRA_CFLAGS=" -fno-pic " KCFLAGS=" -fno-pic -mno-unaligned-access" -C /mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/kernel M=`pwd` modules /bin/bash: line 0: cd: ./external/gator/driver: No such file or directory make: *** [gator_driver] Error 1 -----8<-----
Thanks, Andrey
On 5 April 2012 11:00, Zach Pfefferzach.pfeffer@linaro.org wrote:
See:
https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc46-a...
which is the same as staging, but uses:
git://git.linaro.org/kernel/linux-linaro-tracking.git linux-linaro
Gonna see if we can switch tracking-panda to this tree too.
-- 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/#%21/linaroorg - http://www.linaro.org/linaro-blog
Same issue here. Adding Tixy to see which one we should use.
On 5 April 2012 11:50, Andrey Konovalov andrey.konovalov@linaro.org wrote:
On 04/05/2012 08:01 PM, Zach Pfeffer wrote:
Including Tixy and the build:
https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc46-a...
:)
-----8<----- build/core/base_rules.mk:166: *** kernel/drivers/gator/daemon: MODULE.TARGET.EXECUTABLES.gatord already defined by external/gator/daemon. Stop. Build step 'Execute shell and set build status' changed build result to FAILURE -----8<-----
I've tried this by removing a separate gator instance (as this module already included into the linux-linaro kernel tree): http://git.linaro.org/gitweb?p=people/ynk/android_manifest.git%3Ba=commitdif...
But that wasn't enough, and my build failed at some later point: https://android-build.linaro.org/jenkins/job/andrey-konovalov_testBuild-0/5/...
-----8<----- /xbin/dbus-send -o out/target/product/vexpress_a9/obj/EXECUTABLES/dbus-send_intermediates/dbus-send && /mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/toolchain/bin/arm-linux-androideabi-objcopy --add-gnu-debuglink=out/target/product/vexpress_a9/symbols/system/xbin/dbus-send out/target/product/vexpress_a9/obj/EXECUTABLES/dbus-send_intermediates/dbus-send cd ./external/gator/driver &&\ if [ -e /mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/toolchain/bin/arm-linux-androideabi-ld.bfd ]; then LD=/mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/toolchain/bin/arm-linux-androideabi-ld.bfd; else LD=/mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/toolchain/bin/arm-linux-androideabi-ld; fi && \ export PATH=../out/host/linux-x86/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin && \ make O=/mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/out/target/product/vexpress_a9/obj/kernel ARCH=arm CROSS_COMPILE=/mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/toolchain/bin/arm-linux-androideabi- LD=$LD EXTRA_CFLAGS=" -fno-pic " KCFLAGS=" -fno-pic -mno-unaligned-access" -C /mnt/jenkins/workspace/andrey-konovalov_testBuild-0/build/kernel M=`pwd` modules /bin/bash: line 0: cd: ./external/gator/driver: No such file or directory make: *** [gator_driver] Error 1 -----8<-----
Thanks, Andrey
On 5 April 2012 11:00, Zach Pfefferzach.pfeffer@linaro.org wrote:
See:
https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc46-a...
which is the same as staging, but uses:
git://git.linaro.org/kernel/linux-linaro-tracking.git linux-linaro
Gonna see if we can switch tracking-panda to this tree too.
-- 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/#%21/linaroorg - http://www.linaro.org/linaro-blog
On Thu, Apr 5, 2012 at 6:50 PM, Andrey Konovalov andrey.konovalov@linaro.org wrote:
On 04/05/2012 08:01 PM, Zach Pfeffer wrote:
Including Tixy and the build:
https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc46-a...
:)
-----8<----- build/core/base_rules.mk:166: *** kernel/drivers/gator/daemon: MODULE.TARGET.EXECUTABLES.gatord already defined by external/gator/daemon. Stop. Build step 'Execute shell and set build status' changed build result to FAILURE -----8<-----
can we get past this point in this experiment by simply disabling gator for now? would need to be back on for the real switch and release, but not to start i guess?
On 5 April 2012 13:05, Alexander Sack asac@linaro.org wrote:
On Thu, Apr 5, 2012 at 6:50 PM, Andrey Konovalov andrey.konovalov@linaro.org wrote:
On 04/05/2012 08:01 PM, Zach Pfeffer wrote:
Including Tixy and the build:
https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc46-a...
:)
-----8<----- build/core/base_rules.mk:166: *** kernel/drivers/gator/daemon: MODULE.TARGET.EXECUTABLES.gatord already defined by external/gator/daemon. Stop. Build step 'Execute shell and set build status' changed build result to FAILURE -----8<-----
can we get past this point in this experiment by simply disabling gator for now? would need to be back on for the real switch and release, but not to start i guess?
That's fine with me. I'll take it out of the manifest, we should leave it in the kernel.
-- Alexander Sack Technical Director, Linaro Platform Teams http://www.linaro.org | Open source software for ARM SoCs http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android@lists.linaro.org