[Activity] Jan 27-Feb 2
== Progress == * Got binary release building working again. (2/10) * Added a node_selector to Jenkins for the new Beagle Board Blacks, and get those working for native builds. (TCWG-379, 1/10) * Fix configuration of 'build-all' project in Jenkins, now fires up cross builds for supported targets, plus native builds on Chromebooks and Beagle Board Blacks. (1/10) make networking route externally. (TCWG-380) * Meetings and Misc. (3/10) * Got TCWG build farm, all nodes offline fixed. * Wrote wiki page on the build farm. * Updated Java to 1.6 on the Beagle Board Blacks in the TCWG build farm. * Added support to specify an alternate prefix for installation. * Got QEMU and Foundation Model running on TCWG x86_64 build slaves so Jenkins can use them for native builds. (TCWG-380 - 2/10) * Got Rasberry PI softfp image running under QEMU, tried to do build. (TCWG-380 - 1/10) == Plan == * Build static gdbserver for target via Cbuildv2. * Add Win32 installer for Canadian cross built binary releases to Cbuildv2. * Get Kugan's benchmark branch running on build farm. * More Jenkins maintainance. == Potential Leave == * Still working out the huge amount of details, but strongly considering going to Mt Everest after Connect. It'd be a long and rough trip, but a once in a lifetime opportunity. ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain
[ACTIVITY] 27 - 31 January 2014
== Progress == * 4 Day week (Monday Public Holiday) (6/10) * Posted patches for bugs assigned https://sourceware.org/ml/binutils/2014-01/msg00332.html http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60034 http://gcc.gnu.org/ml/gcc-patches/2014-02/msg00048.html * TARGET_ATOMIC_ASSIGN_EXPAND_FENV implementation (2/10) Looked at glibc implementations of required functionality == Plan == * Finish TARGET_ATOMIC_ASSIGN_EXPAND_FENV implementation * Follow up on patches if required ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain
systemtap test suite compilation failed: runtime/vma.c :133:21: error: pointer targets in initialization differ in signedness
Hi, The systemtap test suite compilation failed with below error. ARCH: arm --- kernel location: kernel version: 3.13.0-1-linaro-arndale systemtap location: /usr/local/bin/stap systemtap version: version 2.5/0.157, non-git sources gcc location: /usr/bin/gcc gcc version: gcc (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1 failed systemtap kernel-devel smoke test: In file included from /usr/local/share/systemtap/runtime/sym.c:16:0, from /usr/local/share/systemtap/runtime/linux/runtime.h:198, from /usr/local/share/systemtap/runtime/runtime.h:24, from /tmp/stapvEzrD5/stap_f7468ebd0051d533d2bae853173fe5a7_892_src.c:24: /usr/local/share/systemtap/runtime/vma.c: In function '_stp_vma_mmap_cb': /usr/local/share/systemtap/runtime/vma.c:133:21: error: pointer targets in initialization differ in signedness [-Werror=pointer-sign] const char *name = (dentry != NULL) ? dentry->d_name.name : NULL; ^ cc1: all warnings being treated as errors make[4]: *** [/tmp/stapvEzrD5/stap_f7468ebd0051d533d2bae853173fe5a7_892_src.o] Error 1 make[3]: *** [_module_/tmp/stapvEzrD5] Error 2 WARNING: kbuild exited with status: 2 Pass 4: compilation failed. [man error::pass4] aborting testing. Please let me know if you need more information. Best regards Naresh kamboju ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain
Re: systemtap test suite compilation failed: runtime/vma.c :133:21: error: pointer targets in initialization differ in signedness
Re-sending it as plan-text mode. (sorry) On 3 February 2014 13:00, Naresh Kamboju wrote: > > Hi, > > The systemtap test suite compilation failed with below error. > > ARCH: arm > --- > kernel location: > kernel version: 3.13.0-1-linaro-arndale > systemtap location: /usr/local/bin/stap > systemtap version: version 2.5/0.157, non-git sources > gcc location: /usr/bin/gcc > gcc version: gcc (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1 > > > > failed systemtap kernel-devel smoke test: > > In file included from /usr/local/share/systemtap/runtime/sym.c:16:0, > from /usr/local/share/systemtap/runtime/linux/runtime.h:198, > from /usr/local/share/systemtap/runtime/runtime.h:24, > from /tmp/stapvEzrD5/stap_f7468ebd0051d533d2bae853173fe5a7_892_src.c:24: > /usr/local/share/systemtap/runtime/vma.c: In function '_stp_vma_mmap_cb': > /usr/local/share/systemtap/runtime/vma.c:133:21: error: pointer targets in > initialization differ in signedness [-Werror=pointer-sign] > const char *name = (dentry != NULL) ? dentry->d_name.name : NULL; > ^ > cc1: all warnings being treated as errors > make[4]: *** > [/tmp/stapvEzrD5/stap_f7468ebd0051d533d2bae853173fe5a7_892_src.o] Error 1 > make[3]: *** [_module_/tmp/stapvEzrD5] Error 2 > WARNING: kbuild exited with status: 2 > Pass 4: compilation failed. [man error::pass4] > > aborting testing. > > Please let me know if you need more information. > > Best regards > Naresh kamboju ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain
[Activity] 27 Jan - 31 Jan 2014
== Progress == * Investigate "PGO" for Aarch64 (3/10). Bootstap testing aarch64 with PGO for GCC.Stage 2, feedback profile in progress. Tested a small test case for -fbranch-probabilities, works same as x86_64. Working on checking the "gcda" files generated and profile runs for coremark. * Cbuild2 discussed with rob, ryan on using cbuild2 for developement. (3/10) Thanks Rob for fixing some issues and adding features that I requested. Tested some features added. Captured it as FAQ. * Reinstalled ubuntu OS on my laptop (2/10) Misc (2/10) - AMD internal meetings and did some investigations == Plan == - Continue run EMBCC and coremark benchmarks with -PGO enabled. - Going on marriage vacation from 07-Feb till 06 March == Issues=== Follow up upstream libssp GCC discussions. No response yet after 2 pings :( ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain